From df1cc4ea5dd62cf9febfb7775bfe5681c9d4bd62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 06:39:44 +0100 Subject: [PATCH] Upgrade: Bump debounce from 2.1.0 to 2.1.1 (#4819) Bumps [debounce](https://github.com/sindresorhus/debounce) from 2.1.0 to 2.1.1.
Release notes

Sourced from debounce's releases.

v2.1.1

https://github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debounce&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 030f9dee51..bbae5aad23 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "chartjs-plugin-crosshair": "^2.0.0", "chartjs-plugin-tailwindcss-colors": "^0.2.4", "chokidar": "^3.6.0", - "debounce": "^2.1.0", + "debounce": "^2.1.1", "el-transition": "^0.0.7", "esbuild": "^0.23.1", "esbuild-plugin-prismjs": "^1.0.8", diff --git a/yarn.lock b/yarn.lock index 780ec50c8e..a9817ca9c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2047,10 +2047,10 @@ __metadata: languageName: node linkType: hard -"debounce@npm:^2.1.0": - version: 2.1.0 - resolution: "debounce@npm:2.1.0" - checksum: 10c0/15ef40fc5c402053ca5ab1b2c23cf25eb8f2f3246977793846561b0c87321cbb627075897f69bbcffa5a5a7d07c161c9ba0bfcb4a80ee6898844c5b11bf1a76e +"debounce@npm:^2.1.1": + version: 2.1.1 + resolution: "debounce@npm:2.1.1" + checksum: 10c0/2d33b118cbcd19dc85146a0020a849a2b67abfe20030bca283786b5110da922995f7228a551df4b77e8fee9f40673ccc63c509593a470ab061c548f94442989d languageName: node linkType: hard @@ -5549,7 +5549,7 @@ __metadata: chartjs-plugin-crosshair: "npm:^2.0.0" chartjs-plugin-tailwindcss-colors: "npm:^0.2.4" chokidar: "npm:^3.6.0" - debounce: "npm:^2.1.0" + debounce: "npm:^2.1.1" el-transition: "npm:^0.0.7" esbuild: "npm:^0.23.1" esbuild-plugin-prismjs: "npm:^1.0.8"