patch: bump redux to 4.2.1

This commit is contained in:
Edwin Joassart 2023-10-19 11:39:18 +02:00
parent 6cb2638798
commit f386f182e6
2 changed files with 8 additions and 5 deletions

11
npm-shrinkwrap.json generated
View File

@ -61,7 +61,7 @@
"react": "16.8.5", "react": "16.8.5",
"react-dom": "16.8.5", "react-dom": "16.8.5",
"react-i18next": "13.3.0", "react-i18next": "13.3.0",
"redux": "4.2.0", "redux": "4.2.1",
"rendition": "19.3.2", "rendition": "19.3.2",
"semver": "7.5.4", "semver": "7.5.4",
"sinon": "16.1.3", "sinon": "16.1.3",
@ -15266,9 +15266,10 @@
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/redux": { "node_modules/redux": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.9.2" "@babel/runtime": "^7.9.2"
} }
@ -28931,7 +28932,9 @@
} }
}, },
"redux": { "redux": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.9.2" "@babel/runtime": "^7.9.2"

View File

@ -102,7 +102,7 @@
"react": "16.8.5", "react": "16.8.5",
"react-dom": "16.8.5", "react-dom": "16.8.5",
"react-i18next": "13.3.0", "react-i18next": "13.3.0",
"redux": "4.2.0", "redux": "4.2.1",
"rendition": "19.3.2", "rendition": "19.3.2",
"semver": "7.5.4", "semver": "7.5.4",
"sinon": "16.1.3", "sinon": "16.1.3",