Skip to content

Commit

Permalink
Merge pull request #23 from PDMLab/task/7
Browse files Browse the repository at this point in the history
update mocha to 6.1.0 to fix js-yaml denial of service issue
  • Loading branch information
AlexZeitler committed Apr 7, 2019
2 parents e8fd10f + 6fdc580 commit 7abf56e
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3,723 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Expand Up @@ -22,16 +22,14 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- v1-dependencies-{{ checksum "yarn.lock" }}

- run: yarn install

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
key: v1-dependencies-{{ checksum "yarn.lock" }}

# run tests!
- run: yarn test
Expand Down

0 comments on commit 7abf56e

Please sign in to comment.