From e01fb5a1ff74e6df9f4bd4b36312dd1fbc70df11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:08:40 +0000 Subject: [PATCH] Upgrade: Bump debounce from 2.1.1 to 2.2.0 (#4876) Bumps [debounce](https://github.com/sindresorhus/debounce) from 2.1.1 to 2.2.0.
Release notes

Sourced from debounce's releases.

v2.2.0

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

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debounce&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.2.0)](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 7ca17f9b02..a5b02368c2 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.1", + "debounce": "^2.2.0", "el-transition": "^0.0.7", "esbuild": "^0.24.0", "esbuild-plugin-prismjs": "^1.0.8", diff --git a/yarn.lock b/yarn.lock index efb994a20e..7d59214d1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2423,10 +2423,10 @@ __metadata: languageName: node linkType: hard -"debounce@npm:^2.1.1": - version: 2.1.1 - resolution: "debounce@npm:2.1.1" - checksum: 10c0/2d33b118cbcd19dc85146a0020a849a2b67abfe20030bca283786b5110da922995f7228a551df4b77e8fee9f40673ccc63c509593a470ab061c548f94442989d +"debounce@npm:^2.2.0": + version: 2.2.0 + resolution: "debounce@npm:2.2.0" + checksum: 10c0/684536fe9a04c9eea46cf02f119f69aa4071813ba25b9b43370e1503ea60b34fd38d694c7145fa2be504f9d40e7e39354cb9ed155c70954a0eefa391aefe271c languageName: node linkType: hard @@ -5784,7 +5784,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.1" + debounce: "npm:^2.2.0" el-transition: "npm:^0.0.7" esbuild: "npm:^0.24.0" esbuild-plugin-prismjs: "npm:^1.0.8"