node-easywechat 3.7.7 → 3.7.9

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.
@@ -16,7 +16,7 @@ jobs:
16
16
  - uses: actions/checkout@v3
17
17
  - uses: actions/setup-node@v3
18
18
  with:
19
- node-version: 16
19
+ node-version: 22
20
20
  registry-url: https://registry.npmjs.org/
21
21
  - run: npm install
22
22
  - run: npm run build
@@ -18,7 +18,7 @@ jobs:
18
18
  show-progress: false
19
19
  - uses: actions/setup-node@v4
20
20
  with:
21
- node-version: 16
21
+ node-version: 22
22
22
  registry-url: 'https://registry.npmjs.org'
23
23
  - run: npm install
24
24
  - run: npm run build
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # CHANGELOG
2
2
 
3
3
 
4
+ ## v3.7.9 (2025-07-24)
5
+
6
+ - Fix: 更新依赖包,修复安全漏洞
7
+
8
+ ## v3.7.8 (2025-07-22)
9
+
10
+ - Fix: 更新依赖包,修复安全漏洞
11
+
4
12
  ## v3.7.7 (2025-07-22)
5
13
 
6
14
  - Fix: 升级依赖包,并修复ts错误
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-easywechat",
3
- "version": "3.7.7",
3
+ "version": "3.7.9",
4
4
  "description": "EasyWechat SDK for Node.js (NOT OFFICIAL)",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -25,15 +25,15 @@
25
25
  "@types/node": "^20.19.9",
26
26
  "axios-mock-adapter": "^1.22.0",
27
27
  "mocha": "^11.7.1",
28
- "package-release": "^1.0.3",
28
+ "package-release": "^1.0.4",
29
29
  "typescript": "^5.8.3"
30
30
  },
31
31
  "dependencies": {
32
- "axios": "^1.10.0",
32
+ "axios": "^1.11.0",
33
33
  "axios-retry": "^4.5.0",
34
34
  "form-data": "^4.0.4",
35
35
  "merge": "^2.1.1",
36
- "node-socialite": "^1.4.1",
36
+ "node-socialite": "^1.4.3",
37
37
  "qs": "^6.14.0",
38
38
  "raw-body": "^2.5.2",
39
39
  "xml2js": "^0.6.2"