diff --git a/package-lock.json b/package-lock.json index fc05ae2ae..1571c6727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@tiptap/starter-kit": "^2.8.0", "@tiptap/vue-2": "^2.8.0", "@vueuse/core": "^11.1.0", - "debounce": "^2.1.1", + "debounce": "^2.2.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-papa-parse": "^3.1.0", @@ -3125,6 +3125,18 @@ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "license": "MIT" }, + "node_modules/@nextcloud/vue/node_modules/debounce": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.1.tgz", + "integrity": "sha512-+xRWxgel9LgTC4PwKlm7TJUK6B6qsEK77NaiNvXmeQ7Y3e6OVVsBC4a9BSptS/mAYceyAz37Oa8JTTuPRft7uQ==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@nextcloud/vue/node_modules/unified": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", @@ -7189,9 +7201,9 @@ "peer": true }, "node_modules/debounce": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.1.tgz", - "integrity": "sha512-+xRWxgel9LgTC4PwKlm7TJUK6B6qsEK77NaiNvXmeQ7Y3e6OVVsBC4a9BSptS/mAYceyAz37Oa8JTTuPRft7uQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.2.0.tgz", + "integrity": "sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 6d380c63b..8396cc3de 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@tiptap/starter-kit": "^2.8.0", "@tiptap/vue-2": "^2.8.0", "@vueuse/core": "^11.1.0", - "debounce": "^2.1.1", + "debounce": "^2.2.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-papa-parse": "^3.1.0",