From 67376c9d39bc5515bc5eed959d55b5779a187ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:22:08 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.0.4 to 5.8.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.0.4 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.0.4...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 | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f18a0b5a..fab7dec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "prettier": "^2.8.7", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-visualizer": "^5.9.0", - "typescript": "^5.0.4", + "typescript": "^5.8.2", "vite": "^4.3.6" } }, @@ -17873,16 +17873,17 @@ } }, "node_modules/typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "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": ">=12.20" + "node": ">=14.17" } }, "node_modules/typescript-compare": { @@ -31926,9 +31927,9 @@ } }, "typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "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 }, "typescript-compare": { diff --git a/package.json b/package.json index 62783459..38a6f179 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "prettier": "^2.8.7", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-visualizer": "^5.9.0", - "typescript": "^5.0.4", + "typescript": "^5.8.2", "vite": "^4.3.6" } }