From 2449eb3d4859bb4e2d335d4333caab4e79d7c608 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 20:56:34 +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.3. See this package in npm: https://www.npmjs.com/package/@emotion/react See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/e552070d-761c-4534-80af-af5315acb9f9?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..6a09922416057 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.3", + "@emotion/styled": "11.13.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"