From 641c36b8b1d4fae766ebe8ce1e2c4d5b682c2eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 02:37:51 +0000 Subject: [PATCH] build(deps): bump typescript from 4.9.5 to 5.1.6 in /hms-app Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript 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 c155373d7..5ef39ae1d 100644 --- a/hms-app/package-lock.json +++ b/hms-app/package-lock.json @@ -38,7 +38,7 @@ "react-router-dom": "^6.14.1", "react-scripts": "5.0.1", "tabler-icons-react": "^1.56.0", - "typescript": "^5.0.4 || ^4", + "typescript": "^5.1.6", "web-vitals": "^3.3.2" }, "devDependencies": { @@ -16463,15 +16463,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.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { @@ -29178,9 +29178,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/hms-app/package.json b/hms-app/package.json index cbf7bd3a5..983dbe259 100644 --- a/hms-app/package.json +++ b/hms-app/package.json @@ -33,7 +33,7 @@ "react-router-dom": "^6.14.1", "react-scripts": "5.0.1", "tabler-icons-react": "^1.56.0", - "typescript": "^5.0.4 || ^4", + "typescript": "^5.1.6", "web-vitals": "^3.3.2" }, "scripts": {