Browse Source

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
tags/v16.0.0alpha1
Roeland Jago Douma 5 years ago
parent
commit
38ce67c57b
No account linked to committer's email address

+ 2
- 2
apps/updatenotification/js/updatenotification.js
File diff suppressed because it is too large
View File


+ 1
- 1
apps/updatenotification/js/updatenotification.js.map
File diff suppressed because it is too large
View File


+ 10
- 15
apps/updatenotification/package-lock.json View File

@@ -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",

+ 2
- 2
apps/updatenotification/package.json View File

@@ -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…
Cancel
Save