diff --git a/examples/hello-npm/package-lock.json b/examples/hello-npm/package-lock.json index f92c901..41d3eb4 100644 --- a/examples/hello-npm/package-lock.json +++ b/examples/hello-npm/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@types/lodash": "^4.17.10", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@redis/client": "^1.6.0", @@ -108,9 +108,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==", "license": "MIT" }, "node_modules/redis": { diff --git a/examples/hello-npm/package.json b/examples/hello-npm/package.json index d505cdf..7ee3481 100644 --- a/examples/hello-npm/package.json +++ b/examples/hello-npm/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "dependencies": { "@types/lodash": "^4.17.10", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@redis/client": "^1.6.0",