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-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-05 01:15:47 +00:00 коммит произвёл GitHub
Родитель 1560811a73
Коммит 5e56bdca1e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

6
package-lock.json сгенерированный
Просмотреть файл

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

Просмотреть файл

@ -66,7 +66,7 @@
},
"dependencies": {
"@nextcloud/axios": "^1.3.3",
"@nextcloud/router": "^1.1.0",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.6.1",
"deep-equal": "^2.0.3",
"email-validator": "^2.0.4",