From 3989ff928bc996f0556273daa221e937c48f278e Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Mon, 8 Sep 2025 14:44:28 -0300 Subject: [PATCH] chore: update CHANGELOG for version 2.3.3 and update baileys dependency to latest commit --- CHANGELOG.md | 6 ++++++ package-lock.json | 12 +++++++++++- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f25542..2da6ea6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.3.3 (develop) + +### Testing + +* Baileys Updates: Support LIDs in Baileys ([Commit 20693a5](https://github.com/WhiskeySockets/Baileys/commit/20693a59d0973fbf57b28de1b90c55484ce27f8e)) + # 2.3.2 (2025-09-02) ### Features diff --git a/package-lock.json b/package-lock.json index 70cfbaf6..c39c999b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4987,7 +4987,7 @@ }, "node_modules/baileys": { "version": "6.7.19", - "resolved": "git+ssh://git@github.com/WhiskeySockets/Baileys.git#9e04cce8d3eeb16025283a57849cc83aa26c6dd1", + "resolved": "git+ssh://git@github.com/WhiskeySockets/Baileys.git#20693a59d0973fbf57b28de1b90c55484ce27f8e", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -4996,6 +4996,7 @@ "async-mutex": "^0.5.0", "axios": "^1.6.0", "libsignal": "git+https://github.com/whiskeysockets/libsignal-node", + "lru-cache": "^11.1.0", "music-metadata": "^11.7.0", "pino": "^9.6", "protobufjs": "^7.2.4", @@ -5035,6 +5036,15 @@ "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, + "node_modules/baileys/node_modules/lru-cache": { + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz", + "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==", + "license": "ISC", + "engines": { + "node": "20 || >=22" + } + }, "node_modules/baileys/node_modules/pino": { "version": "9.7.0", "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz", diff --git a/package.json b/package.json index e91d1ea7..f73ca388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolution-api", - "version": "2.3.2", + "version": "2.3.3", "description": "Rest api for communication with WhatsApp", "main": "./dist/main.js", "type": "commonjs",