diff --git a/package.json b/package.json index 87179f4..720347a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-test-renderer": "^18.2.0", "stream-browserify": "^3.0.0", "styled-components": "^5.3.5", - "typescript": "^4.7.4", + "typescript": "^4.8.4", "web-vitals": "^2.1.4", "yarn": "^1.22.19" }, diff --git a/yarn.lock b/yarn.lock index f5189a3..483aa65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10546,11 +10546,16 @@ typesafe-actions@^5.1.0: resolved "https://registry.npmjs.org/typesafe-actions/-/typesafe-actions-5.1.0.tgz" integrity sha512-bna6Yi1pRznoo6Bz1cE6btB/Yy8Xywytyfrzu/wc+NFW3ZF0I+2iCGImhBsoYYCOWuICtRO4yHcnDlzgo1AdNg== -typescript@^4.6.4, typescript@^4.7.4: +typescript@^4.6.4: version "4.7.4" resolved "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz" integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@^4.8.4: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== + unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"