node-easywechat 3.7.11 → 3.7.12

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
3
 
4
+ ## v3.7.12 (2026-02-12)
5
+
6
+ - Fix: update dependencies
7
+
4
8
  ## v3.7.11 (2025-09-15)
5
9
 
6
10
  - Fix: 更新依赖包
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-easywechat",
3
- "version": "3.7.11",
3
+ "version": "3.7.12",
4
4
  "description": "EasyWechat SDK for Node.js (NOT OFFICIAL)",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -22,20 +22,20 @@
22
22
  "node": ">=15.6.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@types/node": "^20.19.14",
25
+ "@types/node": "^20.19.33",
26
26
  "axios-mock-adapter": "^1.22.0",
27
- "mocha": "^11.7.2",
27
+ "mocha": "^11.7.5",
28
28
  "package-release": "^1.0.4",
29
- "typescript": "^5.9.2"
29
+ "typescript": "^5.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "axios": "^1.12.2",
32
+ "axios": "^1.13.5",
33
33
  "axios-retry": "^4.5.0",
34
- "form-data": "^4.0.4",
34
+ "form-data": "^4.0.5",
35
35
  "merge": "^2.1.1",
36
- "node-socialite": "^1.5.2",
37
- "qs": "^6.14.0",
38
- "raw-body": "^2.5.2",
36
+ "node-socialite": "^1.5.3",
37
+ "qs": "^6.14.2",
38
+ "raw-body": "^2.5.3",
39
39
  "xml2js": "^0.6.2"
40
40
  }
41
41
  }