diff --git a/package-lock.json b/package-lock.json index d790126a4..93e0696a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20919,9 +20919,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz", + "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index cae9ef6e2..26c7e0abe 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "markdownlint-cli": "^0.24.0", "push-dir": "^0.4.1", "ts-jest": "^26.4.1", - "typescript": "^3.9.7", + "typescript": "^4.4.2", "vue-template-compiler": "^2.6.11" } }