diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index 5fb19bfc..11759ebd 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.6.2", "web-vitals": "^3.5.2" }, "devDependencies": { @@ -17091,15 +17091,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.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { @@ -30277,9 +30277,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/hms-app/package.json b/hms-app/package.json index ac437082..e947df6e 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.6.2", "web-vitals": "^3.5.2" }, "scripts": {