Bump @nextcloud/router from 1.0.0 to 1.0.2

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.0 to 1.0.2.
- [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.0.0...v1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-29 01:19:08 +00:00
committed by GitHub
parent 5f04b383a7
commit d7f68494af
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -3642,17 +3642,17 @@
} }
}, },
"@nextcloud/router": { "@nextcloud/router": {
"version": "1.0.0", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.2.tgz",
"integrity": "sha512-hOi6aYAkqK1YU+Asp7209CWQvB9xkC+rhsYfjnBxTGEXc9HCeMSdFP+d8zbMSeaECO9iIIgllB/AbfifoEEYuw==", "integrity": "sha512-9cGPGZx9P3G/piM3vD8/W37DFcjj4UDUIb9BiKdAG3Ir+7+iI0O/kv7SzvVrEU74a1ohp+wmDUiEQjM02cSFRQ==",
"requires": { "requires": {
"core-js": "3.5.0" "core-js": "3.6.4"
}, },
"dependencies": { "dependencies": {
"core-js": { "core-js": {
"version": "3.5.0", "version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw==" "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
} }
} }
}, },

View File

@@ -36,7 +36,7 @@
"@nextcloud/initial-state": "^1.1.1", "@nextcloud/initial-state": "^1.1.1",
"@nextcloud/l10n": "^1.1.1", "@nextcloud/l10n": "^1.1.1",
"@nextcloud/moment": "^1.1.0", "@nextcloud/moment": "^1.1.0",
"@nextcloud/router": "^1.0.0", "@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "^1.4.1", "@nextcloud/vue": "^1.4.1",
"blueimp-md5": "^2.12.0", "blueimp-md5": "^2.12.0",
"dompurify": "^2.0.8", "dompurify": "^2.0.8",