Skip to content

Commit

Permalink
Fix security issues : Update Packages (docker#150)
Browse files Browse the repository at this point in the history
* Update php version to 8.0.7
* Fix security issues in vuejs sample

Signed-off-by: Vaibhaw <[email protected]>
  • Loading branch information
krvaibhaw authored Jul 6, 2021
1 parent 495ec00 commit 4bbd137
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apache-php/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM php:8.0.3-apache
FROM php:8.0.7-apache
10 changes: 5 additions & 5 deletions vuejs/vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4bbd137

Please sign in to comment.