From d547b2ac166a09356141cc0449004c0b4e35ff1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 20:54:52 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - redux from 4.1.1 to 4.2.1. See this package in npm: https://www.npmjs.com/package/redux - react-redux from 7.2.5 to 7.2.9. See this package in npm: https://www.npmjs.com/package/react-redux - react-scripts from 2.1.3 to 2.1.8. See this package in npm: https://www.npmjs.com/package/react-scripts - redux-thunk from 2.3.0 to 2.4.2. See this package in npm: https://www.npmjs.com/package/redux-thunk - styled-components from 5.3.1 to 5.3.11. See this package in npm: https://www.npmjs.com/package/styled-components - web3-eth-contract from 1.8.2 to 1.10.4. See this package in npm: https://www.npmjs.com/package/web3-eth-contract - web3 from 1.8.2 to 1.10.4. See this package in npm: https://www.npmjs.com/package/web3 See this project in Snyk: https://app.snyk.io/org/debuggineffect/project/3434ae24-2c05-4389-8fa3-73e8544de373?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d89e5234..ba0d0f30 100644 --- a/package.json +++ b/package.json @@ -6,14 +6,14 @@ "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", - "react-redux": "^7.2.4", - "react-scripts": "4.0.3", - "redux": "^4.1.1", - "redux-thunk": "^2.3.0", - "styled-components": "^5.3.0", + "react-redux": "^7.2.9", + "react-scripts": "2.1.8", + "redux": "^4.2.1", + "redux-thunk": "^2.4.2", + "styled-components": "^5.3.11", "web-vitals": "^1.0.1", - "web3": "^1.5.1", - "web3-eth-contract": "^1.5.2" + "web3": "^1.10.4", + "web3-eth-contract": "^1.10.4" }, "author": "Ali Solanki, Daniel Eugene Botha", "license": "MIT",