From e64d0b51feb790b4483deaac2473033204ba4ccf Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 1 Jun 2025 14:39:23 -0700 Subject: [PATCH] fix: Avoid Node.js deprecation warning for `fs.Stats` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0c7c64d..bf23d3cb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "glob-watcher": "^6.0.0", "gulp-cli": "^3.1.0", "undertaker": "^2.0.0", - "vinyl-fs": "^4.0.0" + "vinyl-fs": "^4.0.1" }, "devDependencies": { "eslint": "^7.0.0",