From faf7f3f45df8017d178b5d8147c02f271b409e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 21:58:10 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.5 to 5.8.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7acbdd..70a33f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.33.0", "npm-run-all2": "^7.0.2", "prettier": "^3.5.3", - "typescript": "~5.4.0", + "typescript": "~5.8.2", "vite": "^6.2.1", "vite-plugin-mkcert": "^1.17.7", "vite-plugin-pwa": "^0.21.1", @@ -8020,10 +8020,11 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "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==", "devOptional": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 0759a4c..91f51f5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-vue": "^9.33.0", "npm-run-all2": "^7.0.2", "prettier": "^3.5.3", - "typescript": "~5.4.0", + "typescript": "~5.8.2", "vite": "^6.2.1", "vite-plugin-mkcert": "^1.17.7", "vite-plugin-pwa": "^0.21.1",