diff --git a/package-lock.json b/package-lock.json index 0cb7cd28..130c198c 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.21", + "lodash": "^4.17.23", "marked": "^0.3.19", "mini-css-extract-plugin": "^2.9.2", "node-static": "git+https://github.com/cloudhead/node-static.git", @@ -4059,9 +4059,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.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true }, "node_modules/lodash-es": { @@ -8978,9 +8978,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true }, "lodash-es": { diff --git a/package.json b/package.json index 7b21cbcd..7ac86db9 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.21", + "lodash": "^4.17.23", "marked": "^0.3.19", "mini-css-extract-plugin": "^2.9.2", "node-static": "git+https://github.com/cloudhead/node-static.git",