Skip to content

Commit

Permalink
Merge pull request docker#33 from glours/security_issues_vuejs_sample
Browse files Browse the repository at this point in the history
Fix security issues in yarn dependencies of vuejs sample
  • Loading branch information
glours authored Mar 25, 2020
2 parents df60da7 + 5047947 commit 56b4dc0
Show file tree
Hide file tree
Showing 2 changed files with 715 additions and 481 deletions.
12 changes: 6 additions & 6 deletions vuejs/vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 56b4dc0

Please sign in to comment.