diff --git a/examples/custom-command/package-lock.json b/examples/custom-command/package-lock.json index 08353b95c..5f26c3f3f 100644 --- a/examples/custom-command/package-lock.json +++ b/examples/custom-command/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "cypress": "15.9.0", - "lodash": "4.17.21" + "lodash": "^4.17.23" } }, "node_modules/@cypress/request": { @@ -1311,10 +1311,11 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "dev": true, + "license": "MIT" }, "node_modules/lodash.once": { "version": "4.1.1", diff --git a/examples/custom-command/package.json b/examples/custom-command/package.json index 6e57974a3..2e82c226e 100644 --- a/examples/custom-command/package.json +++ b/examples/custom-command/package.json @@ -10,6 +10,6 @@ "private": true, "devDependencies": { "cypress": "15.9.0", - "lodash": "4.17.21" + "lodash": "^4.17.23" } }