diff --git a/package-lock.json b/package-lock.json index 408fda69a..ad6c9cfa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/vue": "^8.17.1", "@skjnldsv/vue-plyr": "^7.5.0", "camelcase": "^8.0.0", - "debounce": "^2.1.0", + "debounce": "^2.1.1", "filerobot-image-editor": "^4.8.1", "nextcloud-server": "^0.15.10", "path-parse": "^1.0.7", @@ -2138,6 +2138,18 @@ "url": "https://github.com/sponsors/antfu" } }, + "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==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", @@ -5658,9 +5670,9 @@ "license": "MIT" }, "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==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 663bbd0c5..22c367e05 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/vue": "^8.17.1", "@skjnldsv/vue-plyr": "^7.5.0", "camelcase": "^8.0.0", - "debounce": "^2.1.0", + "debounce": "^2.1.1", "filerobot-image-editor": "^4.8.1", "nextcloud-server": "^0.15.10", "path-parse": "^1.0.7",