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:
Родитель
58969ebea4
Коммит
718461cd42
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче