From 10fe5337adb3b4f2a5989fe72133074813ee4df5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 04:29:35 +0000 Subject: [PATCH] fix: upgrade @emotion/css from 11.10.0 to 11.13.5 Snyk has created this PR to upgrade @emotion/css from 11.10.0 to 11.13.5. See this package in npm: @emotion/css See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/f5b99248-06f5-49bd-9bd1-def4b50c0206?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-emotion-vanilla/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-emotion-vanilla/package.json b/examples/with-emotion-vanilla/package.json index bf07d27dcdf70..3c3be5a168f27 100644 --- a/examples/with-emotion-vanilla/package.json +++ b/examples/with-emotion-vanilla/package.json @@ -9,7 +9,7 @@ "@emotion/babel-plugin": "11.10.2" }, "dependencies": { - "@emotion/css": "11.10.0", + "@emotion/css": "11.13.5", "@emotion/server": "11.10.0", "next": "latest", "react": "^18.2.0",