From 868896cf365110b04dd670a223ed796452238393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 08:51:02 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.18.1 in /examples/with-apollo-and-redux Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-apollo-and-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apollo-and-redux/package.json b/examples/with-apollo-and-redux/package.json index 34884a15360c..b7fd2799d27a 100644 --- a/examples/with-apollo-and-redux/package.json +++ b/examples/with-apollo-and-redux/package.json @@ -9,7 +9,7 @@ "@apollo/client": "^3.0.0", "deepmerge": "^4.2.2", "graphql": "14.5.8", - "lodash": "4.17.20", + "lodash": "4.18.1", "next": "latest", "prop-types": "^15.6.0", "react": "^18.2.0",