Merge pull request #12995 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-2.5.20
Bump vue from 2.5.19 to 2.5.20 in /apps/updatenotification
This commit is contained in:
commit
38ce67c57b
4 changed files with 12 additions and 17 deletions
Binary file not shown.
Binary file not shown.
25
apps/updatenotification/package-lock.json
generated
25
apps/updatenotification/package-lock.json
generated
|
@ -1577,8 +1577,7 @@
|
|||
"ansi-regex": {
|
||||
"version": "2.1.1",
|
||||
"bundled": true,
|
||||
"dev": true,
|
||||
"optional": true
|
||||
"dev": true
|
||||
},
|
||||
"aproba": {
|
||||
"version": "1.2.0",
|
||||
|
@ -1993,8 +1992,7 @@
|
|||
"safe-buffer": {
|
||||
"version": "5.1.1",
|
||||
"bundled": true,
|
||||
"dev": true,
|
||||
"optional": true
|
||||
"dev": true
|
||||
},
|
||||
"safer-buffer": {
|
||||
"version": "2.1.2",
|
||||
|
@ -2050,7 +2048,6 @@
|
|||
"version": "3.0.1",
|
||||
"bundled": true,
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"ansi-regex": "^2.0.0"
|
||||
}
|
||||
|
@ -2094,14 +2091,12 @@
|
|||
"wrappy": {
|
||||
"version": "1.0.2",
|
||||
"bundled": true,
|
||||
"dev": true,
|
||||
"optional": true
|
||||
"dev": true
|
||||
},
|
||||
"yallist": {
|
||||
"version": "3.0.2",
|
||||
"bundled": true,
|
||||
"dev": true,
|
||||
"optional": true
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -4372,9 +4367,9 @@
|
|||
}
|
||||
},
|
||||
"vue": {
|
||||
"version": "2.5.19",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.19.tgz",
|
||||
"integrity": "sha512-zs7w/dy/yMTCcUunUl05UHhYEI2bt67R7G2jD42HnJ28JxCtC1FY8zZ9GU4PF2SJP8Ff/B9HyojWk/NztqKfFA=="
|
||||
"version": "2.5.20",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.20.tgz",
|
||||
"integrity": "sha512-kVLZi8RWOk8qwAt+a0bVDy9VV5Zzcnj0fLCMyKLx1dmEBjqmYJYRWHvPwiypiJBtJkdmROy5NP5hyDqTdfBcvQ=="
|
||||
},
|
||||
"vue-click-outside": {
|
||||
"version": "1.0.7",
|
||||
|
@ -4421,9 +4416,9 @@
|
|||
}
|
||||
},
|
||||
"vue-template-compiler": {
|
||||
"version": "2.5.19",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.19.tgz",
|
||||
"integrity": "sha512-SIoE8gvl0UjZ/wccwHhj0HUqL+kLkJNy/8v7TXElz6rqxqKOKLoAynVV4L78qHZOHhLoyRl5BOmUFQPPdcD5qw==",
|
||||
"version": "2.5.20",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.20.tgz",
|
||||
"integrity": "sha512-aGJRLd1bJZi6oerGwCQVaDqvQ1T3dhCbNg9C2gNwzoKnyA3BmYfAWy8OQ3OhOebTri8o4YcLeXfwOOxtOKFfmA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"de-indent": "^1.0.2",
|
||||
|
|
|
@ -25,14 +25,14 @@
|
|||
"dependencies": {
|
||||
"nextcloud-vue": "^0.4.5",
|
||||
"v-tooltip": "^2.0.0-rc.33",
|
||||
"vue": "^2.5.19",
|
||||
"vue": "^2.5.20",
|
||||
"vue-click-outside": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"css-loader": "^2.0.0",
|
||||
"file-loader": "^1.1.11",
|
||||
"vue-loader": "^15.4.2",
|
||||
"vue-template-compiler": "^2.5.19",
|
||||
"vue-template-compiler": "^2.5.20",
|
||||
"webpack": "^4.27.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-merge": "^4.1.5"
|
||||
|
|
Loading…
Reference in a new issue