From ee5accc3e5b3f7ac35b7143c7c9ae01bae9b241e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 02:27:17 +0000 Subject: [PATCH] build: bump baileys from 6.7.21 to 6.7.22 Bumps [baileys](https://github.com/WhiskeySockets/Baileys) from 6.7.21 to 6.7.22. - [Release notes](https://github.com/WhiskeySockets/Baileys/releases) - [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md) - [Commits](https://github.com/WhiskeySockets/Baileys/compare/v6.7.21...v6.7.22) --- updated-dependencies: - dependency-name: baileys dependency-version: 6.7.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 92 ++++------------------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 86 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed6b780..37aae22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "mudslide", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mudslide", - "version": "0.33.0", + "version": "0.34.0", "license": "ISC", "dependencies": { "@adiwajshing/keyed-db": "^0.2.4", "@hapi/boom": "^10.0.0", - "baileys": "6.7.21", + "baileys": "6.7.22", "commander": "^14.0.2", "global-agent": "^4.1.3", "mime": "^4.1.0", @@ -34,7 +34,7 @@ "vitest": "^4.1.4" }, "engines": { - "node": ">=22.14.0" + "node": ">=24.11.1" } }, "node_modules/@adiwajshing/keyed-db": { @@ -802,9 +802,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -822,9 +819,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -842,9 +836,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -862,9 +853,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -882,9 +870,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -902,9 +887,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -922,9 +904,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -942,9 +921,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -962,9 +938,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -988,9 +961,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1014,9 +984,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1040,9 +1007,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1066,9 +1030,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1092,9 +1053,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1118,9 +1076,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1144,9 +1099,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1509,9 +1461,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1529,9 +1478,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1549,9 +1495,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1569,9 +1512,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1589,9 +1529,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1609,9 +1546,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2559,9 +2493,9 @@ } }, "node_modules/baileys": { - "version": "6.7.21", - "resolved": "https://registry.npmjs.org/baileys/-/baileys-6.7.21.tgz", - "integrity": "sha512-eed3ApI9vCIJldm4BGkAHi//gg1YnS+JYIvCcRbM3zCa1R9jywKu/PVeL0ue97epEl0fA6/WGiEPnhW8RUqvKQ==", + "version": "6.7.22", + "resolved": "https://registry.npmjs.org/baileys/-/baileys-6.7.22.tgz", + "integrity": "sha512-JhJdD7YWo5RcUGkUD3TwjVwU2F0KyqNnejrqVm9FEC0/opuKaxmUJEoUlS1hq9KUeb6Ul65O+frmsbPVNTCcDg==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -3971,9 +3905,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3995,9 +3926,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4019,9 +3947,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4043,9 +3968,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 91e7dfc..9bc1971 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@adiwajshing/keyed-db": "^0.2.4", "@hapi/boom": "^10.0.0", - "baileys": "6.7.21", + "baileys": "6.7.22", "commander": "^14.0.2", "global-agent": "^4.1.3", "mime": "^4.1.0",