fix: upgrade vue from 2.6.11 to 2.6.12

Snyk has created this PR to upgrade vue from 2.6.11 to 2.6.12.

See this package in npm:
https://www.npmjs.com/package/vue

See this project in Snyk:
https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-09-11 03:23:48 +00:00
parent 43babcf2d9
commit 8f04ae82e6
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
static/package-lock.json generated vendored
View file

@ -120,9 +120,9 @@
"integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q=="
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz",
"integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg=="
}
}
}

2
static/package.json vendored
View file

@ -23,6 +23,6 @@
"multiple-select": "^1.5.2",
"qrious": "^4.0.2",
"toastr": "^2.1.4",
"vue": "^2.6.11"
"vue": "^2.6.12"
}
}