Skip to content

Commit 69a5d0e

Browse files
authored
fix: Avoid Node.js deprecation warning for fs.Stats (#2838)
1 parent 04b4a74 commit 69a5d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"glob-watcher": "^6.0.0",
3939
"gulp-cli": "^3.1.0",
4040
"undertaker": "^2.0.0",
41-
"vinyl-fs": "^4.0.0"
41+
"vinyl-fs": "^4.0.1"
4242
},
4343
"devDependencies": {
4444
"eslint": "^7.0.0",

0 commit comments

Comments
 (0)