Skip to content

chore(deps): bump the minor-updates group with 28 updates#396

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-updates-07622967fd
Open

chore(deps): bump the minor-updates group with 28 updates#396
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-updates-07622967fd

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the minor-updates group with 28 updates:

Package From To
@ayanworks/credo-polygon-w3c-module 2.0.2 2.1.0
@credo-ts/anoncreds 0.6.2 0.7.0
@credo-ts/askar 0.6.2 0.7.0
@credo-ts/core 0.6.2 0.7.0
@credo-ts/didcomm 0.6.2 0.7.0
@credo-ts/indy-vdr 0.6.2 0.7.0
@credo-ts/node 0.6.2 0.7.0
@credo-ts/openid4vc 0.6.2 0.7.0
@credo-ts/question-answer 0.6.2 0.7.0
@credo-ts/tenants 0.6.2 0.7.0
@hyperledger/anoncreds-nodejs 0.3.4 0.4.0
@hyperledger/indy-vdr-nodejs 0.2.4 0.3.0
@opentelemetry/exporter-logs-otlp-http 0.202.0 0.218.0
@opentelemetry/exporter-trace-otlp-http 0.202.0 0.218.0
@opentelemetry/instrumentation-express 0.51.1 0.66.0
@opentelemetry/instrumentation-http 0.202.0 0.218.0
@opentelemetry/instrumentation-nestjs-core 0.48.1 0.64.0
@opentelemetry/resources 2.2.0 2.7.1
@opentelemetry/sdk-logs 0.202.0 0.218.0
@opentelemetry/sdk-node 0.202.0 0.218.0
@opentelemetry/semantic-conventions 1.38.0 1.41.1
@openwallet-foundation/askar-nodejs 0.4.3 0.6.0
axios 1.13.5 1.16.1
ws 8.18.3 8.19.0
@typescript-eslint/eslint-plugin 8.48.1 8.59.4
@typescript-eslint/parser 8.48.1 8.59.4
supertest 7.1.4 7.2.2
@types/supertest 6.0.3 7.2.0

Updates @ayanworks/credo-polygon-w3c-module from 2.0.2 to 2.1.0

Changelog

Sourced from @​ayanworks/credo-polygon-w3c-module's changelog.

2.1.0

Minor Changes

  • 2453129: fix: exports config
Commits

Updates @credo-ts/anoncreds from 0.6.2 to 0.7.0

Changelog

Sourced from @​credo-ts/anoncreds's changelog.

0.7.0

Minor Changes

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • e0c829e: feat(anoncreds): allow caller-supplied nonce in proof requests
  • 1a652e3: Updated anoncreds to 0.4.0, which uses koffi instead of ffi-napi
  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0
    • @​credo-ts/didcomm@​0.7.0

0.6.3

Patch Changes

  • Updated dependencies [73d2d59]
    • @​credo-ts/core@​0.6.3
    • @​credo-ts/didcomm@​0.6.3
Commits

Updates @credo-ts/askar from 0.6.2 to 0.7.0

Changelog

Sourced from @​credo-ts/askar's changelog.

0.7.0

Minor Changes

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • 6aae4c2: Updated askar to 0.6.0 which uses koffi instead of ffi-napi
  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0

0.6.3

Patch Changes

  • 73d2d59: Introduced cursor-based pagination for Drizzle-backed storage with support for before and after cursors. This ensures stable ordering using (createdAt, id) and enables efficient bidirectional pagination for large number of records.
  • Updated dependencies [73d2d59]
    • @​credo-ts/core@​0.6.3
Commits

Updates @credo-ts/core from 0.6.2 to 0.7.0

Changelog

Sourced from @​credo-ts/core's changelog.

0.7.0

Minor Changes

  • b75f0bf: - Updated the LogLevel enum to use the correct casing For migration, use LogLevel.Trace, etc, instead of LogLevel.trace

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • 5056b97: Improved RSA support in X509 certificate chain validation.
  • 120cee8: fix: set lowS to false for noble curves after updating to v2
  • c1ab9be: feat: support SHA-512 for certificates signed with P-256/P384 keys
  • 10a3ce5: fix: typo in asymmetric
  • b7aec4e: Fix the parsing of RSA-signed X509 certificates.

0.6.3

Patch Changes

  • 73d2d59: Introduced cursor-based pagination for Drizzle-backed storage with support for before and after cursors. This ensures stable ordering using (createdAt, id) and enables efficient bidirectional pagination for large number of records.
