diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index a0b230a6..2d9b9f4a 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -41,7 +41,7 @@ "react-router-dom": "^6.24.0", "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", @@ -6809,9 +6809,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 f9499a5a..28d968d2 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -48,7 +48,7 @@ "react-router-dom": "^6.24.0", "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",