Skip to content

Commit

Permalink
Merge pull request #119 from RafalWilinski/fix-vulnerabilities
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
RafalWilinski authored Apr 16, 2019
2 parents 32e0b49 + bb3bc12 commit f5a3c93
Show file tree
Hide file tree
Showing 12 changed files with 2,454 additions and 3,741 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"node": true,
"es6": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 8
},
"extends": "eslint:recommended",
"rules": {
"accessor-pairs": "error",
Expand Down Expand Up @@ -61,10 +65,6 @@
"func-call-spacing": "error",
"func-name-matching": "error",
"func-names": "error",
"func-style": [
"error",
"expression"
],
"generator-star-spacing": "error",
"global-require": "error",
"guard-for-in": "error",
Expand Down
7 changes: 4 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:8.9.1
- image: circleci/node:8.10.0

jobs:
test:
Expand Down Expand Up @@ -47,7 +47,8 @@ workflows:
only: /.*/
- deploy:
filters:
tags:
only: /.*/
branches:
only:
- master
requires:
- test
Loading

0 comments on commit f5a3c93

Please sign in to comment.