diff --git a/package-lock.json b/package-lock.json index 25ba1ca7..a606652f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10596,9 +10596,9 @@ } }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index f9b0f791..a8b1d35a 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "js-yaml": "^4.1.0", "prettier": "^2.7.1", "ts-jest": "^26.5.6", - "typescript": "^4.7.4" + "typescript": "^4.8.4" } }