From 4f01f28a2b017fe102a2c0b27a5791aede77245b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 19:01:00 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @emotion/styled from 11.10.4 to 11.13.0. See this package in npm: https://www.npmjs.com/package/@emotion/styled - @emotion/react from 11.10.4 to 11.13.0. See this package in npm: https://www.npmjs.com/package/@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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index bbc637a1170ba..1a6e2708ac115 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -9,8 +9,8 @@ "@emotion/babel-plugin": "11.10.2" }, "dependencies": { - "@emotion/react": "11.10.4", - "@emotion/styled": "11.10.4", + "@emotion/react": "11.13.0", + "@emotion/styled": "11.13.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"