summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-01 07:59:35 +0000
committerGitHub <noreply@github.com>2021-06-01 07:59:35 +0000
commitcf0f306f359d4d847e75a66d51833428fab6948c (patch)
treee87bad2b1d22db9225072648a431617f167a762c
parent369a579538b30df7ef95b99be67a3f8217a1455f (diff)
parentd6ae5a5813962b5b917f5bec60cb461cb58122fa (diff)
Merge pull request #2241 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-4.0.0-alpha.4
-rw-r--r--package-lock.json34
-rw-r--r--package.json2
2 files changed, 25 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index 25902699..2aa82d82 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2007,16 +2007,16 @@
}
},
"@nextcloud/vue": {
- "version": "4.0.0-alpha.3",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.0.0-alpha.3.tgz",
- "integrity": "sha512-aIHIAkP/4zy/ByjmrZk5gJYBNguXyxdn9DxfiU7T4Ykv+p+yZF+cBUDYbXIHqctttEHj1tCUK0NekXxQdCAhEg==",
+ "version": "4.0.0-alpha.4",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.0.0-alpha.4.tgz",
+ "integrity": "sha512-7HZJTxA2hLPvyVcw2N3EvURFphU2z3S8F7XtTElar8UJ8pz5CfJ251b3eYP2nNfP9G4nxSaHK7UZ3WsVx92siQ==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/browser-storage": "^0.1.1",
"@nextcloud/capabilities": "^1.0.2",
"@nextcloud/dialogs": "^3.0.0",
- "@nextcloud/event-bus": "^1.1.4",
+ "@nextcloud/event-bus": "^2.0.0",
"@nextcloud/l10n": "^1.2.3",
"@nextcloud/router": "^2.0.0",
"core-js": "^3.6.5",
@@ -2039,6 +2039,26 @@
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.6.3"
+ },
+ "dependencies": {
+ "@nextcloud/event-bus": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.0.0.tgz",
+ "integrity": "sha512-92lEJeDfOLU320mWb2Dm/EtHaRKiyOSSZyfz3MRrbtxja5up8iFK0EVizE5qO3o718Iyy3a6xw/G5Ztwy40EoA==",
+ "requires": {
+ "@types/semver": "^7.1.0",
+ "core-js": "^3.6.2",
+ "semver": "^7.3.2"
+ }
+ },
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ }
}
},
"@nextcloud/webpack-vue-config": {
@@ -6514,7 +6534,6 @@
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
- "dev": true,
"requires": {
"yallist": "^4.0.0"
}
@@ -10095,11 +10114,6 @@
"vue-resize": "^1.0.1"
},
"dependencies": {
- "lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
- },
"vue-resize": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-1.0.1.tgz",
diff --git a/package.json b/package.json
index 5057e3ed..c4d65343 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^1.1.2",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^4.0.0-alpha.3",
+ "@nextcloud/vue": "^4.0.0-alpha.4",
"b64-to-blob": "^1.2.19",
"camelcase": "^5.3.1",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",