From 469bf4072132c97dc215aa28cbfdc280a8ed6e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 18:23:47 +0000 Subject: [PATCH] Bump lodash and @types/lodash in /lib/ts/base 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.17.19 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Updates `@types/lodash` from 4.14.157 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:production ... Signed-off-by: dependabot[bot] --- lib/ts/base/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ts/base/package.json b/lib/ts/base/package.json index 4ca2dcf8..53a29cbd 100644 --- a/lib/ts/base/package.json +++ b/lib/ts/base/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@apollo/react-hooks": "^3.1.5", - "@types/lodash": "4.14.157", + "@types/lodash": "4.17.20", "@types/qs": "^6.9.2", "@types/react": "^16.9.42", "@types/react-dom": "^16.9.8", @@ -35,7 +35,7 @@ "@types/react-router-dom": "^5.1.5", "apollo-boost": "^0.4.9", "graphql": "^14.6.0", - "lodash": "4.17.19", + "lodash": "4.17.21", "qs": "^6.9.4", "react-apollo": "^3.1.5", "react": "^16.9.0",