From 543899d868ac4a6f775a1f714e7e1d42f5b8e71a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 15:07:18 +0000 Subject: [PATCH] fix: upgrade @emotion/styled from 11.10.4 to 11.13.0 Snyk has created this PR to upgrade @emotion/styled from 11.10.4 to 11.13.0. See this package in npm: @emotion/styled See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/fcd0b4c6-4295-48a3-b715-26ca9e08dcda?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..dfbe47555e7f4 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@emotion/react": "11.10.4", - "@emotion/styled": "11.10.4", + "@emotion/styled": "11.13.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"