diff --git a/package-lock.json b/package-lock.json index bc74c98d..39c902f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -134,7 +134,7 @@ "stop-only": "3.0.1", "terminal-banner": "1.1.0", "tslint": "5.9.1", - "typescript": "3.9.5", + "typescript": "3.9.10", "vue-loader": "14.2.4", "vue-template-compiler": "2.6.10", "wait-on": "3.2.0", @@ -38957,10 +38957,11 @@ } }, "node_modules/typescript": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", - "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 0f0c8bd9..323d2e30 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "stop-only": "3.0.1", "terminal-banner": "1.1.0", "tslint": "5.9.1", - "typescript": "3.9.5", + "typescript": "3.9.10", "vue-loader": "14.2.4", "vue-template-compiler": "2.6.10", "wait-on": "3.2.0",