Skip to content

Commit bae5e02

Browse files
sseidegoto-bus-stop
andauthoredJan 28, 2021
update chokidar and anymatch (#378)
Co-authored-by: Renée Kooi <renee@kooi.me>
1 parent 3445775 commit bae5e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "index.js",
66
"bin": "bin/cmd.js",
77
"dependencies": {
8-
"anymatch": "^2.0.0",
8+
"anymatch": "^3.1.0",
99
"browserify": "^16.1.0",
10-
"chokidar": "^2.1.1",
10+
"chokidar": "^3.4.0",
1111
"defined": "^1.0.0",
1212
"outpipe": "^1.1.0",
1313
"through2": "^2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.