diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d4256d55..b3d9a7c9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "axios": "^0.21.2", "core-js": "^3.6.4", "js-yaml": "^4.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "monaco-editor": "^0.33.0", "monaco-editor-webpack-plugin": "^7.0.1", "vue": "^2.6.14", @@ -11151,9 +11151,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.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -24339,9 +24339,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "lodash.debounce": { "version": "4.0.8", diff --git a/frontend/package.json b/frontend/package.json index 649f1c8a..dff1ec81 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "axios": "^0.21.2", "core-js": "^3.6.4", "js-yaml": "^4.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "monaco-editor": "^0.33.0", "monaco-editor-webpack-plugin": "^7.0.1", "@monaco-editor/loader": "^1.3.2",