From 444b361df20a98d028601a23cfc541e0b7373010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:39:10 +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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fbfe69..c605596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-unicorn": "27.0.0", "jest": "29.3.1", "jwt-decode": "3.1.2", - "lodash": "4.17.23", + "lodash": "4.18.1", "nock": "^13.5.6", "prettier": "2.2.1", "prettier-plugin-jsdoc": "0.3.8", @@ -8334,10 +8334,11 @@ } }, "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 + "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" }, "node_modules/lodash.camelcase": { "version": "4.3.0", diff --git a/package.json b/package.json index 16117f5..55af065 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-unicorn": "27.0.0", "jest": "29.3.1", "jwt-decode": "3.1.2", - "lodash": "4.17.23", + "lodash": "4.18.1", "nock": "^13.5.6", "prettier": "2.2.1", "prettier-plugin-jsdoc": "0.3.8",