From 8587e3b021dfa057f01a4eb904863282cd4e98b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 14:07:19 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.9 to 18.3.5 Snyk has created this PR to upgrade @types/react from 18.0.9 to 18.3.5. See this package in npm: @types/react See this project in Snyk: https://app.snyk.io/org/thareendra2000/project/6da2efa7-a4ac-4789-952c-2b33eab6c65e?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1ae8011..3dc1da4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.0", "@types/node": "^17.0.31", - "@types/react": "^18.0.9", + "@types/react": "^18.3.5", "@types/react-dom": "^18.0.3", "axios": "^0.27.2", "chart.js": "^4.4.0", @@ -3652,12 +3652,12 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.0.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.9.tgz", - "integrity": "sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", + "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", + "license": "MIT", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, diff --git a/frontend/package.json b/frontend/package.json index 8002203..a95e024 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.0", "@types/node": "^17.0.31", - "@types/react": "^18.0.9", + "@types/react": "^18.3.5", "@types/react-dom": "^18.0.3", "axios": "^0.27.2", "chart.js": "^4.4.0",