From 7579ffabebffcb0b014352fd3bde0c2f6398e094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:33:18 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /src/BenchmarksApps/Lighthouse Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/BenchmarksApps/Lighthouse/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BenchmarksApps/Lighthouse/package-lock.json b/src/BenchmarksApps/Lighthouse/package-lock.json index e8e578d5c..869f64227 100644 --- a/src/BenchmarksApps/Lighthouse/package-lock.json +++ b/src/BenchmarksApps/Lighthouse/package-lock.json @@ -1527,9 +1527,9 @@ "license": "MIT" }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=", + "version": "4.17.23", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha1-8ROwN4OGEDvk9okziMc9C95/LFo=", "license": "MIT" }, "node_modules/lookup-closest-locale": {