From 0107146cb602d0dd2fcbfb3eab2f56fabf53d6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:19:26 +0000 Subject: [PATCH] chore(deps): Bump lodash in /packages/api-explorer 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] --- packages/api-explorer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api-explorer/package.json b/packages/api-explorer/package.json index a8a9b0094..cee2702b2 100644 --- a/packages/api-explorer/package.json +++ b/packages/api-explorer/package.json @@ -85,7 +85,7 @@ "@styled-icons/material-outlined": "^10.47.0", "@styled-icons/material-rounded": "^10.28.0", "history": "^4.10.1", - "lodash": "4.17.21", + "lodash": "4.18.1", "react": "^17.0.2", "react-diff-viewer": "3.1.1", "react-dom": "^17.0.2",