diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1a5b9326..be98abce 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "oscars-frontend", - "version": "1.2.21", + "version": "1.2.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oscars-frontend", - "version": "1.2.21", + "version": "1.2.32", "license": "MIT", "dependencies": { "bootstrap": "^5.3.2", @@ -17,7 +17,7 @@ "jquery": "^3.5.1", "jstz": "^2.1.1", "lodash": "^4.17.21", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.23", "mobx": "^5.15.5", "mobx-react": "^6.2.5", "moment": "^2.27.0", @@ -9938,9 +9938,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" }, "node_modules/lodash-webpack-plugin": { "version": "0.11.5", @@ -25734,9 +25734,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" }, "lodash-webpack-plugin": { "version": "0.11.5", diff --git a/frontend/package.json b/frontend/package.json index fcd34170..783a64a3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "jquery": "^3.5.1", "jstz": "^2.1.1", "lodash": "^4.17.21", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.23", "mobx": "^5.15.5", "mobx-react": "^6.2.5", "moment": "^2.27.0",