diff --git a/package-lock.json b/package-lock.json index 15db83ff..229b4cc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@vue/tsconfig": "^0.5.1", "eslint-plugin-chai-friendly": "^1.0.1", "happy-dom": "^17.4.4", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vite": "^6.2.5", "vitest": "^3.0.2" }, @@ -1247,6 +1247,20 @@ "node": ">=10" } }, + "node_modules/@microsoft/api-extractor/node_modules/typescript": { + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@microsoft/api-extractor/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -11688,9 +11702,9 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 39d3f266..d496440a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@vue/tsconfig": "^0.5.1", "eslint-plugin-chai-friendly": "^1.0.1", "happy-dom": "^17.4.4", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vite": "^6.2.5", "vitest": "^3.0.2" },