From 41555e2cd10e4c19abfc4268b3925614a4f297de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:23:54 +0000 Subject: [PATCH] chore(deps): bump throttle-debounce from 5.0.0 to 5.0.2 Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/niksy/throttle-debounce/releases) - [Changelog](https://github.com/niksy/throttle-debounce/blob/master/CHANGELOG.md) - [Commits](https://github.com/niksy/throttle-debounce/compare/v5.0.0...v5.0.2) --- updated-dependencies: - dependency-name: throttle-debounce dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fede7356281..45036f1a27d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "select2": "3.5.1", "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", - "throttle-debounce": "^5.0.0", + "throttle-debounce": "^5.0.2", "underscore": "1.13.6", "url-search-params-polyfill": "^8.1.1", "v-click-outside": "^3.2.0", @@ -25580,9 +25580,9 @@ "peer": true }, "node_modules/throttle-debounce": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz", - "integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz", + "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==", "engines": { "node": ">=12.22" } diff --git a/package.json b/package.json index 7949b954ee7..31c296c372e 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "select2": "3.5.1", "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", - "throttle-debounce": "^5.0.0", + "throttle-debounce": "^5.0.2", "underscore": "1.13.6", "url-search-params-polyfill": "^8.1.1", "v-click-outside": "^3.2.0",