From 5368cd88d41f0cbe1ab1a0a90291e70c6da7e2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:00:32 +0000 Subject: [PATCH] Bump typescript from 4.5.5 to 4.9.5 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.5.5 to 4.9.5. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.5.5...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-version: 4.9.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1105c87..0e5fef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "tmp": "^0.2.5", "ts-jest": "27.1.3", "ts-node": "^10.5.0", - "typescript": "^4.5.5", + "typescript": "^4.9.5", "unbzip2-stream-old": "npm:unbzip2-stream@1.0.0", "unzip-stream-old": "npm:unzip-stream@0.1.0" } @@ -6183,9 +6183,9 @@ } }, "node_modules/typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -11166,9 +11166,9 @@ } }, "typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index df12476..8e30319 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "tmp": "^0.2.5", "ts-jest": "27.1.3", "ts-node": "^10.5.0", - "typescript": "^4.5.5", + "typescript": "^4.9.5", "unbzip2-stream-old": "npm:unbzip2-stream@1.0.0", "unzip-stream-old": "npm:unzip-stream@0.1.0" },