From bbaab6691a406896c2cd157bcc040925c3d1c2bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 17:06:49 +0000 Subject: [PATCH] fix: upgrade @compiled/react from 0.6.13 to 0.18.2 Snyk has created this PR to upgrade @compiled/react from 0.6.13 to 0.18.2. See this package in npm: @compiled/react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/449f3a7d-de9c-464f-ac5e-e957b4cf9420?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-compiled-css/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-compiled-css/package.json b/examples/with-compiled-css/package.json index 2d886fcbe68a2..b047f618c4995 100644 --- a/examples/with-compiled-css/package.json +++ b/examples/with-compiled-css/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@compiled/react": "^0.6.7", + "@compiled/react": "^0.18.2", "@compiled/webpack-loader": "^0.6.7", "next": "latest", "react": "^18.2.0",