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

Bump @nextcloud/vue from 1.4.0 to 1.4.1
This commit is contained in:
Julius Härtl
2020-03-22 17:04:32 +01:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -3657,9 +3657,9 @@
}
},
"@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",
@@ -7011,9 +7011,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",
@@ -15461,9 +15461,9 @@
}
},
"regenerator-runtime": {
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz",
"integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw=="
"version": "0.13.5",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
"integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA=="
},
"regenerator-transform": {
"version": "0.14.2",

View File

@@ -37,7 +37,7 @@
"@nextcloud/l10n": "^1.1.1",
"@nextcloud/moment": "^1.1.0",
"@nextcloud/router": "^1.0.0",
"@nextcloud/vue": "^1.4.0",
"@nextcloud/vue": "^1.4.1",
"blueimp-md5": "^2.12.0",
"dompurify": "^2.0.8",
"nextcloud-vue-collections": "^0.7.2",