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
  - rxjs from 6.5.5 to 6.6.7.
    See this package in npm: https://www.npmjs.com/package/rxjs

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/63da7eec-3f8a-4a17-b04e-d88a33d18989?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent 778cef6 commit 0fb1c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-redux-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"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-logger": "3.0.6",
"redux-observable": "1.2.0",
"rxjs": "6.5.5",
"rxjs": "6.6.7",
"universal-rxjs-ajax": "2.0.4"
}
}

0 comments on commit 0fb1c6a

Please sign in to comment.