chore(deps): Bump debounce from 1.2.1 to 2.0.0

Bumps [debounce](https://github.com/sindresorhus/debounce) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](https://github.com/sindresorhus/debounce/compare/1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: debounce
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-16 07:09:23 +00:00 коммит произвёл Ferdinand Thiessen
Родитель 58969ebea4
Коммит 718461cd42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 45FAE7268762B400
2 изменённых файлов: 11 добавлений и 5 удалений

14
package-lock.json сгенерированный
Просмотреть файл

@ -24,7 +24,7 @@
"@vueuse/components": "^10.0.2",
"@vueuse/core": "^10.1.2",
"clone": "^2.1.2",
"debounce": "1.2.1",
"debounce": "2.0.0",
"dompurify": "^3.0.5",
"emoji-mart-vue-fast": "^15.0.0",
"escape-html": "^1.0.3",
@ -9669,9 +9669,15 @@
"dev": true
},
"node_modules/debounce": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
"integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-2.0.0.tgz",
"integrity": "sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/debug": {
"version": "4.3.4",

Просмотреть файл

@ -75,7 +75,7 @@
"@vueuse/components": "^10.0.2",
"@vueuse/core": "^10.1.2",
"clone": "^2.1.2",
"debounce": "1.2.1",
"debounce": "2.0.0",
"dompurify": "^3.0.5",
"emoji-mart-vue-fast": "^15.0.0",
"escape-html": "^1.0.3",