From aa7b4adcec4978dc4346bfb6a1d9ea9f1f8ceafc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Oct 2025 10:30:03 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.9 to 18.3.25 Snyk has created this PR to upgrade @types/react from 18.0.9 to 18.3.25. See this package in npm: @types/react See this project in Snyk: https://app.snyk.io/org/lkjaero/project/4e8f9de2-6270-41cf-b0b3-e9c4c8de3da2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a8072d6e..748cf61c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.4.3", - "@types/react": "^18.0.9", + "@types/react": "^18.3.25", "@types/react-dom": "^18.0.3", "@types/react-scrollspy": "^3.3.5", "@types/styled-components": "^5.1.26", @@ -4792,12 +4792,12 @@ } }, "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.25", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.25.tgz", + "integrity": "sha512-oSVZmGtDPmRZtVDqvdKUi/qgCsWp5IDY29wp8na8Bj4B3cc99hfNzvNhlMkVVxctkAOGUA3Km7MMpBHAnWfcIA==", + "license": "MIT", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, @@ -28388,12 +28388,11 @@ } }, "@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.25", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.25.tgz", + "integrity": "sha512-oSVZmGtDPmRZtVDqvdKUi/qgCsWp5IDY29wp8na8Bj4B3cc99hfNzvNhlMkVVxctkAOGUA3Km7MMpBHAnWfcIA==", "requires": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, diff --git a/package.json b/package.json index 1ad0a3fea..f81493292 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.4.3", - "@types/react": "^18.0.9", + "@types/react": "^18.3.25", "@types/react-dom": "^18.0.3", "@types/react-scrollspy": "^3.3.5", "@types/styled-components": "^5.1.26",