From aba9bff1cac5686c31631f52b555fca504d7f223 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 14:37:03 +0000 Subject: [PATCH] fix: upgrade @compiled/react from 0.6.13 to 0.18.1 Snyk has created this PR to upgrade @compiled/react from 0.6.13 to 0.18.1. See this package in npm: @compiled/react See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/27b4743a-d886-4917-952f-030e45f5acc4?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..673dcc0e2fb12 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.1", "@compiled/webpack-loader": "^0.6.7", "next": "latest", "react": "^18.2.0",