Merge pull request #515 from simple-login/snyk-upgrade-f6ee324f1625f8c0ffd6f70e7f68923f

[Snyk] Upgrade vue from 2.6.12 to 2.6.13
This commit is contained in:
Son Nguyen Kim 2021-07-22 10:42:40 +02:00 committed by GitHub
commit 4f4d487e28
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

@ -125,9 +125,9 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"vue": {
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz",
"integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg=="
"version": "2.6.13",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.13.tgz",
"integrity": "sha512-O+pAdJkce1ooYS1XyoQtpBQr9An+Oys3w39rkqxukVO3ZD1ilYJkWBGoRuadiQEm2LLJnCL2utV4TMSf52ubjw=="
}
}
}

2
static/package.json vendored
View File

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