From 1e38ab64fbbbcb9aceef632b16b904bbfb909629 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:23:19 +0100 Subject: [PATCH] test(deps): update examples/custom-command lodash to 4.17.23 --- examples/custom-command/package-lock.json | 11 ++++++----- examples/custom-command/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) 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" } }