diff --git a/package-lock.json b/package-lock.json index 40235656c3..37bb23910c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13095,7 +13095,7 @@ "@parse/s3-files-adapter": "1.4.0", "@parse/simple-mailgun-adapter": "1.1.0", "apollo-server-express": "2.10.1", - "bcrypt": "3.0.8", + "bcrypt": "4.0.0", "bcryptjs": "2.4.3", "body-parser": "1.19.0", "commander": "4.1.1", @@ -13114,10 +13114,10 @@ "lodash": "4.17.15", "lru-cache": "5.1.1", "mime": "2.4.4", - "mongodb": "3.5.3", + "mongodb": "3.5.4", "node-rsa": "1.0.7", "parse": "2.11.0", - "pg-promise": "10.4.3", + "pg-promise": "10.4.4", "pluralize": "^8.0.0", "redis": "3.0.0", "semver": "7.1.3", @@ -14460,15 +14460,17 @@ } }, "react-redux": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz", - "integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.1.2.tgz", + "integrity": "sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==", "requires": { - "@babel/runtime": "^7.5.5", + "@babel/runtime": "^7.1.2", "hoist-non-react-statics": "^3.3.0", - "loose-envify": "^1.4.0", - "prop-types": "^15.7.2", - "react-is": "^16.9.0" + "invariant": "^2.2.4", + "loose-envify": "^1.1.0", + "prop-types": "^15.6.1", + "react-is": "^16.6.0", + "react-lifecycles-compat": "^3.0.0" } }, "react-router": { diff --git a/package.json b/package.json index 0f45aaf95e..5b6c32fb59 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-dom": "16.13.0", "react-helmet": "5.2.1", "react-json-view": "^1.19.1", - "react-redux": "7.2.0", + "react-redux": "5.1.2", "react-router": "5.1.2", "react-router-dom": "5.1.2", "regenerator-runtime": "0.13.3",