diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-02 21:43:23 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-07-03 06:42:35 +0000 |
commit | ec151e17c59fbbdfe3d4baf89bdb83b51b1bb1ee (patch) | |
tree | 8b1a3fa5732d8757e385d92920e3b3ce36fc928d /package-lock.json | |
parent | 1913b1b91f625330ad02b9494421a89be685bf0e (diff) | |
download | nextcloud-server-ec151e17c59fbbdfe3d4baf89bdb83b51b1bb1ee.tar.gz nextcloud-server-ec151e17c59fbbdfe3d4baf89bdb83b51b1bb1ee.zip |
Bump @nextcloud/router from 1.0.2 to 1.1.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.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/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json index e70b5a027f7..1853091e4a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3132,18 +3132,11 @@ } }, "@nextcloud/router": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.2.tgz", - "integrity": "sha512-9cGPGZx9P3G/piM3vD8/W37DFcjj4UDUIb9BiKdAG3Ir+7+iI0O/kv7SzvVrEU74a1ohp+wmDUiEQjM02cSFRQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.1.0.tgz", + "integrity": "sha512-iPHpMG9kajw8D+niR4x/d8s/R9RyUNveDsNURgcZryIjIXhAzSZZra55+Y3yInDmLhCFwboj9ZcC/2S6CzoKYA==", "requires": { - "core-js": "3.6.4" - }, - "dependencies": { - "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" - } + "core-js": "^3.6.4" } }, "@nextcloud/typings": { |