build(deps): bump debounce from 2.1.0 to 2.1.1

Bumps [debounce](https://github.com/sindresorhus/debounce) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](https://github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/50133/head
dependabot[bot] 2025-01-19 12:02:36 +07:00 committed by Git'Fellow
parent 8431ca0abc
commit 60750f641a
2 changed files with 16 additions and 5 deletions

19
package-lock.json generated

@ -43,7 +43,7 @@
"clipboard": "^2.0.11",
"core-js": "^3.37.1",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"debounce": "^2.1.1",
"dompurify": "^3.1.7",
"escape-html": "^1.0.3",
"focus-trap": "^7.5.4",
@ -5262,6 +5262,17 @@
"url": "https://opencollective.com/core-js"
}
},
"node_modules/@nextcloud/vue/node_modules/debounce": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.0.tgz",
"integrity": "sha512-OkL3+0pPWCqoBc/nhO9u6TIQNTK44fnBnzuVtJAbp13Naxw9R6u21x+8tVTka87AhDZ3htqZ2pSSsZl9fqL2Wg==",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@nextcloud/webpack-vue-config": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.0.1.tgz",
@ -11091,9 +11102,9 @@
"dev": true
},
"node_modules/debounce": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.0.tgz",
"integrity": "sha512-OkL3+0pPWCqoBc/nhO9u6TIQNTK44fnBnzuVtJAbp13Naxw9R6u21x+8tVTka87AhDZ3htqZ2pSSsZl9fqL2Wg==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.1.tgz",
"integrity": "sha512-+xRWxgel9LgTC4PwKlm7TJUK6B6qsEK77NaiNvXmeQ7Y3e6OVVsBC4a9BSptS/mAYceyAz37Oa8JTTuPRft7uQ==",
"engines": {
"node": ">=18"
},

@ -70,7 +70,7 @@
"clipboard": "^2.0.11",
"core-js": "^3.37.1",
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
"debounce": "^2.1.0",
"debounce": "^2.1.1",
"dompurify": "^3.1.7",
"escape-html": "^1.0.3",
"focus-trap": "^7.5.4",