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:
Vaibhaw 2021-07-06 22:35:58 +05:30 committed by GitHub
parent 495ec0033a
commit 4bbd137d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
FROM php:8.0.3-apache
FROM php:8.0.7-apache

View File

@ -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,