Skip to content

Bump the minor-and-patch group across 1 directory with 7 updates#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/functions/minor-and-patch-606a39f090
Open

Bump the minor-and-patch group across 1 directory with 7 updates#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/functions/minor-and-patch-606a39f090

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown

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

Package From To
@anthropic-ai/sdk 0.30.1 0.97.1
@google-cloud/vertexai 1.10.0 1.12.0
@simplewebauthn/server 13.2.2 13.3.0
firebase-functions 7.0.2 7.2.5
mailparser 3.9.1 3.9.8
otplib 13.1.1 13.4.0
soap 1.6.4 1.9.2

Updates @anthropic-ai/sdk from 0.30.1 to 0.97.1

Release notes

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

sdk: v0.97.1

0.97.1 (2026-05-19)

Full Changelog: sdk-v0.97.0...sdk-v0.97.1

Bug Fixes

  • runner: skip tool calls SessionToolRunner does not own (9987379)

sdk: v0.97.0

0.97.0 (2026-05-19)

Full Changelog: sdk-v0.96.0...sdk-v0.97.0

Features

  • client: Add support for self-hosted sandboxes in CMA with sandbox helpers (659a343)

Bug Fixes

  • typescript: upgrade tsc-multi so that it works with Node 26 (623f71c)

Chores

  • tests: remove redundant File import (cf821fc)

sdk: v0.96.0

0.96.0 (2026-05-13)

Full Changelog: sdk-v0.95.2...sdk-v0.96.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (08f02f3)
  • api: Add support for cache diagnostics beta (eafbd6d)

