diff --git a/package-lock.json b/package-lock.json index c9c106ef0..25ff409c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9087,9 +9087,9 @@ } }, "typescript": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", - "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==" + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", + "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index da1373804..a29c8063c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "minimatch": "3.0.4", "strip-json-comments": "3.1.1", "tslint": "6.1.3", - "typescript": "4.0.2" + "typescript": "4.0.3" }, "devDependencies": { "@babel/core": "7.11.6",