diff --git a/frontend/package.json b/frontend/package.json index a14d292a8e..f537f634c2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -81,7 +81,7 @@ "cypress-vite": "^1.4.0", "date-fns": "2.30.0", "date-fns-tz": "^2.0.0", - "debounce": "2.0.0", + "debounce": "2.1.0", "deep-diff": "1.0.2", "dequal": "2.0.3", "fast-json-patch": "3.1.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index eafdd4404b..fbb5723f28 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3661,10 +3661,10 @@ dayjs@^1.10.4: resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2" integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ== -debounce@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/debounce/-/debounce-2.0.0.tgz#b2f914518a1481466f4edaee0b063e4d473ad549" - integrity sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA== +debounce@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/debounce/-/debounce-2.1.0.tgz#eab25eaf254b848fcfccffbde75bdaa44842caa3" + integrity sha512-OkL3+0pPWCqoBc/nhO9u6TIQNTK44fnBnzuVtJAbp13Naxw9R6u21x+8tVTka87AhDZ3htqZ2pSSsZl9fqL2Wg== debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4: version "4.3.4"