diff --git a/package-lock.json b/package-lock.json index 7c2eb4a5..b4ca0e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/dialogs": "^3.2.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0", - "@nextcloud/router": "^2.1.1", + "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.8.0", "vue": "^2.7.14", "vue-click-outside": "^1.1.0" @@ -2397,9 +2397,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" @@ -15547,9 +15547,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 c7671432..7c946954 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/dialogs": "^3.2.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0", - "@nextcloud/router": "^2.1.1", + "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.8.0", "vue": "^2.7.14", "vue-click-outside": "^1.1.0"