26 lines
627 B
Diff
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
|
|
|