summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-19 02:18:58 +0000
committerGitHub <noreply@github.com>2021-06-19 02:18:58 +0000
commit52541d1eb418c5ab8b6cabc73e2564a9848fe9f0 (patch)
treee28a59e023b63d264c1ef80df2a38770203ae5de
parentc9c9b1b75afbe3e2782150ba7984a93b6067bd94 (diff)
Bump @nextcloud/vue from 3.7.2 to 4.0.2dependabot/npm_and_yarn/nextcloud/vue-4.0.2
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.2 to 4.0.2. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.2...v4.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json157
-rw-r--r--package.json2
2 files changed, 125 insertions, 34 deletions
diff --git a/package-lock.json b/package-lock.json
index 99a0fe1f..0da1df51 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4700,23 +4700,23 @@
"dev": true
},
"@nextcloud/capabilities": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.2.tgz",
- "integrity": "sha512-HR5vnT2GKTvoQla/WdP+V0/MD1eAGUNWCM0QXVGXQ0TCHb0AORYYMdEQafROsjNSH2kriArFnS/l3YZQrUa9yA==",
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.4.tgz",
+ "integrity": "sha512-xsmwPPUJ8NN7YfLcq0gpDTibeb9lMBvY/bffMFnHcZi8hMGOouPiEY+CWAgJ5I9W6I2vNeacHUuTanEN5Ncb2A==",
"requires": {
"@nextcloud/initial-state": "^1.1.2",
"core-js": "^3.6.4"
}
},
"@nextcloud/dialogs": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.1.tgz",
- "integrity": "sha512-T816Jo5Dz/NrMXn+rDDAkb1mLcCPD2ZKFX7cVjYvfKP9Ta9LxaRlvwAhS/K7bQ17fpjX8jAmqwrhO8MWDnGGmA==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.2.tgz",
+ "integrity": "sha512-hVgpr/CF0F+cE7tRZHJDVpB1S05K/pDcUMrfDpoxMKhux5SXlpwLXUaWM7iAbHEKYm6ArWdpUyhxBTTAo9yrvg==",
"requires": {
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4",
- "toastify-js": "^1.9.1"
+ "toastify-js": "^1.10.0"
},
"dependencies": {
"@nextcloud/typings": {
@@ -4861,18 +4861,18 @@
}
},
"@nextcloud/vue": {
- "version": "3.7.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.2.tgz",
- "integrity": "sha512-WR3HSdzdPI5kIUtU9k2Wc+4QKMshpfrvFrJ0POecimLOravibjfP9549y7McceB1bHg61tA/upNGQpZDdT+OjQ==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.0.2.tgz",
+ "integrity": "sha512-4Y0wI7V+ttlXaz6DGqJhGcHYge778bAkKLWO/Iall88zF2pQU3Bp9+K6t/4TIBaqRC49UQElwcPbXa2gn9sBBA==",
"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": "^1.0.2",
+ "@nextcloud/router": "^2.0.0",
"core-js": "^3.6.5",
"debounce": "1.2.1",
"emoji-mart-vue-fast": "^7.0.7",
@@ -4881,7 +4881,8 @@
"linkifyjs": "~2.1.9",
"md5": "^2.2.1",
"regenerator-runtime": "^0.13.5",
- "string-length": "^4.0.1",
+ "splitpanes": "^2.3.6",
+ "string-length": "^5.0.0",
"striptags": "^3.1.1",
"style-loader": "^2.0.0",
"tributejs": "^5.1.3",
@@ -4889,30 +4890,106 @@
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-color": "^2.7.1",
+ "vue-material-design-icons": "^4.11.0",
"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"
+ }
+ },
+ "@nextcloud/router": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
+ "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
+ "requires": {
+ "core-js": "^3.6.4"
+ }
+ },
+ "ansi-regex": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.0.tgz",
+ "integrity": "sha512-tAaOSrWCHF+1Ear1Z4wnJCXA9GGox4K6Ic85a5qalES2aeEwQGr7UC93mwef49536PkCYjzkp0zIxfFvexJ6zQ=="
+ },
+ "char-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.0.tgz",
+ "integrity": "sha512-oGu2QekBMXgyQNWPDRQ001bjvDnZe4/zBTz37TMbiKz1NbNiyiH5hRkobe7npRN6GfbGbxMYFck/vQ1r9c1VMA=="
+ },
+ "lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "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"
+ }
+ },
+ "string-length": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.0.tgz",
+ "integrity": "sha512-1qjpci3h1G7BUi6dt5uAVyrO2FMUdjj3XWU970/eQh0YKhlYZ8bJMC/+BUpD21YdEhmuHv2nnbUUn024+cC7YQ==",
+ "requires": {
+ "char-regex": "^2.0.0",
+ "strip-ansi": "^7.0.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.0.tgz",
+ "integrity": "sha512-UhDTSnGF1dc0DRbUqr1aXwNoY3RgVkSWG8BrpnuFIxhP57IqbS7IRta2Gfiavds4yCxc5+fEAVVOgBZWnYkvzg==",
+ "requires": {
+ "ansi-regex": "^6.0.0"
+ }
+ },
"tributejs": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/tributejs/-/tributejs-5.1.3.tgz",
"integrity": "sha512-B5CXihaVzXw+1UHhNFyAwUTMDk1EfoLP5Tj1VhD9yybZ1I8DZJEv8tZ1l0RJo0t0tk9ZhR8eG5tEsaCvRigmdQ=="
},
"v-tooltip": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/v-tooltip/-/v-tooltip-2.1.2.tgz",
- "integrity": "sha512-6c4NotnvDvinmZnBiqW50Rn6Q3MMk+pUV9Nla+JHkgJulgXh5snrU3RYbIZVf9p2ZlFoaZL/3QhTNgcQIc2GFQ==",
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/v-tooltip/-/v-tooltip-2.1.3.tgz",
+ "integrity": "sha512-xXngyxLQTOx/yUEy50thb8te7Qo4XU6h4LZB6cvEfVd9mnysUxLEoYwGWDdqR+l69liKsy3IPkdYff3J1gAJ5w==",
"requires": {
- "lodash": "^4.17.15",
- "popper.js": "^1.16.0",
- "vue-resize": "^1.0.0"
+ "@babel/runtime": "^7.13.10",
+ "lodash": "^4.17.21",
+ "popper.js": "^1.16.1",
+ "vue-resize": "^1.0.1"
}
},
"vue-resize": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-1.0.0.tgz",
- "integrity": "sha512-SkIi19neeJClapYavfmHiewFZkkTfITVWskg/dIL8b1Eb+RlvnCb8fjGUwLjQJmsw2qsRiiAo4o7BAJVM4pcOA=="
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-1.0.1.tgz",
+ "integrity": "sha512-z5M7lJs0QluJnaoMFTIeGx6dIkYxOwHThlZDeQnWZBizKblb99GSejPnK37ZbNE/rVwDcYcHY+Io+AxdpY952w==",
+ "requires": {
+ "@babel/runtime": "^7.13.10"
+ }
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},
@@ -6830,7 +6907,8 @@
"char-regex": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
- "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
+ "dev": true
},
"character-entities": {
"version": "1.2.4",
@@ -18416,6 +18494,11 @@
"extend-shallow": "^3.0.0"
}
},
+ "splitpanes": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-2.3.6.tgz",
+ "integrity": "sha512-2sif1pmOQw/N+/jRbVzqTJ32lkhJax8jQfaXCebRK/SFCadHOnAaXDcWW8PpEcr9vKpfzH7gxJ8Sq/74HECr/g=="
+ },
"sprintf-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
@@ -18554,6 +18637,7 @@
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz",
"integrity": "sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==",
+ "dev": true,
"requires": {
"char-regex": "^1.0.2",
"strip-ansi": "^6.0.0"
@@ -18562,12 +18646,14 @@
"ansi-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "dev": true
},
"strip-ansi": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
"integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dev": true,
"requires": {
"ansi-regex": "^5.0.0"
}
@@ -18681,9 +18767,9 @@
"dev": true
},
"striptags": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.1.1.tgz",
- "integrity": "sha1-yMPn/db7S7OjKjt1LltePjgJPr0="
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz",
+ "integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw=="
},
"style-loader": {
"version": "2.0.0",
@@ -19491,9 +19577,9 @@
}
},
"toastify-js": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.3.tgz",
- "integrity": "sha512-v0aXGUy6IbEBWxmoKx7ZCou00dQqEAsjJF86f8b8dNCH4O4L6iEkX3d3WR