diff --git a/package-lock.json b/package-lock.json index 23a6c33..b16a265 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "nock": "^13.2.9", "prettier": "2.2.1", "ts-jest": "^26.5.6", - "typescript": "^4.1.5", + "typescript": "^4.8.4", "wait-for-expect": "^3.0.2" } }, @@ -8249,9 +8249,9 @@ } }, "node_modules/typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", + "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, "bin": { "tsc": "bin/tsc", @@ -15085,9 +15085,9 @@ } }, "typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", + "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 32d98d8..268b26f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "nock": "^13.2.9", "prettier": "2.2.1", "ts-jest": "^26.5.6", - "typescript": "^4.1.5", + "typescript": "^4.8.4", "wait-for-expect": "^3.0.2" } }