This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch 4.9.1-security-fix
in repository https://gitbox.apache.org/repos/asf/echarts.git
The following commit(s) were added to refs/heads/4.9.1-security-fix by this
push:
new 777304f80 chore: fix uglify-js package version
777304f80 is described below
commit 777304f806607075083658067589a30d2176c4c9
Author: plainheart <[email protected]>
AuthorDate: Sun May 25 00:16:17 2025 +0800
chore: fix uglify-js package version
---
package-lock.json | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 9686910b0..fc5d23c72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -44,7 +44,7 @@
"serve-handler": "6.1.1",
"slugify": "1.3.4",
"socket.io": "2.2.0",
- "uglify-js": "^3.6.0"
+ "uglify-js": "3.6.0"
}
},
"node_modules/@babel/code-frame": {
diff --git a/package.json b/package.json
index d110b299b..33d1e548f 100644
--- a/package.json
+++ b/package.json
@@ -62,6 +62,6 @@
"serve-handler": "6.1.1",
"slugify": "1.3.4",
"socket.io": "2.2.0",
- "uglify-js": "^3.6.0"
+ "uglify-js": "3.6.0"
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]