diff --git a/package-lock.json b/package-lock.json index a57b46aa..28d77a33 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": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 18925c9c..1def86e7 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": "4.6.3", "jest": "26.5.3", "@types/jest": "26.0.14", "@babel/core": "7.11.6",