From 9c269e7cfe5e92f060b02a888b4b5c74b3f40620 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 19:07:05 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.27 to 18.3.21 Snyk has created this PR to upgrade @types/react from 18.0.27 to 18.3.21. See this package in npm: @types/react See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/cf4eba73-f752-4a60-8b07-faa0cf347012?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cms-kontent-ai/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-kontent-ai/package.json b/examples/cms-kontent-ai/package.json index 1e967c6517d2f..383fb441fd929 100644 --- a/examples/cms-kontent-ai/package.json +++ b/examples/cms-kontent-ai/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@types/node": "18.11.18", - "@types/react": "18.0.27", + "@types/react": "18.3.21", "@types/react-dom": "18.0.10", "@kontent-ai/delivery-sdk": "^12.4.2", "classnames": "2.3.1",