From f6ed9195c81a14ac2dc96b82800b146c10fee1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:08:37 -0500 Subject: [PATCH] chore(deps): bump typescript from 4.9.5 to 5.7.2 in /client (#563) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 10 +++++----- client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1ceb193..6d378f9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -72,7 +72,7 @@ "tailwindcss": "^3.0.2", "terser-webpack-plugin": "^5.2.5", "ts-node": "^10.9.1", - "typescript": "^4.9.5", + "typescript": "^5.7.2", "web-vitals": "^3.5.0", "webpack": "^5.64.4", "webpack-dev-server": "^4.6.0", @@ -17368,15 +17368,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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/client/package.json b/client/package.json index 0bc68a9..638f5f8 100644 --- a/client/package.json +++ b/client/package.json @@ -71,7 +71,7 @@ "tailwindcss": "^3.0.2", "terser-webpack-plugin": "^5.2.5", "ts-node": "^10.9.1", - "typescript": "^4.9.5", + "typescript": "^5.7.2", "web-vitals": "^3.5.0", "webpack": "^5.64.4", "webpack-dev-server": "^4.6.0",