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 8.0.5 to 8.1.3.
    See this package in npm: https://www.npmjs.com/package/react-redux
  - redux-saga from 1.2.3 to 1.3.0.
    See this package in npm: https://www.npmjs.com/package/redux-saga

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/a731eb14-28e2-441c-8d24-bb782f32fa5f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent 778cef6 commit eed5f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-redux-saga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"next-redux-wrapper": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "8.0.5",
"react-redux": "8.1.3",
"redux": "4.2.1",
"redux-saga": "1.2.3"
"redux-saga": "1.3.0"
},
"devDependencies": {
"redux-devtools-extension": "^2.13.8"
Expand Down

0 comments on commit eed5f10

Please sign in to comment.