diff --git a/package-lock.json b/package-lock.json index e7ca9086..b3b7ec82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,12 @@ "": { "name": "terms_of_service", "version": "3.0.0-dev.0", - "license": "agpl", + "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.17.1", + "@nextcloud/vue": "^8.18.0", "vue": "^2.7.16", "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.3.0" @@ -2649,9 +2649,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.1.tgz", - "integrity": "sha512-DC7nI04pp69vS5VxMDhpwPFhb5TWvyJgtmFciAx6j8RFrTPutdjNfOxOCncGaNXOlodaIpg/6EYV8YHU9DR9ng==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.18.0.tgz", + "integrity": "sha512-JSkWwyoZ4SDEEvPxzUb2/P4fClP0GXzuuy0DwwKiblQakqAMretpgWwD0wAP575r1yK7TP7tgLkZ5dWx/hHQ/g==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -2670,7 +2670,7 @@ "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "clone": "^2.1.2", - "debounce": "2.1.0", + "debounce": "2.1.1", "dompurify": "^3.0.5", "emoji-mart-vue-fast": "^15.0.1", "escape-html": "^1.0.3", @@ -5470,9 +5470,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" }, @@ -16957,9 +16957,9 @@ } }, "@nextcloud/vue": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.1.tgz", - "integrity": "sha512-DC7nI04pp69vS5VxMDhpwPFhb5TWvyJgtmFciAx6j8RFrTPutdjNfOxOCncGaNXOlodaIpg/6EYV8YHU9DR9ng==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.18.0.tgz", + "integrity": "sha512-JSkWwyoZ4SDEEvPxzUb2/P4fClP0GXzuuy0DwwKiblQakqAMretpgWwD0wAP575r1yK7TP7tgLkZ5dWx/hHQ/g==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -16978,7 +16978,7 @@ "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "clone": "^2.1.2", - "debounce": "2.1.0", + "debounce": "2.1.1", "dompurify": "^3.0.5", "emoji-mart-vue-fast": "^15.0.1", "escape-html": "^1.0.3", @@ -19148,9 +19148,9 @@ "dev": true }, "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==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index c472707e..5e63899f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.17.1", + "@nextcloud/vue": "^8.18.0", "vue": "^2.7.16", "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.3.0"