From 5e0937015b13284ed2089e6e355ad9f018e4e049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 06:12:05 +0000 Subject: [PATCH] chore(deps): update dependency lodash to ^4.18.1 --- examples/custom-command/package-lock.json | 8 ++++---- examples/custom-command/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/custom-command/package-lock.json b/examples/custom-command/package-lock.json index dac31278e..dd03f4bce 100644 --- a/examples/custom-command/package-lock.json +++ b/examples/custom-command/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "devDependencies": { "cypress": "15.14.0", - "lodash": "^4.17.23" + "lodash": "^4.18.1" } }, "node_modules/@cypress/request": { @@ -1318,9 +1318,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" }, diff --git a/examples/custom-command/package.json b/examples/custom-command/package.json index 9ab4939f3..b4ec8313f 100644 --- a/examples/custom-command/package.json +++ b/examples/custom-command/package.json @@ -11,6 +11,6 @@ "private": true, "devDependencies": { "cypress": "15.14.0", - "lodash": "^4.17.23" + "lodash": "^4.18.1" } }