mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Fix security issues : Update Packages (#150)
* Update php version to 8.0.7 * Fix security issues in vuejs sample Signed-off-by: Vaibhaw <kvaibhaw99@gmail.com>
This commit is contained in:
parent
495ec0033a
commit
4bbd137d73
2 changed files with 6 additions and 6 deletions
|
@ -8,17 +8,17 @@
|
|||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4",
|
||||
"vue": "^2.6.11"
|
||||
"core-js": "^3.14.0",
|
||||
"vue": "^2.6.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.5.13",
|
||||
"@vue/cli-plugin-eslint": "^4.5.13",
|
||||
"@vue/cli-service": "^4.5.13",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
"eslint": "^7.28.0",
|
||||
"eslint-plugin-vue": "^7.10.0",
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue