diff --git a/package-lock.json b/package-lock.json index a57b46aa..4f912c2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8077,9 +8077,9 @@ } }, "typescript": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", - "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 18925c9c..658b0b6c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/vip-git/context-api-dev-tools-extension#readme", "devDependencies": { - "typescript": "4.0.3", + "typescript": "5.8.3", "jest": "26.5.3", "@types/jest": "26.0.14", "@babel/core": "7.11.6",