diff --git a/package-lock.json b/package-lock.json index 8bc08bd..67d6096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "miniapp-color-thief": "^1.0.5", "promise.prototype.finally": "^3.1.2", "react": "^16.14.0", - "react-redux": "^7.2.2", + "react-redux": "^7.2.4", "remax": "^2.13.1" }, "devDependencies": { @@ -11934,9 +11934,9 @@ } }, "node_modules/react-redux": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.3.tgz", - "integrity": "sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.4.tgz", + "integrity": "sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==", "dependencies": { "@babel/runtime": "^7.12.1", "@types/react-redux": "^7.1.16", @@ -11946,8 +11946,7 @@ "react-is": "^16.13.1" }, "peerDependencies": { - "react": "^16.8.3 || ^17", - "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0" + "react": "^16.8.3 || ^17" }, "peerDependenciesMeta": { "react-dom": { @@ -25020,9 +25019,9 @@ } }, "react-redux": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.3.tgz", - "integrity": "sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.4.tgz", + "integrity": "sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==", "requires": { "@babel/runtime": "^7.12.1", "@types/react-redux": "^7.1.16", diff --git a/package.json b/package.json index e4791ce..9090dad 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "miniapp-color-thief": "^1.0.5", "promise.prototype.finally": "^3.1.2", "react": "^16.14.0", - "react-redux": "^7.2.2", + "react-redux": "^7.2.4", "remax": "^2.13.1" }, "devDependencies": {