diff --git a/package-lock.json b/package-lock.json index 308836d0..1f9e57ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ismobilejs": "~0.4.1", "kjua": "^0.9.0", "libphonenumber-js": "1.9.6", - "lodash-es": "~4.17.15", + "lodash-es": "~4.17.21", "react": "~16.6.3", "react-dom": "~16.6.3", "react-redux": "~5.1.1", @@ -9616,9 +9616,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" }, "node_modules/lodash.sortby": { "version": "4.7.0", @@ -19028,7 +19028,7 @@ "version": "git+ssh://git@github.com/rbkmoney/cross-origin-communicator.git#dc3209dab12fb5d745c21b72d10ebe567270a836", "integrity": "sha512-FLAy7RDkiBNVzm6fVWpLIe/ehdKs1uTW0TWI+bysaMDDDiLClW1VTtlHERNxSTwfuHyvlNzl+lPCCjgp8lSPaA==", "dev": true, - "from": "cross-origin-communicator@git+ssh://git@github.com/rbkmoney/cross-origin-communicator.git#dc3209dab12fb5d745c21b72d10ebe567270a836", + "from": "cross-origin-communicator@https://github.com/rbkmoney/cross-origin-communicator.git#dc3209dab12fb5d745c21b72d10ebe567270a836", "requires": { "rimraf": "~2.6.3", "typescript": "~3.3.4000" @@ -24096,9 +24096,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" }, "lodash.sortby": { "version": "4.7.0", diff --git a/package.json b/package.json index 9bd48631..b0b9b3f1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "ismobilejs": "~0.4.1", "kjua": "^0.9.0", "libphonenumber-js": "1.9.6", - "lodash-es": "~4.17.15", + "lodash-es": "~4.17.21", "react": "~16.6.3", "react-dom": "~16.6.3", "react-redux": "~5.1.1",