From 057f883b7b6c1902e3cbe04cb8728a9acd88ed26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 00:05:14 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash.debounce to v4.0.9 (#725) 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 ca107824..15879fc5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@testing-library/dom": "9.3.3", "@types/jest": "29.5.11", "@types/lodash.clamp": "4.0.9", - "@types/lodash.debounce": "4.0.7", + "@types/lodash.debounce": "4.0.9", "@types/lodash.isequal": "4.5.6", "@types/react": "18.2.28", "@types/react-dom": "18.2.13", diff --git a/yarn.lock b/yarn.lock index 161633dc..1276d506 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4396,10 +4396,10 @@ dependencies: "@types/lodash" "*" -"@types/lodash.debounce@4.0.7": - version "4.0.7" - resolved "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.7.tgz#0285879defb7cdb156ae633cecd62d5680eded9f" - integrity sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA== +"@types/lodash.debounce@4.0.9": + version "4.0.9" + resolved "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz#0f5f21c507bce7521b5e30e7a24440975ac860a5" + integrity sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ== dependencies: "@types/lodash" "*"