Skip to content

Commit

Permalink
fix(dependencies): fixed npm audit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-perez committed Jul 24, 2019
1 parent 4144642 commit 92472f7
Show file tree
Hide file tree
Showing 2 changed files with 1,905 additions and 1,347 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@nuxtjs/eslint-config": "latest",
"babel-eslint": "latest",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@nuxtjs/eslint-config": "^1.0.1",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.5.0",
"codecov": "^3.3.0",
"cz-conventional-changelog": "2.1.0",
"eslint": "^5.15.2",
"eslint-config-standard": "latest",
"cz-conventional-changelog": "3.0.2",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "^5.2.2",
"get-port": "5.x",
"husky": "^2.3.0",
"husky": "^3.0.1",
"jest": "^24.5.0",
"nuxt": "^2.6.2",
"request": "latest",
Expand Down
Loading

0 comments on commit 92472f7

Please sign in to comment.