From a56a2d375df99e1db1f4bcb006a7c250bbd67614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 08:15:23 -0800 Subject: [PATCH] Bump throttle-debounce from 2.3.0 to 3.0.0 (#651) Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce) from 2.3.0 to 3.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/v2.3.0...v3.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 496f6ed..614b24f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-dom": "^16.14.0", "react-markdown": "^4.3.1", "styled-components": "^4.4.1", - "throttle-debounce": "^2.3.0" + "throttle-debounce": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.12.3", diff --git a/yarn.lock b/yarn.lock index 975e5fa..cdad380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8354,10 +8354,10 @@ text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= -throttle-debounce@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-2.3.0.tgz#fd31865e66502071e411817e241465b3e9c372e2" - integrity sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ== +throttle-debounce@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-3.0.0.tgz#8d7fd809e123599b17c8d3cf0ee4c4106ab099f8" + integrity sha512-2B0b5wmu8Hpmtsh9Q+1Lk7Eq0dd1u1XQAifrZr0EMshB80MthC1K7BK3FHG27VQ7g1GuW7fFThiobIjCTCIBTw== throttleit@^1.0.0: version "1.0.0"