This is an automated email from the ASF dual-hosted git repository.
hufeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git
The following commit(s) were added to refs/heads/master by this push:
new c6001b9 fixed: fs-extra node 10
c6001b9 is described below
commit c6001b97932e66904a0093db6f3c5847307b5cbe
Author: hufeng <[email protected]>
AuthorDate: Wed Aug 4 17:41:04 2021 +0800
fixed: fs-extra node 10
---
packages/dubbo-service/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/dubbo-service/package.json
b/packages/dubbo-service/package.json
index 5afd37b..edbbbca 100644
--- a/packages/dubbo-service/package.json
+++ b/packages/dubbo-service/package.json
@@ -20,7 +20,7 @@
"dependencies": {
"ip": "^1.1.5",
"proper-lockfile": "^4.1.2",
- "fs-extra": "^10.0.0",
+ "fs-extra": "^9.1.0",
"apache-dubbo-serialization": "^0.0.2",
"apache-dubbo-common": "^0.0.1",
"get-port": "^5.1.1"