From 93e98a559963c01173e55de06ebf16e44d672dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 04:58:48 +0000 Subject: [PATCH] chore(deps): bump throttle-debounce and @types/throttle-debounce Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce) and [@types/throttle-debounce](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/throttle-debounce). These dependencies needed to be updated together. Updates `throttle-debounce` from 4.0.1 to 5.0.0 - [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/v4.0.1...v5.0.0) Updates `@types/throttle-debounce` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/throttle-debounce) --- updated-dependencies: - dependency-name: throttle-debounce dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/throttle-debounce" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 19a8534120..1d5eb3249f 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "terser-webpack-plugin": "4.2.3", "textarea-caret": "3.1.0", "three": "0.134.0", - "throttle-debounce": "4.0.1", + "throttle-debounce": "5.0.0", "tinycolor2": "1.4.2", "tmp": "0.2.1", "ts-loader": "9.3.1", @@ -269,7 +269,7 @@ "@types/showdown": "2.0.0", "@types/speakeasy": "2.0.7", "@types/three": "0.134.0", - "@types/throttle-debounce": "4.0.0", + "@types/throttle-debounce": "5.0.0", "@types/tinycolor2": "1.4.3", "@types/tmp": "0.2.3", "@types/uuid": "8.3.4", diff --git a/yarn.lock b/yarn.lock index 89ab5af1d6..e2c9d815ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -997,10 +997,10 @@ resolved "https://registry.yarnpkg.com/@types/three/-/three-0.134.0.tgz#22ae9892f4490faaf35f0ccea127df18407b8ab3" integrity sha512-4YB+99Rgqq27EjiYTItEoZtdjLnTh8W9LxowgpC9eWsjaQJIL4Kn/ZcUKAnW3gB/jS4hqGN8iqmid+RcUZDzpA== -"@types/throttle-debounce@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/throttle-debounce/-/throttle-debounce-4.0.0.tgz#ae62a652c914f46276c78730f53fab85b4825f09" - integrity sha512-BZ1Y2nf1U3qj9MNWrlTG3+FWfFS8xfG2DA0ypiZ1pBUiO8WEvEjNTmQuecnYDtQvegRojeKh+iwNK2NjJ8a3YQ== +"@types/throttle-debounce@5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@types/throttle-debounce/-/throttle-debounce-5.0.0.tgz#8208087f0af85107bcc681c50fa837fc9505483e" + integrity sha512-Pb7k35iCGFcGPECoNE4DYp3Oyf2xcTd3FbFQxXUI9hEYKUl6YX+KLf7HrBmgVcD05nl50LIH6i+80js4iYmWbw== "@types/tinycolor2@1.4.3": version "1.4.3" @@ -10313,10 +10313,10 @@ three@0.134.0: resolved "https://registry.yarnpkg.com/three/-/three-0.134.0.tgz#d7ad4d85d050da0861bf39749b06ddfb5f17157f" integrity sha512-LbBerg7GaSPjYtTOnu41AMp7tV6efUNR3p4Wk5NzkSsNTBuA5mDGOfwwZL1jhhVMLx9V20HolIUo0+U3AXehbg== -throttle-debounce@4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-4.0.1.tgz#f86656fe9c8a6b8218952ef36c3bf225089b1baf" - integrity sha512-s3PedbXdZtr8v3J5Sxd5T/GmWG80BcK5GVpwDdvgEaUXsaMqQe4zxgmC4TA7B8luSDCPxo3CeSBS3F9rF1CZwg== +throttle-debounce@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-5.0.0.tgz#a17a4039e82a2ed38a5e7268e4132d6960d41933" + integrity sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg== through2-filter@^3.0.0: version "3.0.0"