From a6668b6ca47b3ed90a71b52bedb19a2ff29d9367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:33:04 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.5 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.3. - [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/v4.9.5...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e0138e..65b6d23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "nock": "^12.0.3", "prettier": "^2.4.1", "ts-jest": "^29.2.5", - "typescript": "^4.0.0" + "typescript": "^5.6.3" } }, "node_modules/@actions/core": { @@ -7494,17 +7494,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici": { diff --git a/package.json b/package.json index 2ba21b5..70960d1 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "nock": "^12.0.3", "prettier": "^2.4.1", "ts-jest": "^29.2.5", - "typescript": "^4.0.0" + "typescript": "^5.6.3" } }