diff --git a/package-lock.json b/package-lock.json index 29a10d04..13768183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4193,9 +4193,9 @@ } }, "@types/redux-form": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/@types/redux-form/-/redux-form-8.2.5.tgz", - "integrity": "sha512-gLhQDJ2r/SjjGWig2qji6KJG2dtbs/YjMyTplNHWW4FhUVdrCI+jUKXNIlXemeWJt4HOvllPQ1LhXBNFq+odGw==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/@types/redux-form/-/redux-form-8.3.2.tgz", + "integrity": "sha512-8XuMIL8bcQB5aVf/I71oLQVWGQH4YyCqJG4UWaUmlGOJFbLnPAr+EiqNGJ3bJlO7H9hHNqo4WhOjLFSwFapbYA==", "dev": true, "requires": { "@types/react": "*", @@ -15661,11 +15661,6 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, - "lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" - }, "lodash._getnative": { "version": "3.9.1", "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", @@ -19054,34 +19049,18 @@ } }, "redux-form": { - "version": "8.3.5", - "resolved": "https://registry.npmjs.org/redux-form/-/redux-form-8.3.5.tgz", - "integrity": "sha512-GSpi9pbEor2wmL2cie+svP8QCylbwjlpAFegOHPaxSrQQm2Mk8ZHVWVObJUfF9cXcczIzB/bH/xOdIqeNl1OCA==", + "version": "8.3.7", + "resolved": "https://registry.npmjs.org/redux-form/-/redux-form-8.3.7.tgz", + "integrity": "sha512-CUv6z5Gpog3shB3Ptsd+x6dmeQ1AzIlx1Tniri3j7Gf+oBBtLrD7dHMLOcTbJKsaEwG49SB/z1Pik3Hy04mNcQ==", "requires": { - "@babel/runtime": "^7.8.4", + "@babel/runtime": "^7.9.2", "es6-error": "^4.1.1", "hoist-non-react-statics": "^3.3.2", "invariant": "^2.2.4", "is-promise": "^2.1.0", "lodash": "^4.17.15", - "lodash-es": "^4.17.15", "prop-types": "^15.6.1", - "react-is": "^16.12.0" - }, - "dependencies": { - "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" - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } + "react-is": "^16.4.2" } }, "reflect.ownkeys": { diff --git a/package.json b/package.json index 536c6b43..0210befa 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "redux-effects-fetchr-cache": "1.2.0", "redux-effects-formdata-uploader": "1.3.1", "redux-effects-steps": "1.0.3", - "redux-form": "8.3.5", + "redux-form": "8.3.7", "serve-favicon": "2.5.0", "server-timing": "3.2.1", "styled-components": "4.4.1", @@ -121,7 +121,7 @@ "@types/react-redux": "7.1.8", "@types/react-router": "^3.0.19", "@types/redux-devtools": "3.0.47", - "@types/redux-form": "8.2.5", + "@types/redux-form": "8.3.2", "@types/seamless-immutable": "7.1.13", "@types/serve-favicon": "2.5.0", "@types/styled-components": "4.4.3",