From 6ac416c697d6d15e9fe2d6d1896666304ea7a55d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 14:04:12 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.27 to 18.3.12 Snyk has created this PR to upgrade @types/react from 18.0.27 to 18.3.12. 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..7fe12a6980732 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.12", "@types/react-dom": "18.0.10", "@kontent-ai/delivery-sdk": "^12.4.2", "classnames": "2.3.1",