diff --git a/package-lock.json b/package-lock.json index be42fb97617..c10e1b8e7ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", - "@nextcloud/router": "^2.1.1", + "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.12.0", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.0.3", @@ -3682,9 +3682,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" @@ -24392,9 +24392,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 e48893e83c5..ad4f89f95bf 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", - "@nextcloud/router": "^2.1.1", + "@nextcloud/router": "^2.1.2", "@nextcloud/vue": "^7.12.0", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.0.3",