From f1357ff11c40ec3ac1c971da4d0468d91f71e2bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Oct 2024 09:47:25 +0000 Subject: [PATCH] fix: upgrade typescript from 5.0.3 to 5.6.2 Snyk has created this PR to upgrade typescript from 5.0.3 to 5.6.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/dawnsee0823/project/74130f8e-7df3-4345-b3ae-cc0c7e82a26a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66c4f57..b0e5d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,9 +20,9 @@ "react-chartjs-2": "^4.2.0", "react-dom": "^16.13.1", "react-scripts": "3.4.1", - "react-toastify": "^9.1.3", + "react-toastify": "9.1.3", "socket.io-client": "^4.5.1", - "typescript": "^5.0.3", + "typescript": "^5.6.2", "uuidv4": "^6.2.13" } }, @@ -17187,15 +17187,16 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "node_modules/typescript": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", - "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/unicode-canonical-property-names-ecmascript": { @@ -33158,9 +33159,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "typescript": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", - "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==" + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 181f91d..743a13a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-scripts": "3.4.1", "react-toastify": "9.1.3", "socket.io-client": "^4.5.1", - "typescript": "^5.0.3", + "typescript": "^5.6.2", "uuidv4": "^6.2.13" }, "scripts": {