mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
fix: upgrade vue from 2.6.13 to 2.6.14
Snyk has created this PR to upgrade vue from 2.6.13 to 2.6.14. 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:
parent
4f4d487e28
commit
29c5b12680
2 changed files with 4 additions and 4 deletions
6
static/package-lock.json
generated
vendored
6
static/package-lock.json
generated
vendored
|
@ -125,9 +125,9 @@
|
|||
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
||||
},
|
||||
"vue": {
|
||||
"version": "2.6.13",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.13.tgz",
|
||||
"integrity": "sha512-O+pAdJkce1ooYS1XyoQtpBQr9An+Oys3w39rkqxukVO3ZD1ilYJkWBGoRuadiQEm2LLJnCL2utV4TMSf52ubjw=="
|
||||
"version": "2.6.14",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz",
|
||||
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
static/package.json
vendored
2
static/package.json
vendored
|
@ -24,6 +24,6 @@
|
|||
"multiple-select": "^1.5.2",
|
||||
"qrious": "^4.0.2",
|
||||
"toastr": "^2.1.4",
|
||||
"vue": "^2.6.13"
|
||||
"vue": "^2.6.14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue