Skip to content

Commit 3b333ec

Browse files
AviVahlboneskull
authored andcommitted
chore(deps): chokidar@3.4.3
- 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.
1 parent 058b2e7 commit 3b333ec

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js"
5353
},
5454
"dependencies": {
55-
"@ungap/promise-all-settled": "^1.1.2",
55+
"@ungap/promise-all-settled": "1.1.2",
5656
"ansi-colors": "4.1.1",
5757
"browser-stdout": "1.3.1",
58-
"chokidar": "3.4.2",
58+
"chokidar": "3.4.3",
5959
"debug": "4.2.0",
6060
"diff": "4.0.2",
6161
"escape-string-regexp": "4.0.0",

0 commit comments

Comments
 (0)