diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-09 09:35:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 09:35:21 +0100 |
commit | 05b5715f41fadb17038adfcbd5d848ca4bbcd1ed (patch) | |
tree | e84052e514fac3784e14f953e7ed095ba14bfc7c /package-lock.json | |
parent | 7198bed22d07493f7d5b98e0a0525e8c22b8361f (diff) | |
parent | c386e594461aa9de9fd3b231ca504195ed237175 (diff) | |
download | nextcloud-server-05b5715f41fadb17038adfcbd5d848ca4bbcd1ed.tar.gz nextcloud-server-05b5715f41fadb17038adfcbd5d848ca4bbcd1ed.zip |
Merge pull request #25970 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashboard-1.1.0
Bump @nextcloud/vue-dashboard from 1.0.1 to 1.1.0
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 39 |
1 files changed, 10 insertions, 29 deletions
diff --git a/package-lock.json b/package-lock.json index 68cec14670f..36cc5d8348a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3646,38 +3646,19 @@ } }, "@nextcloud/vue-dashboard": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-1.0.1.tgz", - "integrity": "sha512-QKOf0qm4UYobuC3djLYwICSuj29H6xnm24IHetc0AMsrfhwPNN1/CC5IWEl1uKCCvwI0NA02HXCVFLtUErlgyg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-1.1.0.tgz", + "integrity": "sha512-fs/2Tw+DgTAOgXj/0W9LtX7zLvPJin1EwCzpPvbzUaFOpExC2LWQTw1sUmwy+sJDVpwxAFgm+FXjdQwMKUzVXg==", "requires": { "@nextcloud/vue": "^2.3.0", "core-js": "^3.6.4", "vue": "^2.6.11" }, "dependencies": { - "@nextcloud/dialogs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.0.0.tgz", - "integrity": "sha512-5FVP0RSxIpKTKdSUlQ4osDDz/oCx2/4+InliB5MX2EcrjDe6q3fZMabSGnFTnIAu0CXRTzBk7RpneaIFGv+d5A==", - "requires": { - "@nextcloud/l10n": "^1.3.0", - "@nextcloud/typings": "^1.0.0", - "core-js": "^3.6.4", - "toastify-js": "^1.9.1" - } - }, - "@nextcloud/typings": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.0.0.tgz", - "integrity": "sha512-r8SRvXszWTyKWEhVd3gx7eBAcCKwdoLlr+ZrR8hrSxs2nfH00de/QoGdo0n/Rcv/9mMtX/haJNd71KwODM2+uQ==", - "requires": { - "@types/jquery": "2.0.54" - } - }, "@nextcloud/vue": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.8.1.tgz", - "integrity": "sha512-6a11iUyOs8cUbmzLdK+WZG7g7gTH2oDESU9o/J16+nKn6g3BlfH0iI/dWaqGiPuNiLy5CAqeQPvhx1UxaL/f5A==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.9.0.tgz", + "integrity": "sha512-OaddUORB2MdrXtmqnXJlbftYMGBBX339utLe2b4jz2qaT/IvvaTmwet6qSl/736upLaJveIoPrdyn3FZea5CUg==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -3689,7 +3670,7 @@ "@nextcloud/router": "^1.0.2", "core-js": "^3.6.5", "debounce": "1.2.0", - "emoji-mart-vue-fast": "^7.0.4", + "emoji-mart-vue-fast": "^7.0.7", "escape-html": "^1.0.3", "hammerjs": "^2.0.8", "linkifyjs": "~2.1.9", @@ -6018,9 +5999,9 @@ } }, "emoji-mart-vue-fast": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.6.tgz", - "integrity": "sha512-nvGoIRMhgVYHFBcHJMjjYKS71RopuBRGuO/51DqOcIFreRJAaTvAwmk9eUjI1mwXHY7b/cCarrGi3FBE7Kz37A==", + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.7.tgz", + "integrity": "sha512-Nrk4IOjKcKKYyMnRm4lreEiPpvDX+h3FKI86SYs05dCFZ0WZIMTGok26dtWvJqseTThS1UghsNEjM4HrfDjIJg==", "requires": { "@babel/polyfill": "7.2.5", "@babel/runtime": "7.3.4", |