diff --git a/package-lock.json b/package-lock.json index 8e6a2f27..42e57bc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,7 +111,7 @@ "stylelint": "^16.13.2", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-scss": "^6.10.1", - "typescript": "^5.4.3", + "typescript": "^5.7.3", "uuid": "^11.0.5", "vite": "^6.0.11", "vite-plugin-istanbul": "^6.0.2" @@ -13307,10 +13307,11 @@ } }, "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.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/package.json b/package.json index 1f15cbd3..fc0d3102 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "stylelint": "^16.13.2", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-scss": "^6.10.1", - "typescript": "^5.4.3", + "typescript": "^5.7.3", "uuid": "^11.0.5", "vite": "^6.0.11", "vite-plugin-istanbul": "^6.0.2"