From 416221c418973447e7b5c6d1d01d7922e930c578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 02:39:21 +0000 Subject: [PATCH] build(deps): bump typescript from 4.9.5 to 5.4.5 in /view Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5. - [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.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- view/package-lock.json | 10 +++++----- view/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/view/package-lock.json b/view/package-lock.json index 22557cd..1984e31 100644 --- a/view/package-lock.json +++ b/view/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "5.0.1", "react-simple-maps": "^3.0.0", "react-tailwindcss-datepicker": "^1.6.6", - "typescript": "^4.9.5", + "typescript": "^5.4.5", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -17372,15 +17372,15 @@ } }, "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.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/view/package.json b/view/package.json index 1a02eeb..b73eda2 100644 --- a/view/package.json +++ b/view/package.json @@ -15,7 +15,7 @@ "react-scripts": "5.0.1", "react-simple-maps": "^3.0.0", "react-tailwindcss-datepicker": "^1.6.6", - "typescript": "^4.9.5", + "typescript": "^5.4.5", "web-vitals": "^2.1.4" }, "scripts": {