From e4868555497839d99eff18339b540918515285b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:26:52 +0000 Subject: [PATCH] Bump lodash from 4.17.23 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...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 | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3e531f2..9648aa0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "express-jwt": "8.5.1", "got": "14.6.6", "jwks-rsa": "3.2.2", - "lodash": "4.17.23", + "lodash": "4.18.1", "metadata-scraper": "0.2.61", "morgan": "1.10.1", "multer": "2.0.2", @@ -7264,6 +7264,13 @@ "jshint": "bin/jshint" } }, + "node_modules/jshint/node_modules/lodash": { + "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/jshint/node_modules/minimatch": { "version": "3.0.8", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", @@ -7507,9 +7514,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==", "license": "MIT" }, "node_modules/lodash.clonedeep": { diff --git a/package.json b/package.json index 7e07bb0c..4c6ba2a2 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "express-jwt": "8.5.1", "got": "14.6.6", "jwks-rsa": "3.2.2", - "lodash": "4.17.23", + "lodash": "4.18.1", "metadata-scraper": "0.2.61", "morgan": "1.10.1", "multer": "2.0.2",