From cb167f523efe75fd407eeeeddad4f23fc1451861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 22:26:45 +0000 Subject: [PATCH] chore(deps): bump lodash and @types/lodash in /apps/metro-example-host Bumps [lodash](https://github.com/lodash/lodash) and [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash). These dependencies needed to be updated together. Updates `lodash` from 4.16.6 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.16.6...4.17.21) Updates `@types/lodash` from 4.17.9 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.21 dependency-type: direct:production - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/metro-example-host/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/metro-example-host/package.json b/apps/metro-example-host/package.json index a64fa112c3c..295019e8d79 100644 --- a/apps/metro-example-host/package.json +++ b/apps/metro-example-host/package.json @@ -21,7 +21,7 @@ "e2e:run:android": "maestro --platform=android test e2e" }, "dependencies": { - "lodash": "4.16.6", + "lodash": "4.17.21", "react": "19.1.0", "react-native": "0.80.0" },