From f693fc663a7764f762db43517bbe64482d7021b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Mar 2024 00:58:19 +0000 Subject: [PATCH] fix: upgrade @emotion/react from 11.10.4 to 11.11.4 Snyk has created this PR to upgrade @emotion/react from 11.10.4 to 11.11.4. See this package in npm: https://www.npmjs.com/package/@emotion/react See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/07c056a2-a851-4c63-b193-2560a0ae0ec4?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-emotion/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index bbc637a1170ba..3194eee2cc87a 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -9,7 +9,7 @@ "@emotion/babel-plugin": "11.10.2" }, "dependencies": { - "@emotion/react": "11.10.4", + "@emotion/react": "11.11.4", "@emotion/styled": "11.10.4", "next": "latest", "react": "^18.2.0",