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

github.com/nextcloud/server.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>2019-12-22 05:25:30 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-12-22 16:23:27 +0300
commit479bc23a640bdc46421a8de8cfc57c35c711fbc2 (patch)
tree59564857630362285765a9e674410cb6275d77e7 /package-lock.json
parentd1cf6aa71ae28ec014c4d27090e161010cd89e01 (diff)
Bump @nextcloud/router from 0.1.0 to 1.0.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v0.1.0...v1.0.0) 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.json44
1 files changed, 37 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index ed232f9e862..e7fd741b885 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2215,17 +2215,17 @@
}
},
"@nextcloud/router": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-0.1.0.tgz",
- "integrity": "sha512-adHnDQrnSMX/O9hYJfLVj9PnNJBISLchbzltKvI7s/WJhKF6++qFTx3G5eNEeXbI52Yb8lKIyLRrqC4JWyLmvA==",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.0.tgz",
+ "integrity": "sha512-hOi6aYAkqK1YU+Asp7209CWQvB9xkC+rhsYfjnBxTGEXc9HCeMSdFP+d8zbMSeaECO9iIIgllB/AbfifoEEYuw==",
"requires": {
- "core-js": "3.1.4"
+ "core-js": "3.5.0"
},
"dependencies": {
"core-js": {
- "version": "3.1.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
- "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
+ "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
}
}
},
@@ -2250,6 +2250,21 @@
"vue2-datepicker": "^2.10.0"
},
"dependencies": {
+ "@nextcloud/router": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-0.1.0.tgz",
+ "integrity": "sha512-adHnDQrnSMX/O9hYJfLVj9PnNJBISLchbzltKvI7s/WJhKF6++qFTx3G5eNEeXbI52Yb8lKIyLRrqC4JWyLmvA==",
+ "requires": {
+ "core-js": "3.1.4"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
+ "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
+ }
+ }
+ },
"core-js": {
"version": "3.4.7",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.7.tgz",
@@ -7128,6 +7143,21 @@
"@nextcloud/vue": "^1.2.2",
"lodash": "^4.17.11",
"vue": "^2.6.6"
+ },
+ "dependencies": {
+ "@nextcloud/router": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-0.1.0.tgz",
+ "integrity": "sha512-adHnDQrnSMX/O9hYJfLVj9PnNJBISLchbzltKvI7s/WJhKF6++qFTx3G5eNEeXbI52Yb8lKIyLRrqC4JWyLmvA==",
+ "requires": {
+ "core-js": "3.1.4"
+ }
+ },
+ "core-js": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
+ "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
+ }
}
},
"nice-try": {