Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 778cef6 commit 2449eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2449eb3

Please sign in to comment.