From b77554fa17f1e17b0060c1b93c00666284208eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:30:55 +0000 Subject: [PATCH] deps(webui): bump lodash from 4.17.23 to 4.18.1 in /komga-webui 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] --- komga-webui/package-lock.json | 14 +++++++------- komga-webui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/komga-webui/package-lock.json b/komga-webui/package-lock.json index ca50c433..5c156fe8 100644 --- a/komga-webui/package-lock.json +++ b/komga-webui/package-lock.json @@ -17,7 +17,7 @@ "filesize": "^10.0.12", "js-file-downloader": "^1.1.25", "language-tags": "^1.0.9", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "marked": "^15.0.4", "qs": "^6.14.2", "screenfull": "^5.2.0", @@ -13562,9 +13562,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.clonedeep": { "version": "4.5.0", @@ -30311,9 +30311,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.clonedeep": { "version": "4.5.0", diff --git a/komga-webui/package.json b/komga-webui/package.json index 870ccaef..4c6f6e7c 100644 --- a/komga-webui/package.json +++ b/komga-webui/package.json @@ -18,7 +18,7 @@ "filesize": "^10.0.12", "js-file-downloader": "^1.1.25", "language-tags": "^1.0.9", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "marked": "^15.0.4", "qs": "^6.14.2", "screenfull": "^5.2.0",