diff --git a/package-lock.json b/package-lock.json index 61119a5..3d32561 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "balena-sdk": "^20.8.3", "line-by-line": "^0.1.6", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-html-markdown": "^1.3.0", "node-jq": "^4.4.0" }, @@ -11301,9 +11301,9 @@ "license": "MIT" }, "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==", "license": "MIT" }, "node_modules/lodash.topath": { diff --git a/package.json b/package.json index 7aab8d0..a1e0c96 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "balena-sdk": "^20.8.3", "line-by-line": "^0.1.6", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-html-markdown": "^1.3.0", "node-jq": "^4.4.0" },