From 66d8be1aa63414e942df0a74a831d432f5e3c2ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 14:11:52 +0000 Subject: [PATCH] Update dependency @types/lodash to v4.17.1 (#9015) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 43109f1b..7a246f3b 100644 --- a/package.json +++ b/package.json @@ -1200,7 +1200,7 @@ "@types/diff": "5.2.0", "@types/diff-match-patch": "1.0.36", "@types/glob": "8.1.0", - "@types/lodash": "4.17.0", + "@types/lodash": "4.17.1", "@types/mocha": "10.0.6", "@types/node": "18.19.31", "@types/parsimmon": "1.10.9", diff --git a/yarn.lock b/yarn.lock index dafc2792..1722493d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -338,10 +338,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== -"@types/lodash@4.17.0": - version "4.17.0" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3" - integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA== +"@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/minimatch@*": version "3.0.3"