Merge pull request #282 from simple-login/snyk-upgrade-16f5866ca3771ef57481c5d739b22f95

[Snyk] Upgrade vue from 2.6.11 to 2.6.12
This commit is contained in:
Son Nguyen Kim 2020-09-12 14:44:57 +02:00 committed by GitHub
commit 1f55bc73d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}