diff --git a/package-lock.json b/package-lock.json index f83f1d787..d8317ab56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8850,9 +8850,9 @@ } }, "typescript": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", - "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==" + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 5099030fe..8e6ddf5ac 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lodash": "4.17.20", "minimatch": "3.0.4", "tslint": "6.1.3", - "typescript": "4.1.2" + "typescript": "4.1.3" }, "devDependencies": { "@babel/core": "7.12.10",