From 45b30ad33302072524116398cd94cafd2d515815 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:27:58 +0000 Subject: [PATCH] Update dependency throttle-debounce to ^5.0.2 --- commafeed-client/package-lock.json | 9 +++++---- commafeed-client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 9cb7d617..1357fa6e 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -41,7 +41,7 @@ "react-router-dom": "^6.23.1", "react-swipeable": "^7.0.1", "redoc": "^2.1.5", - "throttle-debounce": "^5.0.0", + "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.10", "use-local-storage": "^3.0.0", @@ -6797,9 +6797,10 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "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==", + "license": "MIT", "engines": { "node": ">=12.22" } diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 8c046a37..81cb6218 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -48,7 +48,7 @@ "react-router-dom": "^6.23.1", "react-swipeable": "^7.0.1", "redoc": "^2.1.5", - "throttle-debounce": "^5.0.0", + "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.10", "use-local-storage": "^3.0.0",