From c2de4d70add46266ee50e2c3e304519fe40b8f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:52:41 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45d54be3..1b8d47aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "jsonc-parser": "^3.3.1", "jsonwebtoken": "^8.4.0", "localforage": "^1.7.3", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "mobx": "^5.15.0", "mobx-persist": "^0.4.1", "mobx-react": "^5.4.0", @@ -13037,9 +13037,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==" }, "node_modules/lodash-pickdeep": { "version": "1.0.2", @@ -32192,9 +32192,9 @@ } }, "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==" }, "lodash-pickdeep": { "version": "1.0.2", diff --git a/package.json b/package.json index 3c948b47..a5ad9ee8 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "jsonc-parser": "^3.3.1", "jsonwebtoken": "^8.4.0", "localforage": "^1.7.3", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "mobx": "^5.15.0", "mobx-persist": "^0.4.1", "mobx-react": "^5.4.0",