diff --git a/docs-web/package-lock.json b/docs-web/package-lock.json index 0214eef..c9e82e7 100644 --- a/docs-web/package-lock.json +++ b/docs-web/package-lock.json @@ -10932,9 +10932,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/docs-web/package.json b/docs-web/package.json index a55e393..4e32487 100644 --- a/docs-web/package.json +++ b/docs-web/package.json @@ -47,7 +47,7 @@ "react": "$react" }, "diff": ">=8.0.3", - "lodash": ">=4.17.23", + "lodash": ">=4.18.1", "lodash-es": ">=4.17.23" } }