Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-26 00:17:23 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-03-26 00:28:14 +0300
commit08d83a99ea5b536d1ca0195b5882924b697b5061 (patch)
treeb0ab3081526b90afc89e02585f001817edcf628b /package-lock.json
parent35670469db92c119ef5fed37ca215451ff26fcc7 (diff)
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> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 5481988a0..7e506c476 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3776,11 +3776,18 @@
}
},
"@nextcloud/router": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.0.tgz",
- "integrity": "sha512-hOi6aYAkqK1YU+Asp7209CWQvB9xkC+rhsYfjnBxTGEXc9HCeMSdFP+d8zbMSeaECO9iIIgllB/AbfifoEEYuw==",
+ "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==",
"requires": {
- "core-js": "3.5.0"
+ "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=="
+ }
}
},
"@nextcloud/vue": {