Skip to content

Commit

Permalink
fix(deps): update dependencies flagged with security issues
Browse files Browse the repository at this point in the history
Merge pull request #98 from patsplat/master
  • Loading branch information
jimmyandrade authored Oct 23, 2020
2 parents 01e3ba0 + 5b581f1 commit 4e36ea0
Show file tree
Hide file tree
Showing 2 changed files with 1,218 additions and 1,254 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /tmp/marksy
docker:
- image: circleci/node:8
- image: circleci/node:10

version: 2

Expand All @@ -14,7 +14,7 @@ jobs:
keys:
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies-
- run: npm install
- run: yarn install
- save_cache:
paths:
- node_modules
Expand All @@ -28,7 +28,7 @@ jobs:
keys:
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies-
- run: npm install
- run: yarn install
- save_cache:
paths:
- node_modules
Expand Down
Loading

0 comments on commit 4e36ea0

Please sign in to comment.