From 0f6ba79c982b419fb1d117656123a530105bc061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:11:58 +0000 Subject: [PATCH] Bump debounced from 0.0.5 to 1.0.2 Bumps [debounced](https://github.com/hopsoft/debounced) from 0.0.5 to 1.0.2. - [Release notes](https://github.com/hopsoft/debounced/releases) - [Commits](https://github.com/hopsoft/debounced/commits/v1.0.2) --- updated-dependencies: - dependency-name: debounced dependency-type: direct:production update-type: version-update:semver-major ... 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 214562ab017..83c805d47a2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@rails/webpacker": "5.4.4", "@stimulus-components/rails-nested-form": "^5.0.0", "cable_ready": "5.0.5", - "debounced": "^0.0.5", + "debounced": "^1.0.2", "flatpickr": "^4.6.9", "foundation-sites": "^5.5.3", "hotkeys-js": "^3.13.7", diff --git a/yarn.lock b/yarn.lock index 178edc75846..13c707480d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3253,10 +3253,10 @@ date-format@^4.0.3: resolved "https://registry.yarnpkg.com/date-format/-/date-format-4.0.3.tgz#f63de5dc08dc02efd8ef32bf2a6918e486f35873" integrity sha512-7P3FyqDcfeznLZp2b+OMitV9Sz2lUnsT87WaTat9nVwqsBkTzPG3lPLNwW3en6F4pHUiWzr6vb8CLhjdK9bcxQ== -debounced@^0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/debounced/-/debounced-0.0.5.tgz#e540b6eebfe703d93462711b4f3562ffd101b87f" - integrity sha512-8Bgheu1YxQB7ocqYmK2enbLGVoo4nCtu/V6UD/SMDOeV3g2LocG2CrA5oxudlyl79Ja07UiqGdp9pWZoJn52EQ== +debounced@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/debounced/-/debounced-1.0.2.tgz#2369b4077fce893e8bf6074768adf3589afabc7f" + integrity sha512-6GPv+l/OOtdb1DKNY70k5ubuJhVjtBjUnujC5vQAHHrMuvBpDXsTc91xEMTdeA3/v4swYHamtdB9XIN7DcKxpw== debug@2.6.9, debug@^2.2.0, debug@^2.3.3: version "2.6.9"