diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 275a6dac8e..293a78e7e1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "imask": "7.6.1", "jsts": "2.12.1", "jszip": "^3.10.1", - "lodash": "4.17.23", + "lodash": "4.18.1", "ol": "10.7.0", "ol-mapbox-style": "12.3.3", "ramda": "0.32.0", @@ -16805,9 +16805,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash-es": { diff --git a/frontend/package.json b/frontend/package.json index 472a48e549..3456db40a5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ "imask": "7.6.1", "jsts": "2.12.1", "jszip": "^3.10.1", - "lodash": "4.17.23", + "lodash": "4.18.1", "ol": "10.7.0", "ol-mapbox-style": "12.3.3", "ramda": "0.32.0",