nodejs-istanbul/updating-the-version-of-the-dependency-abbrev.patch
chen-jan aba779e9a8 updating the version of the dependency abbrev
(cherry picked from commit 62b914336237631c88f824b48874c174fd834d83)
2022-10-21 17:28:08 +08:00

26 lines
627 B
Diff

From 8511caea11577249858e3a658b70da6d5f68ea0f Mon Sep 17 00:00:00 2001
From: chen-jan <chen_aka_jan@163.com>
Date: Fri, 1 Jul 2022 02:19:24 +0000
Subject: [PATCH] updating the version of the dependency abbrev
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index eeb01a7..a8cf497 100644
--- a/package.json
+++ b/package.json
@@ -108,7 +108,7 @@
"url": "git://github.com/gotwarlost/istanbul.git"
},
"dependencies": {
- "abbrev": "1.0.x",
+ "abbrev": "1.1.x",
"async": "1.x",
"escodegen": "1.8.x",
"esprima": "2.7.x",
--
2.30.0