From 9c042dd7178c32a3c44ba59ad2252d39e877745c Mon Sep 17 00:00:00 2001
From: AshGrey : りす 🐿️ <ashgrey.huaier@gmail.com>
Date: Fri, 19 Dec 2025 19:37:53 +0000
Subject: [PATCH] fix(helpers): correct regex of function escapePath (#2254)
---
package.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index ebc3311..33e1c0a 100644
--- a/package.json
+++ b/package.json
@@ -106,8 +106,8 @@
"@types/source-map-support": "^0.5.10",
"@types/ws": "^8.18.1",
"@types/yargs": "^17.0.35",
- "esbuild": "^0.27.0",
- "prettier": "^3.7.3",
+ "esbuild": "^0.27.1",
+ "prettier": "^3.7.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
--
Gitblit v1.10.0