From e35e4725f3dd18d3db8523d72a3d00ae6d0f597b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:36:11 +0000 Subject: [PATCH] build(deps): 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:production 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 b0bb30e..a220317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "sass": "^1.80.6", "sass-loader": "^16.0.3", "style-loader": "^4.0.0", - "typescript": "^4.9.5", + "typescript": "^5.6.3", "web-vitals": "^4.2.4" }, "devDependencies": { @@ -17098,16 +17098,15 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "license": "Apache-2.0", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 652cff1..8d47508 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "sass": "^1.80.6", "sass-loader": "^16.0.3", "style-loader": "^4.0.0", - "typescript": "^4.9.5", + "typescript": "^5.6.3", "web-vitals": "^4.2.4" }, "engines": {