From a0389938be4514b009d95c54027d76360b129dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:20:21 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.7.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/v4.9.5...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30f8840..a9d6d33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react-scripts": "^5.0.1", "reactstrap": "^9.2.2", "styled-components": "^6.1.13", - "typescript": "^4" + "typescript": "^5" }, "devDependencies": { "@types/react-datepicker": "^6.2.0", @@ -22349,16 +22349,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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "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 d3a048c..2ac8efd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-scripts": "^5.0.1", "reactstrap": "^9.2.2", "styled-components": "^6.1.13", - "typescript": "^4" + "typescript": "^5" }, "scripts": { "start": "react-scripts start",