fix: upgrade react-redux from 7.2.1 to 7.2.2

Snyk has created this PR to upgrade react-redux from 7.2.1 to 7.2.2.

See this package in npm:
https://www.npmjs.com/package/react-redux

See this project in Snyk:
https://app.snyk.io/org/srgooglo/project/32d7496a-6bfa-4eab-978c-5bc618fd2e41?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-11-17 00:52:02 +00:00
parent 417522367e
commit 1c3899c97d
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 47 additions and 9 deletions

54
package-lock.json generated
View File

@ -14820,6 +14820,21 @@
"react-redux": "7.2.1", "react-redux": "7.2.1",
"react-router-dom": "5.2.0", "react-router-dom": "5.2.0",
"redux": "4.0.5" "redux": "4.0.5"
},
"dependencies": {
"react-redux": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.1.tgz",
"integrity": "sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.5.5",
"hoist-non-react-statics": "^3.3.0",
"loose-envify": "^1.4.0",
"prop-types": "^15.7.2",
"react-is": "^16.9.0"
}
}
} }
}, },
"dva-core": { "dva-core": {
@ -27775,15 +27790,38 @@
} }
}, },
"react-redux": { "react-redux": {
"version": "7.2.1", "version": "7.2.2",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.1.tgz", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.2.tgz",
"integrity": "sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg==", "integrity": "sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA==",
"requires": { "requires": {
"@babel/runtime": "7.11.2", "@babel/runtime": "^7.12.1",
"hoist-non-react-statics": "3.3.0", "hoist-non-react-statics": "^3.3.2",
"loose-envify": "1.4.0", "loose-envify": "^1.4.0",
"prop-types": "15.7.2", "prop-types": "^15.7.2",
"react-is": "16.13.1" "react-is": "^16.13.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"hoist-non-react-statics": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
"requires": {
"react-is": "^16.7.0"
}
},
"regenerator-runtime": {
"version": "0.13.7",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
}
} }
}, },
"react-resizable": { "react-resizable": {

View File

@ -81,7 +81,7 @@
"react-helmet": "^5.2.1", "react-helmet": "^5.2.1",
"react-linkify": "^1.0.0-alpha", "react-linkify": "^1.0.0-alpha",
"react-perfect-scrollbar": "^1.5.8", "react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.1", "react-redux": "^7.2.2",
"react-resizable": "^1.11.0", "react-resizable": "^1.11.0",
"react-reveal": "^1.2.2", "react-reveal": "^1.2.2",
"react-rnd": "^10.2.3", "react-rnd": "^10.2.3",