From cb7931a4616439188ddc6d13e8e858bc0dfaeb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:04:24 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.15 to 4.18.1 in /examples/sample_repo Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/sample_repo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sample_repo/package.json b/examples/sample_repo/package.json index 13e314d..3b5d818 100644 --- a/examples/sample_repo/package.json +++ b/examples/sample_repo/package.json @@ -8,7 +8,7 @@ "react-dom": "16.13.0", "react-scripts": "3.4.1", "axios": "0.19.0", - "lodash": "4.17.15", + "lodash": "4.18.1", "moment": "2.24.0", "serialize-javascript": "2.1.1" },