Commits
  • b3d9bd7 chore(release): new version (#2693)
  • c5a9c53 fix(CI): Local DID document to avoid Indy ledger resolution in CI (#2769)
  • 5056b97 feat(core): improved x509 certificate validation with RSA (#2743)
  • f73ef7e fix(core): revert previous two RSA commits (#2742)
  • b70fc25 fix(core): correctly set the RSA jwk alg when from spki (#2741)
  • 188d64a feat(core): improved x509 certificate validation with RSA (#2740)
  • b7aec4e fix(core): parsing of RSA-signed X509 certificates (#2736)
  • b75f0bf fix: correct enum casing loglevel (#2724)
  • cc65c27 fix: remove usage of buffer type and replace all with Uint8Array (#2723)
  • 5a2462c chore: update new major version of mdoc lib (#2329)
  • Additional commits viewable in compare view

Updates @credo-ts/didcomm from 0.6.2 to 0.7.0

Release notes

Sourced from @​credo-ts/didcomm's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: openwallet-foundation/credo-ts@v0.6.3...v0.7.0

v0.6.3

No release notes provided.

Changelog

Sourced from @​credo-ts/didcomm's changelog.

0.7.0

Minor Changes

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • 10a3ce5: fix: do not include kid in signed attachment JWK
  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0

0.6.3

Patch Changes

  • Updated dependencies [73d2d59]
    • @​credo-ts/core@​0.6.3
Commits
  • b3d9bd7 chore(release): new version (#2693)
  • b1b1cfa fix(didcomm): tolerate base64url in signed attachment payloads (#2761)
  • 66a726a fix(didcomm): transport ordering when using non-restrictve priority (#2759)
  • cc65c27 fix: remove usage of buffer type and replace all with Uint8Array (#2723)
  • 5a2462c chore: update new major version of mdoc lib (#2329)
  • 10a3ce5 fix: do not include kid in didcomm signed attachment (#2694)
  • 0f5aea3 chore(release): new version (#2653)
  • 91d2698 feat: allow legacy didcomm connection context (#2679)
  • See full diff in compare view

Updates @credo-ts/indy-vdr from 0.6.2 to 0.7.0

Changelog

Sourced from @​credo-ts/indy-vdr's changelog.

0.7.0

Minor Changes

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • fea8d89: Updated indy-vdr to 0.3.0 which uses koffi instead of ffi-napi
  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [e0c829e]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [1a652e3]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0
    • @​credo-ts/anoncreds@​0.7.0

0.6.3

Patch Changes

  • Updated dependencies [73d2d59]
    • @​credo-ts/core@​0.6.3
    • @​credo-ts/anoncreds@​0.6.3
Commits

Updates @credo-ts/node from 0.6.2 to 0.7.0

Changelog

Sourced from @​credo-ts/node's changelog.

0.7.0

Minor Changes

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0
    • @​credo-ts/didcomm@​0.7.0

0.6.3

Patch Changes

  • Updated dependencies [73d2d59]
    • @​credo-ts/core@​0.6.3
    • @​credo-ts/didcomm@​0.6.3
Commits

Updates @credo-ts/openid4vc from 0.6.2 to 0.7.0

Release notes

Sourced from @​credo-ts/openid4vc's releases.

@​credo-ts/openid4vc@​0.5.5

Patch Changes

  • 482a630: - feat: allow serving dids from did record (#1856)
    • fix: set created at for anoncreds records (#1862)
    • feat: add goal to public api for credential and proof (#1867)
    • fix(oob): only reuse connection if enabled (#1868)
    • fix: issuer id query anoncreds w3c (#1870)
    • feat: sd-jwt issuance without holder binding (#1871)
    • chore: update oid4vci deps (#1873)
    • fix: query for qualified/unqualified forms in revocation notification (#1866)
    • fix: wrong schema id is stored for credentials (#1884)
    • fix: process credential or proof problem report message related to connectionless or out of band exchange (#1859)
    • fix: unqualified indy revRegDefId in migration (#1887)
    • feat: verify SD-JWT Token status list and SD-JWT VC fixes (#1872)
    • fix(anoncreds): combine creds into one proof (#1893)
    • fix: AnonCreds proof requests with unqualified dids (#1891)
    • fix: WebSocket priority in Message Pick Up V2 (#1888)
    • fix: anoncreds predicate only proof with unqualified dids (#1907)
    • feat: add pagination params to storage service (#1883)
    • feat: add message handler middleware and fallback (#1894)
  • Updated dependencies [3239ef3]
  • Updated dependencies [d548fa4]
  • Updated dependencies [482a630]
    • @​credo-ts/core@​0.5.5
Changelog

Sourced from @​credo-ts/openid4vc's changelog.

0.7.0

Minor Changes

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • 944358e: Fix query to find session when using authorization server.
  • 0bd4bd0: Set issuance error message based on error, similarly to other places.
  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0

0.6.3

Patch Changes

  • d7c08a1: Adds support for setting a custom expiration for individual credential offers and authorization requests.

  • 8f1b343: The state of the issuance session is now correctly updated to 'Error' if an error happens while creating a credential response.

  • e2cbb15: Introduces a new callback in the issuer configuration (getChainedAuthorizationRequestParameters), which can be used to dynamically provide:

    • The scopes to request to the chained authorization server.
    • Any additional payload to add to the request to the chained authorization server.
    • An allowed list of redirect URIs, if you want to limit to which wallets you're issuing to.

    The following has been changed in OpenId4VciChainedAuthorizationServerConfig:

    • The scopesMapping option is now optional. Either scopesMapping or the new callback must be defined in order to fullfil a chained authorization request.
    • A new redirectUris option has been added. This can be used when you want to statically define the allowed redirectUris, instead of using the callback. If the callback is provided, this option will not be used.

... (truncated)

Commits
  • b3d9bd7 chore(release): new version (#2693)
  • 944358e fix(openid4vc): fix query to find session when using authorization server (#2...
  • 0bd4bd0 fix(openid4vc): set issuance session error message (#2746)
  • b75f0bf fix: correct enum casing loglevel (#2724)
  • cc65c27 fix: remove usage of buffer type and replace all with Uint8Array (#2723)
  • 5a2462c chore: update new major version of mdoc lib (#2329)
  • 10a3ce5 fix: do not include kid in didcomm signed attachment (#2694)
  • 0f5aea3 chore(release): new version (#2653)
  • 020c864 feat(openid4vc): customize deferral interval grace period (#2692)
  • 55389c4 fix(openid4vc): update session state when deferred mapper throws
  • Additional commits viewable in compare view

Updates @credo-ts/question-answer from 0.6.2 to 0.7.0

Changelog

Sourced from @​credo-ts/question-answer's changelog.

0.7.0

Patch Changes

  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0
    • @​credo-ts/didcomm@​0.7.0

0.6.3

Patch Changes

  • Updated dependencies [73d2d59]
    • @​credo-ts/core@​0.6.3
    • @​credo-ts/didcomm@​0.6.3
Commits

Updates @credo-ts/tenants from 0.6.2 to 0.7.0

Changelog

Sourced from @​credo-ts/tenants's changelog.

0.7.0

Minor Changes

  • cc65c27: - Removed buffer dependency and replaced with @scure/base for base-x encoding/decoding

    • Updated DIDComm attachments to use base64url, not base64
    • Updated tests to make sure urland base64 encoded items use base64url
    • Added fromBase64Url to TypedArrayEncoder and JsonEncoder

    Breaking changes:

    1. TypedArrayEncoder.fromBase64 does not support base64url anymore, please use TypedArrayEncoder.fromBase64Url for that. Same for JsonEncoder
    2. TypedArrayEncoder.fromString has been replaced by TypedArrayEncoder.fromUtf8String to be consistent with TypedArrayEncoder.toUtf8String
    3. Every place where we accepted Buffer as input we now only support Uint8Array as input
    4. TypedArrayEncoder.equals is now constant-time, however I would still hesitate to use it for any private crypto operation 5. Removed Uint8ArrayBuffer type, not used anymore

Patch Changes

  • Updated dependencies [5056b97]
  • Updated dependencies [b75f0bf]
  • Updated dependencies [120cee8]
  • Updated dependencies [c1ab9be]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [10a3ce5]
  • Updated dependencies [cc65c27]
  • Updated dependencies [b7aec4e]
    • @​credo-ts/core@​0.7.0
    • @​credo-ts/didcomm@​0.7.0

0.6.3

Patch Changes

  • Updated dependencies [73d2d59]
    • @​credo-ts/core@​0.6.3
    • @​credo-ts/didcomm@​0.6.3
Commits

Updates @hyperledger/anoncreds-nodejs from 0.3.4 to 0.4.0

Release notes

Sourced from @​hyperledger/anoncreds-nodejs's releases.

v0.4.0

What's Changed

New Contributors

Full Changelog: anoncreds/anoncreds-wrapper-javascript@v0.3.4...v0.4.0

Changelog

Sourced from @​hyperledger/anoncreds-nodejs's changelog.

0.4.0

Minor Changes

  • 6694695: - Updated nodejs wrapper to support koffi
    • Include nodejs 24 support
    • Drop nodejs 18 support
    • Added Nonce class to generate a nonce
    • Now relying on vitest

Patch Changes

  • Updated dependencies [6694695]
    • @​hyperledger/anoncreds-shared@​0.4.0
Commits

Updates @hyperledger/indy-vdr-nodejs from 0.2.4 to 0.3.0

Release notes

Sourced from @​hyperledger/indy-vdr-nodejs's releases.

v0.3.0

Updates dependencies

Commits

Updates @opentelemetry/exporter-logs-otlp-http from 0.202.0 to 0.218.0

Release notes

Sourced from @​opentelemetry/exporter-logs-otlp-http's releases.

experimental/v0.218.0

0.218.0

🚀 Features

  • feat(otlp-transformer): replace protobufjs metrics serialization with custom implementation #6625 @​pichlermarc
  • feat(configuration): show all config validation errors, if there are multiple #6683 @​trentm
  • feat(sdk-node): allow startNodeSDK() without an arg #6688 @​trentm

🏠 Internal

  • refactor(sdk-logs): alias LoggerProviderConfig to LoggerProviderOptions #6691 @​david-luna
  • refactor(sdk-logs): use Logger.enabled() within Logger.emit() implementation #6680 @​david-luna

experimental/v0.217.0

0.217.0

🚀 Features

  • feat(otlp-transformer): replace protobufjs trace serialization with custom implementation #6625 @​pichlermarc
  • feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using json-schema-to-typescript and ajv #6533 @​MikeGoldsmith
  • feat(configuration, sdk-node): startNodeSDK() code path now uses log_level configuration to setup a DiagConsoleLogger #6668 @​trentm
    • Note that allowed values for log_level in a configuration YAML file are not the same set as for OTEL_LOG_LEVEL. Use log_level: trace to see all logs (equivalent of OTEL_LOG_LEVEL=ALL). Use log_level: fatal to effectively disable the SDK's internal diagnostic logger (equivalent of OTEL_LOG_LEVEL=NONE).
    • If log_level is not specified, a diagnostic console logger at "info" level will be setup.
    • An invalid YAML config file will now result in a noop OTel SDK.

🐛 Bug Fixes

Bumps the minor-updates group with 28 updates:

| Package | From | To |
| --- | --- | --- |
| [@ayanworks/credo-polygon-w3c-module](https://github.com/ayanworks/polygon-did-modules/tree/HEAD/packages/credo-module) | `2.0.2` | `2.1.0` |
| [@credo-ts/anoncreds](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/anoncreds) | `0.6.2` | `0.7.0` |
| [@credo-ts/askar](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/askar) | `0.6.2` | `0.7.0` |
| [@credo-ts/core](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/core) | `0.6.2` | `0.7.0` |
| [@credo-ts/didcomm](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/didcomm) | `0.6.2` | `0.7.0` |
| [@credo-ts/indy-vdr](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/indy-vdr) | `0.6.2` | `0.7.0` |
| [@credo-ts/node](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/node) | `0.6.2` | `0.7.0` |
| [@credo-ts/openid4vc](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/openid4vc) | `0.6.2` | `0.7.0` |
| [@credo-ts/question-answer](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/question-answer) | `0.6.2` | `0.7.0` |
| [@credo-ts/tenants](https://github.com/openwallet-foundation/credo-ts/tree/HEAD/packages/tenants) | `0.6.2` | `0.7.0` |
| [@hyperledger/anoncreds-nodejs](https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/HEAD/packages/anoncreds-nodejs) | `0.3.4` | `0.4.0` |
| [@hyperledger/indy-vdr-nodejs](https://github.com/hyperledger-indy/indy-vdr/tree/HEAD/wrappers/javascript/indy-vdr-nodejs) | `0.2.4` | `0.3.0` |
| [@opentelemetry/exporter-logs-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.218.0` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.218.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-express) | `0.51.1` | `0.66.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.218.0` |
| [@opentelemetry/instrumentation-nestjs-core](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-nestjs-core) | `0.48.1` | `0.64.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `2.2.0` | `2.7.1` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.218.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.218.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.38.0` | `1.41.1` |
| [@openwallet-foundation/askar-nodejs](https://github.com/openwallet-foundation/askar-wrapper-javascript/tree/HEAD/packages/askar-nodejs) | `0.4.3` | `0.6.0` |
| [axios](https://github.com/axios/axios) | `1.13.5` | `1.16.1` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.48.1` | `8.59.4` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.48.1` | `8.59.4` |
| [supertest](https://github.com/ladjs/supertest) | `7.1.4` | `7.2.2` |
| [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) | `6.0.3` | `7.2.0` |


Updates `@ayanworks/credo-polygon-w3c-module` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/ayanworks/polygon-did-modules/releases)
- [Changelog](https://github.com/ayanworks/polygon-did-modules/blob/main/packages/credo-module/CHANGELOG.md)
- [Commits](https://github.com/ayanworks/polygon-did-modules/commits/HEAD/packages/credo-module)

Updates `@credo-ts/anoncreds` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/anoncreds/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/anoncreds)

Updates `@credo-ts/askar` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/askar/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/askar)

Updates `@credo-ts/core` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/core)

Updates `@credo-ts/didcomm` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/didcomm/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/didcomm)

Updates `@credo-ts/indy-vdr` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/indy-vdr/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/indy-vdr)

Updates `@credo-ts/node` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/node)

Updates `@credo-ts/openid4vc` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/openid4vc/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/openid4vc)

Updates `@credo-ts/question-answer` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/question-answer/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/question-answer)

Updates `@credo-ts/tenants` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/openwallet-foundation/credo-ts/releases)
- [Changelog](https://github.com/openwallet-foundation/credo-ts/blob/main/packages/tenants/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/credo-ts/commits/v0.7.0/packages/tenants)

Updates `@hyperledger/anoncreds-nodejs` from 0.3.4 to 0.4.0
- [Release notes](https://github.com/anoncreds/anoncreds-wrapper-javascript/releases)
- [Changelog](https://github.com/anoncreds/anoncreds-wrapper-javascript/blob/main/packages/anoncreds-nodejs/CHANGELOG.md)
- [Commits](https://github.com/anoncreds/anoncreds-wrapper-javascript/commits/v0.4.0/packages/anoncreds-nodejs)

Updates `@hyperledger/indy-vdr-nodejs` from 0.2.4 to 0.3.0
- [Release notes](https://github.com/hyperledger-indy/indy-vdr/releases)
- [Commits](https://github.com/hyperledger-indy/indy-vdr/commits/v0.3.0/wrappers/javascript/indy-vdr-nodejs)

Updates `@opentelemetry/exporter-logs-otlp-http` from 0.202.0 to 0.218.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.202.0...experimental/v0.218.0)

Updates `@opentelemetry/exporter-trace-otlp-http` from 0.202.0 to 0.218.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.202.0...experimental/v0.218.0)

Updates `@opentelemetry/instrumentation-express` from 0.51.1 to 0.66.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-express/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-pg-v0.66.0/packages/instrumentation-express)

Updates `@opentelemetry/instrumentation-http` from 0.202.0 to 0.218.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.202.0...experimental/v0.218.0)

Updates `@opentelemetry/instrumentation-nestjs-core` from 0.48.1 to 0.64.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-nestjs-core/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/contrib-test-utils-v0.64.0/packages/instrumentation-nestjs-core)

Updates `@opentelemetry/resources` from 2.2.0 to 2.7.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.2.0...v2.7.1)

Updates `@opentelemetry/sdk-logs` from 0.202.0 to 0.218.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.202.0...experimental/v0.218.0)

Updates `@opentelemetry/sdk-node` from 0.202.0 to 0.218.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.202.0...experimental/v0.218.0)

Updates `@opentelemetry/semantic-conventions` from 1.38.0 to 1.41.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@semconv/v1.38.0...semconv/v1.41.1)

Updates `@openwallet-foundation/askar-nodejs` from 0.4.3 to 0.6.0
- [Release notes](https://github.com/openwallet-foundation/askar-wrapper-javascript/releases)
- [Changelog](https://github.com/openwallet-foundation/askar-wrapper-javascript/blob/main/packages/askar-nodejs/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation/askar-wrapper-javascript/commits/v0.6.0/packages/askar-nodejs)

Updates `axios` from 1.13.5 to 1.16.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.16.1)

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

Updates `@typescript-eslint/eslint-plugin` from 8.48.1 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.48.1 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/parser)

Updates `supertest` from 7.1.4 to 7.2.2
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](forwardemail/supertest@v7.1.4...v7.2.2)

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

---
updated-dependencies:
- dependency-name: "@ayanworks/credo-polygon-w3c-module"
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/anoncreds"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/askar"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/core"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/didcomm"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/indy-vdr"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/node"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/openid4vc"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/question-answer"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@credo-ts/tenants"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@hyperledger/anoncreds-nodejs"
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@hyperledger/indy-vdr-nodejs"
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/exporter-logs-otlp-http"
  dependency-version: 0.218.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-version: 0.218.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-version: 0.218.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/instrumentation-nestjs-core"
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/resources"
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.218.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.218.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@openwallet-foundation/askar-nodejs"
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: axios
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: supertest
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/supertest"
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 22, 2026

Labels

The following labels could not be found: yarn. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud
Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants