Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 17 updates - #34

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/minor-and-patch-b14c390180
Open

chore(deps): bump the minor-and-patch group across 1 directory with 17 updates#34
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/minor-and-patch-b14c390180

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 16 updates in the / directory:

Package From To
@anthropic-ai/claude-agent-sdk 0.2.81 0.3.161
better-sqlite3 12.8.0 12.10.0
discord.js 14.25.1 14.26.4
grammy 1.41.1 1.43.0
mailparser 3.9.5 3.9.9
pdfmake 0.3.7 0.3.9
pg 8.20.0 8.21.0
whatsapp-web.js 1.34.6 1.34.7
ws 8.20.0 8.21.0
zod 4.3.6 4.4.3
@types/node 22.19.15 22.19.19
@types/pdfmake 0.3.2 0.3.3
prettier 3.8.1 3.8.3
tsx 4.21.0 4.22.4
typescript-eslint 8.57.1 8.60.1
sqlite-vec 0.1.7 0.1.9

Updates @anthropic-ai/claude-agent-sdk from 0.2.81 to 0.3.161

Release notes

Sourced from @​anthropic-ai/claude-agent-sdk's releases.

v0.3.161

What's changed

  • The initialize control request is now idempotent: a second initialize returns the same success payload instead of an Already initialized error. ControlResponse gains an optional pending_permission_requests field, mirroring ControlErrorResponse
  • applyFlagSettings now live-applies agent changes: switching the active agent (or passing null to reset) takes effect on the next turn in a running session

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.161
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.161
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.161
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.161

v0.3.160

What's changed

  • Fixed SDK hook callbacks swallowing abort signals: aborting during a PostToolUse hook now ends the turn with a final result message instead of hanging the calling process

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.160
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.160
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.160
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.160

v0.3.159

What's changed

  • Updated to parity with Claude Code v2.1.159

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.159
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.159
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.159
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.159
</tr></table> 

... (truncated)

Changelog

Sourced from @​anthropic-ai/claude-agent-sdk's changelog.

0.3.161

  • The initialize control request is now idempotent: a second initialize returns the same success payload instead of an Already initialized error. ControlResponse gains an optional pending_permission_requests field, mirroring ControlErrorResponse
  • applyFlagSettings now live-applies agent changes: switching the active agent (or passing null to reset) takes effect on the next turn in a running session

0.3.160

  • Fixed SDK hook callbacks swallowing abort signals: aborting during a PostToolUse hook now ends the turn with a final result message instead of hanging the calling process

0.3.159

  • Updated to parity with Claude Code v2.1.159

0.3.158

  • Updated to parity with Claude Code v2.1.158

0.3.157

  • Updated to parity with Claude Code v2.1.157

0.3.156

  • Updated to parity with Claude Code v2.1.156

0.3.155

  • Updated to parity with Claude Code v2.1.155

0.3.154

  • Fixed stdio MCP servers being incorrectly restarted on every reconcile pass due to config-equality false positives

0.3.153

  • Updated to parity with Claude Code v2.1.153

0.3.152

  • SessionStart hooks can now return reloadSkills: true to trigger a skill re-scan, and set the session title via hookSpecificOutput.sessionTitle
  • Added a MessageDisplay hook event that lets hooks transform or hide assistant message text as it is displayed

0.3.151

  • Updated to parity with Claude Code v2.1.151

0.3.150

  • The api_retry system message now reports error: 'overloaded' for 529 responses, instead of 'rate_limit' (which is now reserved for 429). Consumers that handled 529 via error === 'rate_limit' should also match 'overloaded', or switch to error_status === 529.
  • Updated to parity with Claude Code v2.1.150

... (truncated)

Commits

Updates better-sqlite3 from 12.8.0 to 12.10.0

Release notes

Sourced from better-sqlite3's releases.

v12.10.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0

v12.9.1

⚠️CAUTION: NOT A VIABLE RELEASE

