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:
  - react-redux from 7.2.0 to 7.2.9.
    See this package in npm: https://www.npmjs.com/package/react-redux
  - redux from 4.0.5 to 4.2.1.
    See this package in npm: https://www.npmjs.com/package/redux

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/519153a6-e932-45e6-807e-d8ff04122018?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 778cef6 commit d2120c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-redux-persist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "7.2.0",
"redux": "4.0.5",
"react-redux": "7.2.9",
"redux": "4.2.1",
"redux-devtools-extension": "^2.13.2",
"redux-persist": "6.0.0"
}
Expand Down

0 comments on commit d2120c9

Please sign in to comment.