diff --git a/templates/package-lock.json b/templates/package-lock.json index 73edde79e92..dbe9d3d5aa3 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -41,7 +41,7 @@ "eslint-config-standard": "^17.1.0", "stylelint": "^16.14.1", "stylelint-config-standard-scss": "^14.0.0", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "yargs": "^17.7.2" } }, @@ -7147,10 +7147,11 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/templates/package.json b/templates/package.json index a78e81038d4..2ab6731d17b 100644 --- a/templates/package.json +++ b/templates/package.json @@ -50,7 +50,7 @@ "eslint-config-standard": "^17.1.0", "stylelint": "^16.14.1", "stylelint-config-standard-scss": "^14.0.0", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "yargs": "^17.7.2" } }