From 9856dca0adcbfc6bf367d30abfcb4b0a81c507e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jan 2025 20:41:02 +0000 Subject: [PATCH] fix: upgrade @emotion/styled from 11.8.1 to 11.14.0 Snyk has created this PR to upgrade @emotion/styled from 11.8.1 to 11.14.0. See this package in npm: @emotion/styled See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/dfc63244-4b68-4d04-ba0c-34441e18443d?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-tailwindcss-emotion/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwindcss-emotion/package.json b/examples/with-tailwindcss-emotion/package.json index c90d802184867..6c8ba444fc521 100644 --- a/examples/with-tailwindcss-emotion/package.json +++ b/examples/with-tailwindcss-emotion/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@emotion/react": "^11.8.2", - "@emotion/styled": "11.8.1", + "@emotion/styled": "11.14.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss-filters": "3.0.0"