From 07f8c986c5cffd1c9461e7c70dea48a77f28cdd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:29:47 +0000 Subject: [PATCH] Bump lodash and globule Bumps [lodash](https://github.com/lodash/lodash) to 4.18.1 and updates ancestor dependency [globule](https://github.com/cowboy/node-globule). These dependencies need to be updated together. Updates `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) Updates `globule` from 1.3.2 to 1.3.4 - [Release notes](https://github.com/cowboy/node-globule/releases) - [Commits](https://github.com/cowboy/node-globule/compare/v1.3.2...v1.3.4) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production - dependency-name: globule dependency-version: 1.3.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08544a8..84cb2b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "jquery": "^3.5.1", "js-yaml": "^4.1.1", "jsonwebtoken": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "minimist": "^1.2.6", "mkdirp": "^1.0.4", "mocha": "^8.4.0", @@ -13831,12 +13831,13 @@ } }, "node_modules/globule": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz", - "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz", + "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", + "license": "MIT", "dependencies": { "glob": "~7.1.1", - "lodash": "~4.17.10", + "lodash": "^4.17.21", "minimatch": "~3.0.2" }, "engines": { @@ -18319,9 +18320,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.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash-es": { diff --git a/package.json b/package.json index 12cb2a8..7bc5c4d 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jquery": "^3.5.1", "js-yaml": "^4.1.1", "jsonwebtoken": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "minimist": "^1.2.6", "mkdirp": "^1.0.4", "mocha": "^8.4.0",