From f7e084d3b1b3d081134bfcec3fb591b157eb51f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:27:35 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.18.1 Bumps [lodash](https://github.com/lodash/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) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index def23b1f6..15d091520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "joi": "^18.0.1", "json2csv": "^6.0.0-alpha.2", "jsonwebtoken": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "masto": "^7.4.0", "mastodon-api": "^1.3.0", "moment": "^2.29.4", @@ -9524,7 +9524,6 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -12923,7 +12922,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", + "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._basecopy": { diff --git a/package.json b/package.json index 0155594e4..4985a9b13 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "joi": "^18.0.1", "json2csv": "^6.0.0-alpha.2", "jsonwebtoken": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "masto": "^7.4.0", "mastodon-api": "^1.3.0", "moment": "^2.29.4",