diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1a5b9326..43e3dbf9 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", @@ -16,7 +16,7 @@ "graphlib": "^2.1.8", "jquery": "^3.5.1", "jstz": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lodash-es": "^4.17.15", "mobx": "^5.15.5", "mobx-react": "^6.2.5", @@ -9933,9 +9933,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "node_modules/lodash-es": { "version": "4.17.21", @@ -25729,9 +25729,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash-es": { "version": "4.17.21", diff --git a/frontend/package.json b/frontend/package.json index fcd34170..c52e5203 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "graphlib": "^2.1.8", "jquery": "^3.5.1", "jstz": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lodash-es": "^4.17.15", "mobx": "^5.15.5", "mobx-react": "^6.2.5",