From a857b14f2a38d11d05c469735b4a8b6e497ea1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:27:45 +0000 Subject: [PATCH] Bump @types/lodash from 4.17.1 to 4.17.4 in the patch group Bumps the patch group with 1 update: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash). Updates `@types/lodash` from 4.17.1 to 4.17.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b5af921..6e49fc9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@types/lodash": "^4.17.1", + "@types/lodash": "^4.17.4", "@types/node": "18.19.33", "@types/react": "18.3.2", "@types/react-dom": "18.3.0", diff --git a/yarn.lock b/yarn.lock index 45c6478..2039a73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -611,10 +611,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.17.1": - version "4.17.1" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.1.tgz#0fabfcf2f2127ef73b119d98452bd317c4a17eb8" - integrity sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q== +"@types/lodash@^4.17.4": + version "4.17.4" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.4.tgz#0303b64958ee070059e3a7184048a55159fe20b7" + integrity sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ== "@types/node@*": version "20.3.1"