Bump @nextcloud/router from 1.1.0 to 1.2.0

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-09-05 01:28:21 +00:00
committed by GitHub
parent 2edec1d6c2
commit 594a85532d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3778,9 +3778,9 @@
} }
}, },
"@nextcloud/router": { "@nextcloud/router": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
"integrity": "sha512-iPHpMG9kajw8D+niR4x/d8s/R9RyUNveDsNURgcZryIjIXhAzSZZra55+Y3yInDmLhCFwboj9ZcC/2S6CzoKYA==", "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==",
"requires": { "requires": {
"core-js": "^3.6.4" "core-js": "^3.6.4"
}, },

View File

@@ -38,7 +38,7 @@
"@nextcloud/initial-state": "^1.1.2", "@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.3.0", "@nextcloud/l10n": "^1.3.0",
"@nextcloud/moment": "^1.1.1", "@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.1.0", "@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.6.1", "@nextcloud/vue": "^2.6.1",
"@nextcloud/vue-dashboard": "^0.1.8", "@nextcloud/vue-dashboard": "^0.1.8",
"blueimp-md5": "^2.17.0", "blueimp-md5": "^2.17.0",