From c4de7512f9ccda4605c5041f03f5cbc3bac49a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:04:20 +0000 Subject: [PATCH] build(deps): bump typescript from 4.9.5 to 5.9.2 in /hms-app Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hms-app/package-lock.json | 16 ++++++++-------- hms-app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index a14c86d8..24a58e0c 100644 --- a/hms-app/package-lock.json +++ b/hms-app/package-lock.json @@ -40,7 +40,7 @@ "react-scripts": "5.0.1", "short-uuid": "^4.2.2", "tabler-icons-react": "^1.56.0", - "typescript": "^5.0.4 || ^4", + "typescript": "^5.9.2", "web-vitals": "^3.5.2" }, "devDependencies": { @@ -17407,15 +17407,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.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { @@ -30796,9 +30796,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==" }, "unbox-primitive": { "version": "1.1.0", diff --git a/hms-app/package.json b/hms-app/package.json index f5b80b99..0388f99a 100644 --- a/hms-app/package.json +++ b/hms-app/package.json @@ -35,7 +35,7 @@ "react-scripts": "5.0.1", "short-uuid": "^4.2.2", "tabler-icons-react": "^1.56.0", - "typescript": "^5.0.4 || ^4", + "typescript": "^5.9.2", "web-vitals": "^3.5.2" }, "scripts": {