Skip to content

Commit

Permalink
chore(deps): [email protected]
Browse files Browse the repository at this point in the history
- new chokidar version fixes infinite loops on circular symlinks: https://github.com/paulmillr/chokidar/blob/master/.github/full_changelog.md
- pinned @ungap/promise-all-settled for consistency.
  • Loading branch information
AviVahl authored and boneskull committed Oct 15, 2020
1 parent 058b2e7 commit 3b333ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js"
},
"dependencies": {
"@ungap/promise-all-settled": "^1.1.2",
"@ungap/promise-all-settled": "1.1.2",
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
"chokidar": "3.4.2",
"chokidar": "3.4.3",
"debug": "4.2.0",
"diff": "4.0.2",
"escape-string-regexp": "4.0.0",
Expand Down

0 comments on commit 3b333ec

Please sign in to comment.