From a6d79a43d8a37e1c6eb9fcd63c8f5f499bfcd1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 08:55:50 +0000 Subject: [PATCH] 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] --- node_modules | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules b/node_modules index 21add67d79b6..7b8a2f63e94e 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 21add67d79b6c9bdc6b094f488cc28783bbdfd31 +Subproject commit 7b8a2f63e94e1a59c9b8acca990133b6bc52e7f1 diff --git a/package.json b/package.json index e0c8bc2d8a0a..f3029787e6ed 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "remarkable": "2.0.1", - "throttle-debounce": "5.0.0", + "throttle-debounce": "5.0.2", "uuid": "9.0.1", "xterm": "5.3.0", "xterm-addon-canvas": "0.5.0"