From 39b754fa74b3267401ff051643b38838f6c25d45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 00:02:52 +0000 Subject: [PATCH] fix: upgrade @emotion/react from 11.10.4 to 11.13.3 Snyk has created this PR to upgrade @emotion/react from 11.10.4 to 11.13.3. See this package in npm: @emotion/react 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..f554eea9f719e 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.13.3", "@emotion/styled": "11.10.4", "next": "latest", "react": "^18.2.0",