Electron v39+ prebuilds are not building successfully at the moment. Stick to v12.9.0 for now.

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v12.9.0...v12.9.1

v12.9.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0

Commits

Updates discord.js from 14.25.1 to 14.26.4

Release notes

Sourced from discord.js's releases.

14.26.4

Bug Fixes

  • MessageCreateAction: Receive DMs in uncached DMChannels again (#11495) (b8d8812)

14.26.3

Bug Fixes

  • TeamMember: Allow a default permissions (dced197)

14.26.2

Bug Fixes

  • Action: Don't add recipients to guild channels (#11479) (b86573d)

14.26.1

Bug Fixes

  • Only return DMChannel that have the user as known recipient (#11478) (67566d0)

14.26.0

Bug Fixes

Features

  • Allow partial DMChannel without client user (#11462) (45bd430)
  • Modal radio group and checkbox components for v14 (#11437) (b42e499)

Refactor

Typings

Changelog

Sourced from discord.js's changelog.

14.26.4 - (2026-05-01)

Bug Fixes

  • MessageCreateAction: Receive DMs in uncached DMChannels again (#11495) (b8d8812)

14.26.3 - (2026-04-14)

Bug Fixes

  • TeamMember: Allow a default permissions (dced197)

14.26.2 - (2026-04-03)

Bug Fixes

  • Action: Don't add recipients to guild channels (#11479) (b86573d)

14.26.1 - (2026-04-03)

Bug Fixes

  • Only return DMChannel that have the user as known recipient (#11478) (67566d0)

14.26.0 - (2026-03-31)

Bug Fixes

Features

  • Allow partial DMChannel without client user (#11462) (45bd430)
  • Modal radio group and checkbox components for v14 (#11437) (b42e499)

Refactor

Typings

Commits
  • 0516dc7 chore(discord.js): release discord.js@14.26.4
  • b8d8812 fix(MessageCreateAction): receive DMs in uncached DMChannels again (#11495)
  • f95b629 chore(TeamMember): update permissions comment
  • 666fce0 chore(discord.js): release discord.js@14.26.3
  • dced197 fix(TeamMember): allow a default permissions
  • e662290 chore(discord.js): release discord.js@14.26.2
  • b86573d fix(Action): don't add recipients to guild channels (#11479)
  • cd1b6a0 chore(discord.js): release discord.js@14.26.1
  • 67566d0 fix: only return DMChannel that have the user as known recipient (#11478)
  • eee6f94 chore(discord.js): release discord.js@14.26.0
  • Additional commits viewable in compare view

Updates grammy from 1.41.1 to 1.43.0

Release notes

Sourced from grammy's releases.

v1.43.0

What's Changed

New Contributors

Full Changelog: grammyjs/grammY@v1.42.0...v1.43.0

v1.42.0

What's Changed

New Contributors

Full Changelog: grammyjs/grammY@v1.41.1...v1.42.0

Commits

Updates mailparser from 3.9.5 to 3.9.9

Changelog

Sourced from mailparser's changelog.

3.9.9 (2026-05-29)

Bug Fixes

3.9.8 (2026-04-08)

Bug Fixes

3.9.7 (2026-04-08)

Bug Fixes

3.9.6 (2026-03-25)

Bug Fixes

  • bump nodemailer to 8.0.4 (b2d7f77)
Commits

Updates nodemailer from 8.0.3 to 8.0.10

Release notes

Sourced from nodemailer's releases.

v8.0.10

8.0.10 (2026-05-29)

Bug Fixes

  • fall back to lower-severity handler when custom logger lacks a level method (6d849df)

v8.0.9

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

v8.0.8

8.0.8 (2026-05-23)

Bug Fixes

  • enforce strict TLS for OAuth2 and Ethereal credential requests (#1818) (833d6e5)
  • four listener/stream leaks in SMTP transport, connection, pool (#1817) (850bb91)

v8.0.7

8.0.7 (2026-04-27)

Bug Fixes

  • keep domain as UTF-8 when local part is non-ASCII (#1814) (66d4ecb)

v8.0.6

8.0.6 (2026-04-24)

Bug Fixes

  • restore base64 wrap() trim behavior to prevent trailing CRLF (#1810) (#1811) (b1ae6c1)

v8.0.5

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.10 (2026-05-29)

Bug Fixes

  • fall back to lower-severity handler when custom logger lacks a level method (6d849df)

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

8.0.8 (2026-05-23)

Bug Fixes

  • enforce strict TLS for OAuth2 and Ethereal credential requests (#1818) (833d6e5)
  • four listener/stream leaks in SMTP transport, connection, pool (#1817) (850bb91)

8.0.7 (2026-04-27)

Bug Fixes

  • keep domain as UTF-8 when local part is non-ASCII (#1814) (66d4ecb)

8.0.6 (2026-04-24)

Bug Fixes

  • restore base64 wrap() trim behavior to prevent trailing CRLF (#1810) (#1811) (b1ae6c1)

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)
Commits
  • 948ae3f chore(master): release 8.0.10 (#1823)
  • 9eedad9 docs: add SECURITY.md policy (#1824)
  • 6d849df fix: fall back to lower-severity handler when custom logger lacks a level method
  • 07303cb chore(master): release 8.0.9 (#1821)
  • 5f69497 fix: two pending security advisories (jsonTransport access bypass, List-* CRL...
  • 15138a8 chore(master): release 8.0.8 (#1819)
  • 850bb91 fix: four listener/stream leaks in SMTP transport, connection, pool (#1817)
  • 833d6e5 fix: enforce strict TLS for OAuth2 and Ethereal credential requests (#1818)
  • 1997040 chore(master): release 8.0.7 (#1815)
  • 9b9c545 chore: drop nodemailer-ntlm-auth devDependency (#1816)
  • Additional commits viewable in compare view

Updates pdfmake from 0.3.7 to 0.3.9

Release notes

Sourced from pdfmake's releases.

0.3.9

  • Fixed table rowSpan cell height in last column

0.3.8

  • Added server-side method setLocalAccessPolicy() for defining a custom access policy for local file

    Example:

    pdfmake.setLocalAccessPolicy((path) => {
    	// check allowed local file path
    	return path.startsWith("fonts/");
    });
  • Improved URL Access Policy (setUrlAccessPolicy method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection)

  • Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together

  • Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black

  • Fixed dontBreakRows rowSpan ending offset across pages

Changelog

Sourced from pdfmake's changelog.

0.3.9 - 2026-05-23

  • Fixed table rowSpan cell height in last column

0.3.8 - 2026-05-06

  • Added server-side method setLocalAccessPolicy() for defining a custom access policy for local file

    Example:

    pdfmake.setLocalAccessPolicy((path) => {
    	// check allowed local file path
    	return path.startsWith("fonts/");
    });
  • Improved URL Access Policy (setUrlAccessPolicy method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection)

  • Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together

  • Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black

  • Fixed dontBreakRows rowSpan ending offset across pages

Commits
  • bef60b5 0.3.9
  • ef306b7 added setUrlAccessPolicy and setLocalAccessPolicy in tests
  • dd593d0 refresh pdf examples
  • 1c803c4 fixed table rowSpan cell height in last column
  • 700b4fa 0.3.8
  • 244ac8b 0.3.8
  • 2927f32 refresh pdf examples
  • 03c627d update dependencies
  • ed44141 improved URL access policy; URLs are now validated even before redirection in...
  • 8fc1fc4 improved URL Access Policy; URLs are now validated even after redirection
  • Additional commits viewable in compare view

Updates pg from 8.20.0 to 8.21.0

Changelog

Sourced from pg's changelog.

pg@8.21.0

Commits
  • 544b1ce Publish
  • cc03fa5 Add scramMaxIterations option to limit SCRAM iteration count (#3677)
  • f776327 Remove compatibility code for unsupported versions of Node (<16) (#3678)
  • f252870 cleanup: pg utils (#3675)
  • c8da6ab Assorted test cleanup (#3673)
  • fa47e73 fix: Client#end callback being called multiple times when first is no-op (#...
  • 88a7e60 cleanup: Move declaration to more natural place
  • 2095247 cleanup: Combine duplicated code in Client#query and avoid unneeded early n...
  • 0ac3edd fix: apply SASLprep (RFC 4013) to passwords before SCRAM-SHA-256 PBKDF2 (#3669)
  • be880d4 Assorted test fixes and cleanup (#3672)
  • Additional commits viewable in compare view

Updates whatsapp-web.js from 1.34.6 to 1.34.7

Release notes

Sourced from whatsapp-web.js's releases.

v1.34.7

What's Changed

New Contributors

Full Changelog: wwebjs/whatsapp-web.js@v1.34.6...v1.34.7

Commits
  • f935b50 chore(v1.34.7): bump version and generate docs
  • 2112053 fix(deps): upgrade eslint and plugins to 9.39.4 (#201701)
  • fb1ccd3 chore: bump stale dependencies (#201702)
  • 33f88ac Fix: Event Call (#201714)
  • 46c2918 fix: getContacts resolving all promisses (#201698)
  • cbf49be fix: resolve naming issues (#201712)
  • b0a4b6c fix(structures): use loadEarlierMsgs options signature in fetchMessages (#201...
  • 11594b2 refactor(client): move sendReaction method to the Client (#201695)
  • a0ff21e fix: Whatsapp increased the number of characters in IDs, but followed the IOS...
  • 1a9a1b7 fix: recover ciphertext messages via PLACEHOLDER_MESSAGE_RESEND (PDO type 4) ...
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates ws from 8.20.0 to 8.21.0

Release notes

Sourced from ws's releases.

8.21.0

Features

  • Introduced the maxBufferedChunks and maxFragments options (2b2abd45).

Bug fixes

  • Fixed a remote memory exhaustion DoS vulnerability (2b2abd45).

A high volume of tiny fragments and data chunks could be sent by a peer, using modest network traffic, to crash a ws server or client due to OOM.

import { WebSocket, WebSocketServer } from 'ws';
const wss = new WebSocketServer({ port: 0 }, function () {
const data = Buffer.alloc(1);
const options = { fin: false };
const { port } = wss.address();
const ws = new WebSocket(ws://localhost:${port});
ws.on('open', function () {
(function send() {
ws.send(data, options, function (err) {
if (err) return;
send();
});
})();
});
ws.on('error', console.error);
ws.on('close', function (code, reason) {
console.log(client close - code: ${code} reason: ${reason.toString()});
});
});
wss.on('connection', function (ws) {
ws.on('error', console.error);
ws.on('close', function (code, reason) {
console.log(server close - code: ${code} reason: ${reason.toString()});
});
});

The vulnerability was responsibly disclosed and fixed by Nadav Magier.

In vulnerable versions, the issue can be mitigated by lowering the value of the maxPayload option if possible.

8.20.1

... (truncated)

Commits
  • bca91ad [dist] 8.21.0
  • 2b2abd4 [security] Limit retained message parts
  • 78eabe2 [security] Add latest vulnerability to SECURITY.md
  • 5d9b316 [dist] 8.20.1
  • c0327ec [security] Fix uninitialized memory disclosure in websocket.close()
  • ce2a3d6 [ci] Test on node 26
  • 58e45b8 [ci] Do not test on node 25
  • 5f26c24 [ci] Run the lint step on node 24
  • See full diff in compare view

Updates zod from 4.3.6 to 4.4.3

Release notes

Sourced from zod's releases.

v4.4.3

Commits:

  • 4c2fa95ce3f3390fbc522324e406b4e9e89b88f9 docs: use Zernio primary wordmark for gold sponsor logo
  • 2aeec83eb135e3a83756e973ef44845fc5a455d2 docs: prune lapsed gold sponsors and rebalance logo sizing
  • 7391be88ac1ee5cd02057f5ccc012a1f5df4efd0 docs: prune lapsed silver/bronze sponsors and add active ones
  • 2c703322a21b4e2b12f33f49ea8430c451a68b4f docs: normalize bronze sponsor logos to github avatar pattern
  • 9195250cab0e7950efe39c392...

    Description has been truncated

…7 updates

Bumps the minor-and-patch group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.2.81` | `0.3.161` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.8.0` | `12.10.0` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.25.1` | `14.26.4` |
| [grammy](https://github.com/grammyjs/grammY) | `1.41.1` | `1.43.0` |
| [mailparser](https://github.com/nodemailer/mailparser) | `3.9.5` | `3.9.9` |
| [pdfmake](https://github.com/bpampuch/pdfmake) | `0.3.7` | `0.3.9` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.20.0` | `8.21.0` |
| [whatsapp-web.js](https://github.com/wwebjs/whatsapp-web.js) | `1.34.6` | `1.34.7` |
| [ws](https://github.com/websockets/ws) | `8.20.0` | `8.21.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.15` | `22.19.19` |
| [@types/pdfmake](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pdfmake) | `0.3.2` | `0.3.3` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.1` | `8.60.1` |
| [sqlite-vec](https://github.com/asg017/sqlite-vec) | `0.1.7` | `0.1.9` |



Updates `@anthropic-ai/claude-agent-sdk` from 0.2.81 to 0.3.161
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.2.81...v0.3.161)

Updates `better-sqlite3` from 12.8.0 to 12.10.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.8.0...v12.10.0)

Updates `discord.js` from 14.25.1 to 14.26.4
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.26.4/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.26.4/packages/discord.js)

Updates `grammy` from 1.41.1 to 1.43.0
- [Release notes](https://github.com/grammyjs/grammY/releases)
- [Commits](grammyjs/grammY@v1.41.1...v1.43.0)

Updates `mailparser` from 3.9.5 to 3.9.9
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md)
- [Commits](nodemailer/mailparser@v3.9.5...v3.9.9)

Updates `nodemailer` from 8.0.3 to 8.0.10
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v8.0.3...v8.0.10)

Updates `pdfmake` from 0.3.7 to 0.3.9
- [Release notes](https://github.com/bpampuch/pdfmake/releases)
- [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md)
- [Commits](bpampuch/pdfmake@0.3.7...0.3.9)

Updates `pg` from 8.20.0 to 8.21.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.21.0/packages/pg)

Updates `whatsapp-web.js` from 1.34.6 to 1.34.7
- [Release notes](https://github.com/wwebjs/whatsapp-web.js/releases)
- [Commits](wwebjs/whatsapp-web.js@v1.34.6...v1.34.7)

Updates `ws` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.20.0...8.21.0)

Updates `zod` from 4.3.6 to 4.4.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.3)

Updates `@types/node` from 22.19.15 to 22.19.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/pdfmake` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pdfmake)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `tsx` from 4.21.0 to 4.22.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.4)

Updates `typescript-eslint` from 8.57.1 to 8.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/typescript-eslint)

Updates `sqlite-vec` from 0.1.7 to 0.1.9
- [Release notes](https://github.com/asg017/sqlite-vec/releases)
- [Commits](asg017/sqlite-vec@v0.1.7...v0.1.9)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.161
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: better-sqlite3
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: discord.js
  dependency-version: 14.26.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: grammy
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mailparser
  dependency-version: 3.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: nodemailer
  dependency-version: 8.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pdfmake
  dependency-version: 0.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pg
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: whatsapp-web.js
  dependency-version: 1.34.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 22.19.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/pdfmake"
  dependency-version: 0.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tsx
  dependency-version: 4.22.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sqlite-vec
  dependency-version: 0.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants