diff --git a/package-lock.json b/package-lock.json index 9860b1c5b..7ce9df022 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/paths": "^2.1.0", - "@nextcloud/router": "^2.1.1", + "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.6.1", "@skjnldsv/vue-plyr": "^7.3.1", "camelcase": "^7.0.1", @@ -3330,9 +3330,9 @@ } }, "node_modules/@nextcloud/router": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.1.tgz", - "integrity": "sha512-K+zJQb0Iy/DvSKWbn9EUHQHCXpcwOgiyySBye1S3obCi7NdfZ2LYqM86/du1RLwdDHFQUOaOJZkrVREO0ViHuQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.2.tgz", + "integrity": "sha512-Jj5fgjeHT1vVIgOyUGOeHfwk2KgaO77QGfqZAT6GWXvpAsN0mkqwljkg4FkHrQRouYqCE4VnJ5o8/w0DAN89tA==", "dependencies": { "@nextcloud/typings": "^1.0.0", "core-js": "^3.6.4" @@ -21101,9 +21101,9 @@ } }, "@nextcloud/router": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.1.tgz", - "integrity": "sha512-K+zJQb0Iy/DvSKWbn9EUHQHCXpcwOgiyySBye1S3obCi7NdfZ2LYqM86/du1RLwdDHFQUOaOJZkrVREO0ViHuQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.2.tgz", + "integrity": "sha512-Jj5fgjeHT1vVIgOyUGOeHfwk2KgaO77QGfqZAT6GWXvpAsN0mkqwljkg4FkHrQRouYqCE4VnJ5o8/w0DAN89tA==", "requires": { "@nextcloud/typings": "^1.0.0", "core-js": "^3.6.4" diff --git a/package.json b/package.json index 024df9b4a..631b702e0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/paths": "^2.1.0", - "@nextcloud/router": "^2.1.1", + "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.6.1", "@skjnldsv/vue-plyr": "^7.3.1", "camelcase": "^7.0.1",