From efe79295194b432e519f09868aa1b9e42684abaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 15:11:01 +0000 Subject: [PATCH] fix: upgrade @types/react from 17.0.49 to 17.0.88 Snyk has created this PR to upgrade @types/react from 17.0.49 to 17.0.88. See this package in npm: @types/react See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/cc016abe-11ad-4eb5-b3ac-749106498b4c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79860757f9df..8ec6952140cf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@docusaurus/plugin-client-redirects": "2.4.1", "@docusaurus/plugin-content-docs": "2.4.1", "@docusaurus/preset-classic": "2.4.1", - "@types/react": "^17.0.49", + "@types/react": "^17.0.88", "clsx": "^1.2.1", "prism-react-renderer": "^1.3.5", "react": "^17.0.2",