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>2019-12-23 10:26:59 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-12-23 10:42:56 +0300
commitadf8cbfecf8f8f72bb3a657eb133104608b9ac09 (patch)
treea0c6c20119c5945e243bc36a7a1bf25674efc63c /package-lock.json
parent9e42fc8048224a51153e49dac9951d58a0fa11fd (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.json30
1 files changed, 19 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index 128f4148a..2eadf0e2d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1130,18 +1130,11 @@
}
},
"@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"
- },
- "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": "3.5.0"
}
},
"@nextcloud/vue": {
@@ -1178,6 +1171,21 @@
"axios": "^0.19.0",
"core-js": "^3.2.1"
}
+ },
+ "@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=="
+ }
+ }
}
}
},