diff --git a/package-lock.json b/package-lock.json index 1cc408ec..fc087060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "fs-extra": "^8.1.0", "globby": "^11.0.1", "htmlparser2": "^4.1.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "marked": "^0.3.19", "mini-css-extract-plugin": "^2.9.2", "node-static": "git+https://github.com/cloudhead/node-static.git", @@ -4082,9 +4082,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==", "dev": true }, "node_modules/lodash-es": { @@ -9000,9 +9000,9 @@ } }, "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==", "dev": true }, "lodash-es": { diff --git a/package.json b/package.json index 5337a8a4..d3fe96bc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fs-extra": "^8.1.0", "globby": "^11.0.1", "htmlparser2": "^4.1.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "marked": "^0.3.19", "mini-css-extract-plugin": "^2.9.2", "node-static": "git+https://github.com/cloudhead/node-static.git",