diff --git a/package-lock.json b/package-lock.json index 95f1229d..0780edad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "twofactor_webauthn", "version": "2.1.0-dev.0", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", @@ -16,7 +16,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.19.0", + "@nextcloud/vue": "^8.20.0", "@simplewebauthn/browser": "^11.0.0", "vue": "^2.7.16", "vue-click-outside": "^1.1.0", @@ -2696,9 +2696,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.19.0.tgz", - "integrity": "sha512-mEawbIueee5fSGZreJV+/8h80SRriRTuib1UO9UWWEgqWvZQp0i99xXnIQj+UMw9AugxznJWd5R0ZOmZkN7p5w==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.20.0.tgz", + "integrity": "sha512-X8hsZGsJ4hRmPhTOZmpzXbHcXp4txvebIlRRos+Gm+nOESKTAaOqtMARHAk1f/B+WMULNCipQoNc1ef8AFLGZA==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -2718,7 +2718,7 @@ "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "clone": "^2.1.2", - "debounce": "2.1.1", + "debounce": "2.2.0", "dompurify": "^3.0.5", "emoji-mart-vue-fast": "^15.0.1", "escape-html": "^1.0.3", @@ -6159,9 +6159,9 @@ "dev": 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" @@ -17938,9 +17938,9 @@ } }, "@nextcloud/vue": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.19.0.tgz", - "integrity": "sha512-mEawbIueee5fSGZreJV+/8h80SRriRTuib1UO9UWWEgqWvZQp0i99xXnIQj+UMw9AugxznJWd5R0ZOmZkN7p5w==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.20.0.tgz", + "integrity": "sha512-X8hsZGsJ4hRmPhTOZmpzXbHcXp4txvebIlRRos+Gm+nOESKTAaOqtMARHAk1f/B+WMULNCipQoNc1ef8AFLGZA==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -17959,7 +17959,7 @@ "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "clone": "^2.1.2", - "debounce": "2.1.1", + "debounce": "2.2.0", "dompurify": "^3.0.5", "emoji-mart-vue-fast": "^15.0.1", "escape-html": "^1.0.3", @@ -20422,9 +20422,9 @@ "dev": true }, "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==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 692a0106..e8644c11 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.19.0", + "@nextcloud/vue": "^8.20.0", "@simplewebauthn/browser": "^11.0.0", "vue": "^2.7.16", "vue-click-outside": "^1.1.0",