diff --git a/frontend/package.json b/frontend/package.json index 44b1be3b5..d511a0390 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "eslint-config-next": "13.5.2", "fast-average-color": "^9.4.0", "jsonschema": "^1.4.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mathjs": "^12.0.0", "moment": "^2.29.4", "next": "^14.0.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 64560247b..970a38fdf 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4512,10 +4512,10 @@ lodash.values@^4.3.0: resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-4.3.0.tgz#a3a6c2b0ebecc5c2cba1c17e6e620fe81b53d347" integrity sha512-r0RwvdCv8id9TUblb/O7rYPwVy6lerCbcawrfdo9iC/1t1wsNMJknO79WNBgwkH0hIeJ08jmvvESbFpNb4jH0Q== -lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== +lodash@^4.17.21, lodash@^4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== long@^4.0.0: version "4.0.0"