Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit c87c75d

Browse files
Bump debounce from 1.2.1 to 2.2.0
Bumps [debounce](https://github.com/sindresorhus/debounce) from 1.2.1 to 2.2.0. - [Release notes](https://github.com/sindresorhus/debounce/releases) - [Commits](sindresorhus/debounce@1.2.1...v2.2.0) --- updated-dependencies: - dependency-name: debounce dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be15baa commit c87c75d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rails/actioncable": "^7.2.102",
2020
"axios": "^1.7.7",
2121
"buefy": "< 0.10.0",
22-
"debounce": "^1.2.1",
22+
"debounce": "^2.2.0",
2323
"dotenv": "^16.4.5",
2424
"es6-promise": "^4.2.8",
2525
"global-package-version": "^1.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3955,10 +3955,10 @@ de-indent@^1.0.2:
39553955
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
39563956
integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=
39573957

3958-
debounce@^1.2.1:
3959-
version "1.2.1"
3960-
resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5"
3961-
integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
3958+
debounce@^2.2.0:
3959+
version "2.2.0"
3960+
resolved "https://registry.yarnpkg.com/debounce/-/debounce-2.2.0.tgz#f895fa2fbdb579a0f0d3dcf5dde19657e50eaad5"
3961+
integrity sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==
39623962

39633963
[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
39643964
version "2.6.9"

0 commit comments

Comments
 (0)