diff --git a/package-lock.json b/package-lock.json index d6b294a990374..a6d4316e57f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/paths": "^3.1.0", - "@nextcloud/router": "^3.1.0", + "@nextcloud/router": "^3.2.0", "@nextcloud/sharing": "^1.0.0-beta.4", "@nextcloud/vue": "^9.10.0", "@vueuse/core": "^14.1.0", @@ -2068,9 +2068,9 @@ } }, "node_modules/@nextcloud/router": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.1.0.tgz", - "integrity": "sha512-e4dkIaxRSwdZJlZFpn9x03QgBn/Sa2hN1hp/BA7+AbzykmSAlKuWfdmX8j/8ewrLpQwYmZR23IZO9XwpJXq2Uw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.2.0.tgz", + "integrity": "sha512-an4gJ7mlDZGtYq8zTxp4Sg+iLlKKGvQ9ZH3Dp6ga/IlDNAP7VeMVGphsY798ORjncAp9+sEf370L5zpsnuxgng==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/typings": "^1.10.0" diff --git a/package.json b/package.json index fe7f25021baf1..7597a7d36e914 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/paths": "^3.1.0", - "@nextcloud/router": "^3.1.0", + "@nextcloud/router": "^3.2.0", "@nextcloud/sharing": "^1.0.0-beta.4", "@nextcloud/vue": "^9.10.0", "@vueuse/core": "^14.1.0",