From 2973cfe0ae70cd28a5c588acbab1514f34ebd80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:36:18 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++++------ package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69fa1dc..257351e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "2.3.0", + "version": "25.12.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "2.3.0", + "version": "25.12.7", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -45,7 +45,7 @@ "https-proxy-agent": "^5.0.1", "httpsnippet": "^2.0.0", "ignore": "^7.0.5", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mime-types": "^2.1.34", "mkdirp": "^1.0.4", "node-forge": "^1.3.1", @@ -194,6 +194,11 @@ "npm": ">=8" } }, + "node_modules/@appium/logger/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, "node_modules/@appium/logger/node_modules/lru-cache": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", @@ -11885,8 +11890,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "node_modules/lodash.defaults": { "version": "4.2.0", @@ -17772,6 +17778,11 @@ "set-blocking": "2.0.0" }, "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, "lru-cache": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", @@ -25894,7 +25905,9 @@ } }, "lodash": { - "version": "4.17.21" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "lodash.defaults": { "version": "4.2.0", diff --git a/package.json b/package.json index f403554..46b6473 100644 --- a/package.json +++ b/package.json @@ -303,7 +303,7 @@ "https-proxy-agent": "^5.0.1", "httpsnippet": "^2.0.0", "ignore": "^7.0.5", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mime-types": "^2.1.34", "mkdirp": "^1.0.4", "node-forge": "^1.3.1",