Merge pull request #241 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.4.1

This commit is contained in:
dependabot-preview[bot] 2020-03-22 02:18:21 +00:00 committed by GitHub
commit 7802f6f313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View file

@ -1706,24 +1706,24 @@
}
},
"@nextcloud/router": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.0.tgz",
"integrity": "sha512-hOi6aYAkqK1YU+Asp7209CWQvB9xkC+rhsYfjnBxTGEXc9HCeMSdFP+d8zbMSeaECO9iIIgllB/AbfifoEEYuw==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.2.tgz",
"integrity": "sha512-9cGPGZx9P3G/piM3vD8/W37DFcjj4UDUIb9BiKdAG3Ir+7+iI0O/kv7SzvVrEU74a1ohp+wmDUiEQjM02cSFRQ==",
"requires": {
"core-js": "3.5.0"
"core-js": "3.6.4"
},
"dependencies": {
"core-js": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
"integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
}
}
},
"@nextcloud/vue": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.4.0.tgz",
"integrity": "sha512-LwwAZGzFIGgILuVJ7o9mGzegucYkEg7FEPEebUac1FvT4ZqBl3LDufUWudY4ETIrNpKp1ij9QINza6fr4szdiw==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.4.1.tgz",
"integrity": "sha512-bZbHeM4II4gKZS+3KFJXYABsNyT6CHKQIqwWnnXtnLzd3iFsp2e4kehg/UNAGKKXOaTK0Ydfp/TefJYVJHc0Rw==",
"requires": {
"@nextcloud/axios": "^1.1.0",
"@nextcloud/l10n": "^1.1.0",
@ -1743,9 +1743,9 @@
},
"dependencies": {
"@nextcloud/l10n": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.0.tgz",
"integrity": "sha512-MywbaSb31JH5LNUsC98RrMwzHdsjDELf+nL5BVtHBQWq2r0cDP0nPd7Ve+knRVdGMegnigXW+F2VXbxFBLb6mQ==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.1.tgz",
"integrity": "sha512-aVGvOhXgBzGtgMTOIVov1T7jt35FjX2vCqWCT0C/t6T6VgRn6l2Wb3/jzQycyUgGe71VPqS/4TpSH21yyH99YA==",
"requires": {
"core-js": "3.6.4",
"node-gettext": "^2.0.0"
@ -3703,9 +3703,9 @@
}
},
"date-fns": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.10.0.tgz",
"integrity": "sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA=="
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.11.0.tgz",
"integrity": "sha512-8P1cDi8ebZyDxUyUprBXwidoEtiQAawYPGvpfb+Dg0G6JrQ+VozwOmm91xYC0vAv1+0VmLehEPb+isg4BGUFfA=="
},
"date-format-parse": {
"version": "0.2.5",

View file

@ -71,7 +71,7 @@
"dependencies": {
"@nextcloud/axios": "^1.3.1",
"@nextcloud/moment": "^1.1.0",
"@nextcloud/vue": "^1.4.0",
"@nextcloud/vue": "^1.4.1",
"json2csv": "4.5.4",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",