Bug Fixes

  • zod: ensure only zod/v4 types are used (#992) (9e08bcc)

Chores

sdk: v0.95.2

0.95.2 (2026-05-11)

... (truncated)

Changelog

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

0.97.1 (2026-05-19)

Full Changelog: sdk-v0.97.0...sdk-v0.97.1

Bug Fixes

  • runner: skip tool calls SessionToolRunner does not own (9987379)

0.97.0 (2026-05-19)

Full Changelog: sdk-v0.96.0...sdk-v0.97.0

Features

  • client: Add support for self-hosted sandboxes in CMA with sandbox helpers (659a343)

Bug Fixes

  • typescript: upgrade tsc-multi so that it works with Node 26 (623f71c)

Chores

  • tests: remove redundant File import (cf821fc)

0.96.0 (2026-05-13)

Full Changelog: sdk-v0.95.2...sdk-v0.96.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (08f02f3)
  • api: Add support for cache diagnostics beta (eafbd6d)

Bug Fixes

  • zod: ensure only zod/v4 types are used (#992) (9e08bcc)

Chores

0.95.2 (2026-05-11)

Full Changelog: sdk-v0.95.1...sdk-v0.95.2

0.95.1 (2026-05-07)

... (truncated)

Commits
  • ac9ece3 chore: release main
  • 1987147 fix(runner): skip tool calls SessionToolRunner does not own
  • 409ff0e chore: release main (#1052)
  • a53f60d chore: release main
  • d1b8d04 feat(api): Add support for cache diagnostics beta
  • 8e43bf8 chore(api): spec updates
  • 697e4d5 codegen metadata
  • cd5801c feat(api): Add BetaManagedAgentsSearchResultBlock types
  • dce6bc7 ci: pin GitHub Actions to commit SHAs
  • 4eee523 fix(zod): ensure only zod/v4 types are used (#992)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by packy-anthropic, a new releaser for @​anthropic-ai/sdk since your current version.


Updates @google-cloud/vertexai from 1.10.0 to 1.12.0

Release notes

Sourced from @​google-cloud/vertexai's releases.

v1.12.0

1.12.0 (2026-04-14)

Features

  • Add Agent Engine-level configuration for generation_trigger_config. (365a14a)
  • Add ingest_events method for Memory Bank. (365a14a)
  • Add memory_types filter to RetrieveMemories (90e3f69)
  • Add RetrieveProfiles. (90e3f69)
  • Add structured data and context to MemoryRevision. (90e3f69)
  • Add structured data and memory type to Memory. (90e3f69)
  • Add subset_topics to Memory Bank GenerateMemories (7932c2b)
  • Add support for agent gateway in agent engine (b3ea8e3)
  • add support for keep alive probe in agent engines (088c5ad)
  • Adds cancel_query_job to SDK for agent engine long running async tasks. (bc19f31)

v1.11.0

1.11.0 (2026-04-07)

Features

  • Add consolidation customization to Memory Bank (9df74eb)
  • Add session_id to Create Session to allow custom session id (fed70af)
  • In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. (4a1a387)

v1.10.4

1.10.4 (2026-03-31)

Features

  • Add memory_id to Create Memory (73207d3)
  • Add raw_event to Append Event (73207d3)
  • add support for container_spec in AgentEngines (274e0ff)

Miscellaneous Chores

v1.10.3

1.10.3 (2026-03-24)

Miscellaneous Chores

... (truncated)

Changelog

Sourced from @​google-cloud/vertexai's changelog.

1.12.0 (2026-04-14)

Features

  • Add Agent Engine-level configuration for generation_trigger_config. (365a14a)
  • Add ingest_events method for Memory Bank. (365a14a)
  • Add memory_types filter to RetrieveMemories (90e3f69)
  • Add RetrieveProfiles. (90e3f69)
  • Add structured data and context to MemoryRevision. (90e3f69)
  • Add structured data and memory type to Memory. (90e3f69)
  • Add subset_topics to Memory Bank GenerateMemories (7932c2b)
  • Add support for agent gateway in agent engine (b3ea8e3)
  • add support for keep alive probe in agent engines (088c5ad)
  • Adds cancel_query_job to SDK for agent engine long running async tasks. (bc19f31)

1.11.0 (2026-04-07)

Features

  • Add consolidation customization to Memory Bank (9df74eb)
  • Add session_id to Create Session to allow custom session id (fed70af)
  • In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. (4a1a387)

1.10.4 (2026-03-31)

Features

  • Add memory_id to Create Memory (73207d3)
  • Add raw_event to Append Event (73207d3)
  • add support for container_spec in AgentEngines (274e0ff)

Miscellaneous Chores

1.10.3 (2026-03-24)

Miscellaneous Chores

1.10.2 (2026-03-19)

Miscellaneous Chores

... (truncated)

Commits
  • 73d18da chore(main): release 1.12.0 (#596)
  • 088c5ad feat: add support for keep alive probe in agent engines
  • 365a14a feat: Add ingest_events method for Memory Bank.
  • 7904635 chore: Update presubmits to run on Node 20, 22, and 24
  • bc19f31 feat: Adds cancel_query_job to SDK for agent engine long running async tasks.
  • 90e3f69 feat: Add structured data and memory type to Memory.
  • 71ef295 chore: Configure system tests to run in Node 22
  • b3ea8e3 feat: Add support for agent gateway in agent engine
  • 7932c2b feat: Add subset_topics to Memory Bank GenerateMemories
  • a0c3e33 chore: Update the discoverydoc in v1beta1 for agent engine related changes
  • Additional commits viewable in compare view

Updates @simplewebauthn/server from 13.2.2 to 13.3.0

Release notes

Sourced from @​simplewebauthn/server's releases.

v13.3.0

  • [browser] startRegistration() and startAuthentication() will recognize punycode domains as valid domains when trying to identify why an error occurred (#750)
  • [server] A new verifyMDSBlob() helper method has been added to verify and extract metadata statements from FIDO MDS blobs. See the docs here for more info (#752)

v13.2.3

Changes

  • [server] Dependencies have been updated to fix a "Cannot get schema" error that may occur when verifying responses after upgrading to v13.2.0+ (#747)
Changelog

Sourced from @​simplewebauthn/server's changelog.

v13.3.0

Changes:

  • [browser] startRegistration() and startAuthentication() will recognize punycode domains when trying to identify why an error occurred (#750)
  • [server] A new verifyMDSBlob() helper method has been added to verify and extract metadata statements from FIDO MDS blobs. See the docs here for more info (#752)

v13.2.3

Changes

  • [server] Dependencies have been updated to fix a "Cannot get schema" error that may occur when verifying responses after upgrading to v13.2.0+ (#747)
Commits
  • 48e19ab Update version to 13.3.0
  • 6bf921e Export as a helper
  • 65e87a9 Rename method to verifyMDSBlob()
  • 31d8314 Clean up from mdsBlobs removal
  • adf33d3 Remove mdsBlobs argument
  • 2a6b4f0 Extract blob verification into new exported helper
  • 972713b (Unrelated) Fix a docstring typo
  • 8798082 Tweak data staleness warning message
  • 08381fe Add test for loading offline MDS blob
  • ab8566a Reset metadata cache on initialization
  • Additional commits viewable in compare view

Updates firebase-functions from 7.0.2 to 7.2.5

Release notes

Sourced from firebase-functions's releases.

v7.2.5

Internal fixes

v7.2.4

-Internal Improvements #1864

v7.2.3

  • Accept BooleanParams in CallableOptions (#1854)
  • rotate the npmrc key to robot account (#1857)

v7.2.2

  • Allow v2 auth blocking functions to use run.app or cloudfunctions.net URLs (#1831)

v7.2.1

  • Fix issue where v1 firestore paths would not handle literals with leading or trailing slashes (#1829)
  • transformed string exprssions (currenlty an internal tool) now propagate across interpolated strings (#1829)

V7.2.0

  • All V1 configuration (e.g. pubsub topics) can be set with params. (#1820)
  • String expressions can now be used in string interpolation with the expr tag. (#1820) E.g.
    const schedule = expr`every ${intervalParam} minutes`;
  • Secret params now support a label and/or description. (#1820)
  • Add support for VPC direct connect (network interfaces) (#1823)
  • Realtime database events in the v2 SDK now provide auth context (#1770)

V7.1.1

-Internal Docgen improvements

v7.1.0

v7.0.6

Internal improvements (#1814)

v7.0.5

  • Fixed issue with missing dependency on graphql. (#1795)
  • Internal improvements (#1800)

v7.0.3

  • Internal improvements.
Commits

Updates mailparser from 3.9.1 to 3.9.8

Changelog

Sourced from mailparser's changelog.

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)

3.9.5 (2026-03-23)

Bug Fixes

3.9.4 (2026-03-09)

Bug Fixes

  • bump nodemailer to 8.0.2 for unquoted comma-in-display-name parsing (dd71f08)
  • filter false values from empty References headers (9884e5d), closes #385
  • prevent RFC 2047 encoded-word address fabrication in decodeAddresses (08b800c)

3.9.3 (2026-01-28)

Bug Fixes

  • escape URLs and link text in textToHtml to prevent XSS (921a67d), closes #412

3.9.2 (2026-01-28)

Bug Fixes

Commits
  • c80f391 chore(master): release 3.9.8 [skip-ci] (#420)
  • ea415b2 fix: Bumped deps
  • 6785c3c chore(master): release 3.9.7 [skip-ci] (#419)
  • 35cf54f fix: Bumped deps
  • 7f17ae9 chore(master): release 3.9.6 [skip-ci]
  • b2d7f77 fix: bump nodemailer to 8.0.4
  • 0aadbc8 chore(master): release 3.9.5 [skip-ci]
  • 1556b84 fix: Bumped deps
  • db781d3 chore(master): release 3.9.4 [skip-ci]
  • 9884e5d fix: filter false values from empty References headers
  • Additional commits viewable in compare view

Updates otplib from 13.1.1 to 13.4.0

Release notes

Sourced from otplib's releases.

v13.4.0

What's Changed

New Contributors

Full Changelog: yeojz/otplib@v13.3.0...v13.4.0

v13.3.0

What's Changed

... (truncated)

Commits
  • e5490bb release(packages): v13.4.0 (#819)
  • 3352eeb docs(totp): add string secrets and authenticator compatibility notes to READM...
  • 9038272 feat: add IIFE/CDN build support to otplib (#810)
  • 4fd86b5 chore: update readme tip/important blocks
  • 6c9ed1c docs: improve package READMEs with accurate API context and usage examples (#...
  • fe462ac release(packages): v13.3.0 (#796)
  • 09f301f feat: add OTPHooks for custom token encoding and validation (#790)
  • 476f345 fix: harden OTP validation and URI parsing; bubble up TOTP replay controls th...
  • 972d355 Pin GitHub Actions to commit SHAs and update dependencies (#787)
  • ada9445 feat(test): add distribution tests package for cross-runtime testing (#778)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for otplib since your current version.


Updates soap from 1.6.4 to 1.9.2

Release notes

Sourced from soap's releases.

Version 1.9.2

  • [FIX] Fix handling default ports from URL (#1491)
  • [MAINTENANCE] Bump actions/setup-node from 6.3.0 to 6.4.0 (#1493)
  • [MAINTENANCE] Update axios to 1.16.0 and mocha to 11.7.5 (#1494)

Version 1.9.1

  • [MAINTENANCE] Bump axios to 1.15.0 and sax to 1.6.0 and peer deps (#1485)

Also includes changes from interim release 1.9.0

1.9.0 / 2026-04-07

  • [ENHANCEMENT] Replace deprecated url.parse with the WHATWG URL API (#1387)
  • [ENHANCEMENT] Add test for datetime conversion from incomplete to full ISO date string (#1431)
  • [SECURITY] Add local .npmrc and re-enable dependabot (#1481)
  • [DOC] Improve readme (#1469)
  • [MAINTENANCE] Bump sinon to 21.0.3 (#1479)
  • [MAINTENANCE] Bump typescript-eslint from 8.56.1 to 8.57.1 (#1480)
  • [MAINTENANCE] Bump eslint to 10.1.0 (#1477)
  • [MAINTENANCE] Bump @​types/debug from 4.1.12 to 4.1.13 (#1476)
  • [MAINTENANCE] Bump @​types/formidable to 3.5.0 (#1472)
  • [MAINTENANCE] Bump whatwg-mimetype and @​types/whatwg-mimetype to 5.0.0 (#1473)
  • [MAINTENANCE] Add TZ=UTC to cover npm script (#1466)
  • [MAINTENANCE] Bump flatted to 3.4.1 (#1465)
  • [MAINTENANCE] Bump nyc from 17.1.0 to 18.0.0 (#1462)
  • [MAINTENANCE] Bump doctoc from 2.2.1 to 2.3.0 (#1460)

Version 1.8.0

  • [ENHANCEMENT] Add serverless mode (#1449)
  • [MAINTENANCE] Bump minimatch (#1455)
  • [MAINTENANCE] Bump glob from 13.0.0 to 13.0.3 (#1457)
  • [MAINTENANCE] Bump typescript-eslint from 8.54.0 to 8.55.0 (#1458)
  • [MAINTENANCE] Bump eslint to v10 and make it compatible with the project (#1456)
  • [MAINTENANCE] Bump semver from 7.7.3 to 7.7.4 (#1451)
  • [MAINTENANCE] Bump axion to 1.13.6 and sax to 1.5.0 (#1459)

Version 1.7.1

  • [FIX] Rebuild to update stale references

Version 1.7.0

  • [ENHANCEMENT] Replace get-stream and strip-bom with local impl (#1447)
  • [ENHANCEMENT] Remove lodash dependency (#1444)
  • [MAINTENANCE] Bump typescript-eslint from 8.53.1 to 8.54.0 (#1445)

Version 1.6.5

  • [ENHANCEMENT] honor httpAgent/httpsAgent when setting ntlm (#1336)
  • [FIX] Handle undefined toXml() (#1435)
  • [MAINTENANCE] Bump axios to 1.13.5 (#1442)
  • [MAINTENANCE] Bump typescript-eslint to 8.53.1 (#1439)
  • [MAINTENANCE] Bump prettier to 3.8.1 (#1437)

... (truncated)

Changelog

Sourced from soap's changelog.

1.9.2 / 2026-05-14

  • [FIX] Fix handling default ports from URL (#1491)
  • [MAINTENANCE] Bump actions/setup-node from 6.3.0 to 6.4.0 (#1493)
  • [MAINTENANCE] Update axios to 1.16.0 and mocha to 11.7.5 (#1494)

1.9.1 / 2026-04-16

  • [MAINTENANCE] Bump axios to 1.15.0 and sax to 1.6.0 and peer deps (#1485)

1.9.0 / 2026-04-07

  • [ENHANCEMENT] Replace deprecated url.parse with the WHATWG URL API (#1387)
  • [ENHANCEMENT] Add test for datetime conversion from incomplete to full ISO date string (#1431)
  • [SECURITY] Add local .npmrc and re-enable dependabot (#1481)
  • [DOC] Improve readme (#1469)
  • [MAINTENANCE] Bump sinon to 21.0.3 (#1479)
  • [MAINTENANCE] Bump typescript-eslint from 8.56.1 to 8.57.1 (#1480)
  • [MAINTENANCE] Bump eslint to 10.1.0 (#1477)
  • [MAINTENANCE] Bump @​types/debug from 4.1.12 to 4.1.13 (#1476)
  • [MAINTENANCE] Bump @​types/formidable to 3.5.0 (#1472)
  • [MAINTENANCE] Bump whatwg-mimetype and @​types/whatwg-mimetype to 5.0.0 (#1473)
  • [MAINTENANCE] Add TZ=UTC to cover npm script (#1466)
  • [MAINTENANCE] Bump flatted to 3.4.1 (#1465)
  • [MAINTENANCE] Bump nyc from 17.1.0 to 18.0.0 (#1462)
  • [MAINTENANCE] Bump doctoc from 2.2.1 to 2.3.0 (#1460)

1.8.0 / 2026-03-07

  • [ENHANCEMENT] Add serverless mode (#1449)
  • [MAINTENANCE] Bump minimatch (#1455)
  • [MAINTENANCE] Bump glob from 13.0.0 to 13.0.3 (#1457)
  • [MAINTENANCE] Bump typescript-eslint from 8.54.0 to 8.55.0 (#1458)
  • [MAINTENANCE] Bump eslint to v10 and make it compatible with the project (#1456)
  • [MAINTENANCE] Bump semver from 7.7.3 to 7.7.4 (#1451)
  • [MAINTENANCE] Bump axion to 1.13.6 and sax to 1.5.0 (#1459)

1.7.1 / 2026-02-18

  • [FIX] Rebuild to update stale references

1.7.0 / 2026-02-18

  • [ENHANCEMENT] Replace get-stream and strip-bom with local impl (#1447)
  • [ENHANCEMENT] Remove lodash dependency (#1444)
  • [MAINTENANCE] Bump typescript-eslint from 8.53.1 to 8.54.0 (#1445)

1.6.5 / 2026-02-13

  • [ENHANCEMENT] honor httpAgent/httpsAgent when setting ntlm (#1336)

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.30.1` | `0.97.1` |
| [@google-cloud/vertexai](https://github.com/googleapis/nodejs-vertexai) | `1.10.0` | `1.12.0` |
| [@simplewebauthn/server](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/server) | `13.2.2` | `13.3.0` |
| [firebase-functions](https://github.com/firebase/firebase-functions) | `7.0.2` | `7.2.5` |
| [mailparser](https://github.com/nodemailer/mailparser) | `3.9.1` | `3.9.8` |
| [otplib](https://github.com/yeojz/otplib/tree/HEAD/packages/otplib) | `13.1.1` | `13.4.0` |
| [soap](https://github.com/vpulim/node-soap) | `1.6.4` | `1.9.2` |



Updates `@anthropic-ai/sdk` from 0.30.1 to 0.97.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.30.1...sdk-v0.97.1)

Updates `@google-cloud/vertexai` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/googleapis/nodejs-vertexai/releases)
- [Changelog](https://github.com/googleapis/nodejs-vertexai/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-vertexai@v1.10.0...v1.12.0)

Updates `@simplewebauthn/server` from 13.2.2 to 13.3.0
- [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases)
- [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v13.3.0/packages/server)

Updates `firebase-functions` from 7.0.2 to 7.2.5
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Commits](firebase/firebase-functions@v7.0.2...v7.2.5)

Updates `mailparser` from 3.9.1 to 3.9.8
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md)
- [Commits](nodemailer/mailparser@v3.9.1...v3.9.8)

Updates `otplib` from 13.1.1 to 13.4.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.4.0/packages/otplib)

Updates `soap` from 1.6.4 to 1.9.2
- [Release notes](https://github.com/vpulim/node-soap/releases)
- [Changelog](https://github.com/vpulim/node-soap/blob/master/History.md)
- [Commits](vpulim/node-soap@v1.6.4...v1.9.2)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.97.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/vertexai"
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@simplewebauthn/server"
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: firebase-functions
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mailparser
  dependency-version: 3.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: otplib
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: soap
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 19, 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