build(deps): bump the npm_and_yarn group across 3 directories with 4 updates - #6
build(deps): bump the npm_and_yarn group across 3 directories with 4 updates#6dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the npm_and_yarn group with 4 updates in the / directory: [@whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys), [hono](https://github.com/honojs/hono), [ws](https://github.com/websockets/ws) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm_and_yarn group with 1 update in the /extensions/whatsapp directory: [@whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys). Bumps the npm_and_yarn group with 1 update in the /whatsapp directory: [@whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys). Updates `@whiskeysockets/baileys` from 7.0.0-rc.9 to 7.0.0-rc12 - [Release notes](https://github.com/WhiskeySockets/Baileys/releases) - [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md) - [Commits](WhiskeySockets/Baileys@v7.0.0-rc.9...v7.0.0-rc12) Updates `hono` from 4.12.18 to 4.12.21 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.18...v4.12.21) Updates `ws` from 8.19.0 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.19.0...8.20.1) Updates `vitest` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) Updates `@whiskeysockets/baileys` from 7.0.0-rc.9 to 7.0.0-rc12 - [Release notes](https://github.com/WhiskeySockets/Baileys/releases) - [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md) - [Commits](WhiskeySockets/Baileys@v7.0.0-rc.9...v7.0.0-rc12) Updates `@whiskeysockets/baileys` from 7.0.0-rc.9 to 7.0.0-rc12 - [Release notes](https://github.com/WhiskeySockets/Baileys/releases) - [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md) - [Commits](WhiskeySockets/Baileys@v7.0.0-rc.9...v7.0.0-rc12) --- updated-dependencies: - dependency-name: "@whiskeysockets/baileys" dependency-version: 7.0.0-rc12 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: hono dependency-version: 4.12.21 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@whiskeysockets/baileys" dependency-version: 7.0.0-rc12 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@whiskeysockets/baileys" dependency-version: 7.0.0-rc12 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
AI Code Review by LlamaPReview
🎯 TL;DR & Recommendation
Recommendation: Approve with suggestions
This PR updates npm dependencies, including critical security patches for baileys, hono, and ws. However, it includes a downgrade of vitest in the ui package and introduces supply-chain risk from baileys' new install scripts.
🌟 Strengths
- Security fixes in baileys, hono, and ws address known vulnerabilities.
- Upgrades follow release notes and are generally well-documented.
💡 Suggestions (P2)
- ui/package.json: The vitest dependency was downgraded from 4.1.2 to 4.1.0, potentially causing test regressions if 4.1.2 contained important fixes.
- package.json: The baileys upgrade adds preinstall scripts that may execute arbitrary code on install, posing a supply-chain security risk.
💡 Have feedback? We'd love to hear it in our GitHub Discussions.
✨ This review was generated by LlamaPReview Advanced, which is free for all open-source projects. Learn more.
| "playwright": "^1.58.2", | ||
| "vite": "8.0.5", | ||
| "vitest": "4.1.2" | ||
| "vitest": "4.1.0" | ||
| } | ||
| } |
There was a problem hiding this comment.
P2 | Confidence: Medium
Speculative: The vitest dependency was downgraded from 4.1.2 to 4.1.0 in ui/package.json, contradicting the PR title which claims all updates are bumps. This reversal is not explained in the PR description or release notes. While minor versions may include bug fixes or security patches, downgrading could introduce regressions if tests rely on features or fixes introduced in 4.1.2. No related code context is available to confirm that the project’s existing test suite is compatible with the older version. Since the change is present in the diff but its impact is speculative and not observed as a build failure, this is a P2 (suggestion) to verify compatibility with the project’s test infrastructure.
| "@slack/web-api": "^7.14.1", | ||
| "@whiskeysockets/baileys": "7.0.0-rc.9", | ||
| "@whiskeysockets/baileys": "7.0.0-rc12", | ||
| "ajv": "^8.18.0", |
There was a problem hiding this comment.
P2 | Confidence: Medium
Speculative: The upgrade of @whiskeysockets/baileys from 7.0.0-rc.9 to 7.0.0-rc12 addresses a known security vulnerability (GHSA-qvv5-jq5g-4cgg), which is positive. However, the release notes explicitly state that v7.0.0-rc11 and v7.0.0-rc12 add preinstall and prepare scripts that execute during installation, and caution to “Review the package contents before updating.” This introduces a supply-chain risk: arbitrary code execution during install. Since no related code context is available to verify the exact behavior of those scripts, the potential impact cannot be quantified. The version change is visible in the diff, but the risk is contingent on the trustworthiness of the newly added scripts. Therefore this is a P2 (suggestion) to manually inspect the published package’s post-install scripts before merging.
|
Superseded by #7. |
Bumps the npm_and_yarn group with 4 updates in the / directory: @whiskeysockets/baileys, hono, ws and vitest.
Bumps the npm_and_yarn group with 1 update in the /extensions/whatsapp directory: @whiskeysockets/baileys.
Bumps the npm_and_yarn group with 1 update in the /whatsapp directory: @whiskeysockets/baileys.
Updates
@whiskeysockets/baileysfrom 7.0.0-rc.9 to 7.0.0-rc12Release notes
Sourced from @whiskeysockets/baileys's releases.
... (truncated)
Changelog
Sourced from @whiskeysockets/baileys's changelog.
Commits
1aee6edchore(release): v7.0.0-rc123beb08efix(process-message): only drop self-only protocolMessages from non-self senders28ca087fix: guard fetch dispatcher option (#2557)988a34fchore(release): v7.0.0-rc1125bc999Fix release and move to NPM based libsignal6cb7d34feat: expose group online count in presence updates (#2545)a263cb0chore: bump whatsapp-rust-bridge@0.5.4 to support non simd (#2542)dfad98ffix release04f6d70ci: Update publishing to use Trusted Publishers42c19c7chore(release): v7.0.0-rc10Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@whiskeysockets/baileyssince your current version.Install script changes
This version adds
preinstall,preparescripts that run during installation. Review the package contents before updating.Updates
honofrom 4.12.18 to 4.12.21Release notes
Sourced from hono's releases.
Commits
a83ddb84.12.216cbb025Merge commit from forkc831020Merge commit from fork905aedbMerge commit from fork5463db2Merge commit from forkc657a394.12.20eb2d0c2fix(jsx): widen jsx and jsxFn children to Child[] (#4947)dcabbecfix(route): preserve the base path of the mounted route() app (#4942)7e62bcd4.12.19e2f252afix(stream): upgrade@hono/node-serverto v2 and fix abort handling (#4940)Updates
wsfrom 8.19.0 to 8.20.1Release notes
Sourced from ws's releases.
Commits
5d9b316[dist] 8.20.1c0327ec[security] Fix uninitialized memory disclosure inwebsocket.close()ce2a3d6[ci] Test on node 2658e45b8[ci] Do not test on node 255f26c24[ci] Run the lint step on node 248439255[dist] 8.20.0d3503c1[minor] Export thePerMessageDeflateclass and header utils3ee5349[api] Convert theisServerandmaxPayloadparameters to options91707b4[doc] Add missing space8b55319[pkg] Update eslint to version 10.0.1Updates
vitestfrom 4.0.18 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Updates
@whiskeysockets/baileysfrom 7.0.0-rc.9 to 7.0.0-rc12Release notes
Sourced from @whiskeysockets/baileys's releases.
... (truncated)
Changelog
Sourced from @whiskeysockets/baileys's changelog.
Commits
1aee6edchore(release): v7.0.0-rc123beb08efix(process-message): only drop self-only protocolMessages from non-self senders28ca087fix: guard fetch dispatcher option (#2557)988a34fchore(release): v7.0.0-rc1125bc999Fix release and move to NPM based libsignal6cb7d34feat: expose group online count in presence updates (#2545)a263cb0chore: bump whatsapp-rust-bridge@0.5.4 to support non simd (#2542)dfad98ffix release04f6d70ci: Update publishing to use Trusted Publishers42c19c7chore(release): v7.0.0-rc10Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@whiskeysockets/baileyssince your current version.Install script changes
This version adds
preinstall,preparescripts that run during installation. Review the package contents before updating.Updates
@whiskeysockets/baileysfrom 7.0.0-rc.9 to 7.0.0-rc12Release notes
Sourced from @whiskeysockets/baileys's releases.
... (truncated)
Changelog
Sourced from @whiskeysockets/baileys's changelog.
Commits
1aee6edchore(release): v7.0.0-rc123beb08efix(process-message): only drop self-only protocolMessages from non-self senders28ca087fix: guard fetch dispatcher option (#2557)988a34fchore(release): v7.0.0-rc1125bc999Fix release and move to NPM based libsignal6cb7d34feat: expose group online count in presence updates (#2545)a263cb0chore: bump whatsapp-rust-bridge@0.5.4 to support non simd (#2542)dfad98ffix release04f6d70ci: Update publishing to use Trusted Publishers42c19c7chore(release): v7.0.0-rc10Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@whiskeysockets/baileyssince your current version.Install script changes
This version adds
preinstall,preparescripts that run during installation. Review the package contents before updating.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.