diff --git a/package-lock.json b/package-lock.json index d7aa5a16..1a320bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/capabilities": "^1.1.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/vue": "^8.6.1", + "@nextcloud/vue": "^8.6.2", "core-js": "^3.35.1", "electron-squirrel-startup": "^1.0.0", "floating-vue": "^1.0.0-beta.19", @@ -4335,9 +4335,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.6.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.1.tgz", - "integrity": "sha512-CPPo3A1Az0DDRNI0pn7w6Yn8pJtEDktTXnrfym2Pd+lTzqTj4P2ywf+spArXMHu0BPIB95Eero7XlCiRpmhg/g==", + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.2.tgz", + "integrity": "sha512-tlT9OBkuNIKOAajqhmL2owM0KpQzc9Uw+SZ4iOS1AuxSgJoqKU5v2784EXU33xP6kCgneyQt/zd6sxfAr0JzMg==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -4350,7 +4350,7 @@ "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.0.1", "@nextcloud/logger": "^2.2.1", - "@nextcloud/router": "^2.0.0", + "@nextcloud/router": "^3.0.0", "@nextcloud/vue-select": "^3.25.0", "@vueuse/components": "^10.0.2", "@vueuse/core": "^10.1.2", @@ -4423,6 +4423,18 @@ "uuid": "^9.0.0" } }, + "node_modules/@nextcloud/vue/node_modules/@nextcloud/router": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz", + "integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==", + "dependencies": { + "@nextcloud/typings": "^1.7.0" + }, + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" + } + }, "node_modules/@nextcloud/vue/node_modules/@types/unist": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.1.tgz", @@ -23518,9 +23530,9 @@ } }, "@nextcloud/vue": { - "version": "8.6.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.1.tgz", - "integrity": "sha512-CPPo3A1Az0DDRNI0pn7w6Yn8pJtEDktTXnrfym2Pd+lTzqTj4P2ywf+spArXMHu0BPIB95Eero7XlCiRpmhg/g==", + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.2.tgz", + "integrity": "sha512-tlT9OBkuNIKOAajqhmL2owM0KpQzc9Uw+SZ4iOS1AuxSgJoqKU5v2784EXU33xP6kCgneyQt/zd6sxfAr0JzMg==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -23533,7 +23545,7 @@ "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.0.1", "@nextcloud/logger": "^2.2.1", - "@nextcloud/router": "^2.0.0", + "@nextcloud/router": "^3.0.0", "@nextcloud/vue-select": "^3.25.0", "@vueuse/components": "^10.0.2", "@vueuse/core": "^10.1.2", @@ -23584,6 +23596,14 @@ "integrity": "sha512-kZBRFIG8J3TNU6K92iEpNzBa3r9JbpCr1MZFJHqVy/5+xTtQG9FqsHhqUWptPwLEBhUNMwN+oCCa7QJAnBKKyg==", "requires": {} }, + "@nextcloud/router": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz", + "integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==", + "requires": { + "@nextcloud/typings": "^1.7.0" + } + }, "@types/unist": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.1.tgz", diff --git a/package.json b/package.json index 0e20d403..c1f0ed28 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/capabilities": "^1.1.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/vue": "^8.6.1", + "@nextcloud/vue": "^8.6.2", "core-js": "^3.35.1", "electron-squirrel-startup": "^1.0.0", "floating-vue": "^1.0.0-beta.19",