diff --git a/templates/package-lock.json b/templates/package-lock.json index 32fce9665b4..29321036352 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -43,7 +43,7 @@ "stylelint": "^15.10.3", "stylelint-config-standard-scss": "^11.1.0", "ts-jest": "^29.1.2", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "yargs": "^17.7.2" } }, @@ -10285,9 +10285,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -17951,9 +17951,9 @@ } }, "typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true }, "ua-parser-js": { diff --git a/templates/package.json b/templates/package.json index e85ec55740f..45f3da808b3 100644 --- a/templates/package.json +++ b/templates/package.json @@ -52,7 +52,7 @@ "stylelint": "^15.10.3", "stylelint-config-standard-scss": "^11.1.0", "ts-jest": "^29.1.2", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "yargs": "^17.7.2" } }