node-easywechat 3.7.16 → 3.7.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
3
 
4
+ ## v3.7.17 (2026-06-22)
5
+
6
+ - Fix: update dependencies
7
+
4
8
  ## v3.7.16 (2026-06-09)
5
9
 
6
10
  - Fix: 统一与补全oauth的配置参数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-easywechat",
3
- "version": "3.7.16",
3
+ "version": "3.7.17",
4
4
  "description": "EasyWechat SDK for Node.js (NOT OFFICIAL)",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -22,16 +22,16 @@
22
22
  "node": ">=15.6.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@types/node": "^20.19.42",
25
+ "@types/node": "^20.19.43",
26
26
  "axios-mock-adapter": "^1.22.0",
27
27
  "mocha": "^11.7.6",
28
28
  "package-release": "^1.0.4",
29
29
  "typescript": "^5.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "axios": "^1.17.0",
32
+ "axios": "^1.18.0",
33
33
  "axios-retry": "^4.5.0",
34
- "form-data": "^4.0.5",
34
+ "form-data": "^4.0.6",
35
35
  "merge": "^2.1.1",
36
36
  "node-socialite": "^1.5.6",
37
37
  "qs": "^6.15.2",