@wppconnect/server 2.8.5 → 2.8.6

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 +6 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 2.8.6 (2025-03-29)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update dependency @wppconnect-team/wppconnect to ^1.36.4 ([#2144](https://github.com/wppconnect-team/wppconnect-server/issues/2144)) ([8087d8b](https://github.com/wppconnect-team/wppconnect-server/commit/8087d8b136c7ad7ec11df59a10105fd98a7e4286))
6
+
1
7
  ## 2.8.5 (2025-03-27)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/server",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
4
4
  "description": "Projeto feito para autenticar a automomacao do WhatsappWeb com multi-clientes de forma dinamica. Backend feito em Nodejs(express, socketio), FrontEnd (ReactJS)",
5
5
  "main": "dist/index.js",
6
6
  "author": "kingaspx",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@aws-sdk/client-s3": "^3.775.0",
32
- "@wppconnect-team/wppconnect": "^1.36.3",
32
+ "@wppconnect-team/wppconnect": "^1.36.4",
33
33
  "archiver": "^7.0.1",
34
34
  "axios": "^1.8.4",
35
35
  "bcrypt": "^5.1.1",
@@ -52,14 +52,14 @@
52
52
  "winston": "^3.17.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/cli": "^7.26.4",
55
+ "@babel/cli": "^7.27.0",
56
56
  "@babel/core": "^7.26.10",
57
- "@babel/eslint-parser": "^7.26.10",
58
- "@babel/eslint-plugin": "^7.26.10",
57
+ "@babel/eslint-parser": "^7.27.0",
58
+ "@babel/eslint-plugin": "^7.27.0",
59
59
  "@babel/node": "^7.26.0",
60
60
  "@babel/plugin-transform-runtime": "^7.26.10",
61
61
  "@babel/preset-env": "^7.26.9",
62
- "@babel/preset-typescript": "^7.26.0",
62
+ "@babel/preset-typescript": "^7.27.0",
63
63
  "@commitlint/cli": "^19.8.0",
64
64
  "@commitlint/config-conventional": "^19.8.0",
65
65
  "@commitlint/cz-commitlint": "^19.8.0",
@@ -97,7 +97,7 @@
97
97
  "pretty-quick": "^4.0.0",
98
98
  "prom-client": "^14.2.0",
99
99
  "redis": "^4.7.0",
100
- "release-it": "^17.10.0",
100
+ "release-it": "^17.11.0",
101
101
  "rimraf": "^5.0.10",
102
102
  "shx": "^0.3.4",
103
103
  "swagger-ui-dist": "^5.17.14",