From a974b9affb86824d1e3a08772e72eef2a6e89910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 04:40:20 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to ^4.14.201 (#850) 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 d0c911725..d2ae49433 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/debug": "^4.1.11", "@types/expand-tilde": "^2.0.2", "@types/jest": "29.5.8", - "@types/lodash": "^4.14.200", + "@types/lodash": "^4.14.201", "@types/node": "^20.8.10", "@types/object-hash": "^3.0.6", "@types/pluralize": "^0.0.33", diff --git a/yarn.lock b/yarn.lock index f70b2cee8..0ce84e1d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2028,10 +2028,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== -"@types/lodash@^4.14.200": - version "4.14.200" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149" - integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q== +"@types/lodash@^4.14.201": + version "4.14.201" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239" + integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ== "@types/minimist@^1.2.0": version "1.2.2"