Skip to content

chore(deps): bump the all-dependencies group across 5 directories with 12 updates#1762

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/waltid-applications/waltid-credentials/all-dependencies-db9637b738
Open

chore(deps): bump the all-dependencies group across 5 directories with 12 updates#1762
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/waltid-applications/waltid-credentials/all-dependencies-db9637b738

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 1 update in the /waltid-applications/waltid-credentials directory: nuxt-security.
Bumps the all-dependencies group with 4 updates in the /waltid-applications/waltid-web-portal directory: autoprefixer, next, postcss and react-qr-code.
Bumps the all-dependencies group with 7 updates in the /waltid-applications/waltid-web-wallet directory:

Package From To
@unocss/nuxt 66.5.0 66.7.2
unocss 66.5.0 66.7.2
@nuxtjs/i18n 10.0.3 10.4.0
@unocss/preset-icons 66.5.0 66.7.2
@unocss/transformer-directives 66.5.0 66.7.2
@unocss/transformer-variant-group 66.5.0 66.7.2
@metamask/sdk 0.33.1 0.34.0

Bumps the all-dependencies group with 6 updates in the /waltid-applications/waltid-web-wallet/apps/waltid-demo-wallet directory:

Package From To
@unocss/nuxt 66.5.0 66.7.2
unocss 66.5.0 66.7.2
@nuxtjs/i18n 10.0.3 10.4.0
@unocss/preset-icons 66.5.0 66.7.2
@unocss/transformer-directives 66.5.0 66.7.2
@unocss/transformer-variant-group 66.5.0 66.7.2

Bumps the all-dependencies group with 7 updates in the /waltid-applications/waltid-web-wallet/apps/waltid-dev-wallet directory:

Package From To
@unocss/nuxt 66.5.0 66.7.2
unocss 66.5.0 66.7.2
@nuxtjs/i18n 10.0.3 10.4.0
@unocss/preset-icons 66.5.0 66.7.2
@unocss/transformer-directives 66.5.0 66.7.2
@unocss/transformer-variant-group 66.5.0 66.7.2
@metamask/sdk 0.33.1 0.34.0

Updates nuxt-security from 2.3.0 to 2.6.0

Release notes

Sourced from nuxt-security's releases.

2.6.0

What's Changed

New Contributors

Full Changelog: Baroshem/nuxt-security@v2.5.1...v2.6.0

2.5.1

What's Changed

New Contributors

Full Changelog: Baroshem/nuxt-security@v2.5.0...v2.5.1

2.5.0

What's Changed

Full Changelog: Baroshem/nuxt-security@v2.4.0...v2.5.0

2.4.0

What's Changed

... (truncated)

Commits
  • f35d530 Merge pull request #710 from Baroshem/chore/2.6.0
  • 310b712 chore: bump to 2.6.0
  • bf1e479 fix(GHSA-7hcp-x3c6-53f3): security advisory
  • f139594 fix(GHSA-6cv5-qqmv-j28h): security advisory
  • d935250 fix: support nuxt hints
  • 00fd30a refactor: script/style regexp
  • 3ec835a feat: bump node to 24.x
  • f9a42b9 Merge pull request #705 from harlan-zw/fix/csp-hash-after-render-html
  • 5c3a6ce fix(#684): Default strict: false does not work on Nuxt production build
  • 9deac81 fix(#704): Backtracking regex issue in plugin cspSsrNonce
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.19 to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates next from 16.2.6 to 16.2.9

Release notes

Sourced from next's releases.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#94050)
  • [backport] Propagate adapter preferred regions (#94200)
  • [16.2.x] Don't drop FormData entries (#94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#94284)

Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

Commits
  • f37fad9 v16.2.9
  • d9aaaed [cd] Allow tagging semver-lower releases as @latest if @latest po… (#94627)
  • 6f16804 v16.2.8
  • 0dbc1d5 [16.2.x][cd] Ensure release can be triggered on old branches (#94598)
  • 90e3c81 [16.2.x] Align Actions dependencies with Canary (#94339)
  • 83f402c [16.2.x][cd] Stop fetching all tags when searching parent tag (#94334)
  • 411c455 v16.2.7
  • c63224f [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolut...
  • 63115c7 [16.2.x] Don't drop FormData entries (#94240)
  • aef22fd [backport] Propagate adapter preferred regions (#94200)
  • Additional commits viewable in compare view

Updates postcss from 8.5.14 to 8.5.15

Release notes

Sourced from postcss's releases.

8.5.15

  • Fixed declaration parsing performance (by @​homanp).
Changelog

Sourced from postcss's changelog.

8.5.15

  • Fixed declaration parsing performance (by @​homanp).
Commits
  • eae46db Release 8.5.15 version
  • 79508ff Update CI actions
  • b128e21 Speed up declaration parsing by avoiding creating new array on each token
  • 9825dca Fix code format
  • 55789c8 Update dependencies
  • 84fbbe9 Install older pnpm action for old Node.js
  • 9f860bd Revert pnpm action for old Node.js
  • 0877198 Update CI actions
  • b2d1a33 Fix linter warnings
  • 0700dac Merge pull request #2088 from rootvector2/add-oss-fuzz-harness
  • Additional commits viewable in compare view

Updates react-qr-code from 2.0.14 to 2.2.0

Release notes

Sourced from react-qr-code's releases.

Release 2.2.0

2.2.0 (2026-06-09)

Bug Fixes

  • add types to package.json exports (19158d2)

Release 2.1.1

2.1.1 (2026-06-08)

Release 2.0.21

2.0.21 (2026-04-29)

Release 2.0.20

2.0.20 (2026-04-29)

Release 2.0.19

2.0.19 (2026-04-29)

Release 2.0.18

2.0.18 (2025-07-06)

Release 2.0.17

2.0.17 (2025-07-04)

Release 2.0.16

2.0.16 (2025-06-16)

Bug Fixes

  • render() return type to ReactNode for React 19 (#273) (3e913de)

Release 2.0.15

2.0.15 (2024-06-20)

Bug Fixes

  • remove react-native-svg from peerDependencies
Changelog

Sourced from react-qr-code's changelog.

2.2.0 (2026-06-09)

Bug Fixes

  • add types to package.json exports (19158d2)

2.1.1 (2026-06-08)

2.1.0 (2026-06-08)

2.0.21 (2026-04-29)

2.0.20 (2026-04-29)

2.0.19 (2026-04-29)

2.0.18 (2025-07-06)

2.0.17 (2025-07-04)

2.0.16 (2025-06-16)

Bug Fixes

  • render() return type to ReactNode for React 19 (#273) (3e913de)

2.0.15 (2024-06-20)

Bug Fixes

  • remove react-native-svg from peerDependencies
Commits

Updates @unocss/nuxt from 66.5.0 to 66.7.2

Release notes

Sourced from @​unocss/nuxt's releases.

v66.7.2

No significant changes

    View changes on GitHub

v66.7.2-beta.1

No significant changes

    View changes on GitHub

v66.7.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.7.0-beta.1

   🚀 Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​unocss/nuxt since your current version.


Updates unocss from 66.5.0 to 66.7.2

Release notes

Sourced from unocss's releases.

v66.7.2

No significant changes

    View changes on GitHub

v66.7.2-beta.1

No significant changes

    View changes on GitHub

v66.7.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.7.0-beta.1

   🚀 Features

... (truncated)

Commits
Maintainer changes

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


Updates @nuxtjs/i18n from 10.0.3 to 10.4.0

Release notes

Sourced from @​nuxtjs/i18n's releases.

v10.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.3.0

   🚀 Features

  • Experimental regex routes  -  by @​BobbieGoede in nuxt-modules/i18n#3957 (07a9b)
    • consolidates per-locale route duplication into regex-based routes, significantly reducing the route count in apps with many locales. Opt-in via experimental.compactRoutes: true.

   🐞 Bug Fixes

    View changes on GitHub

v10.2.4

   🐞 Bug Fixes

    View changes on GitHub

v10.2.3

No significant changes

    View changes on GitHub

v10.2.2

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v10.4.0 (2026-05-21T13:43:10Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.3.0 (2026-04-24T14:20:59Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.2.4 (2026-03-23T21:48:39Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/waltid-applications/waltid-credentials/all-dependencies-db9637b738 branch from e4fd6bf to da968eb Compare June 10, 2026 07:19
…h 12 updates

Bumps the all-dependencies group with 1 update in the /waltid-applications/waltid-credentials directory: [nuxt-security](https://github.com/Baroshem/nuxt-security).
Bumps the all-dependencies group with 4 updates in the /waltid-applications/waltid-web-portal directory: [autoprefixer](https://github.com/postcss/autoprefixer), [next](https://github.com/vercel/next.js), [postcss](https://github.com/postcss/postcss) and [react-qr-code](https://github.com/rosskhanas/react-qr-code).
Bumps the all-dependencies group with 7 updates in the /waltid-applications/waltid-web-wallet directory:

| Package | From | To |
| --- | --- | --- |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages-integrations/nuxt) | `66.5.0` | `66.7.2` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.5.0` | `66.7.2` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.0.3` | `10.4.0` |
| [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-icons) | `66.5.0` | `66.7.2` |
| [@unocss/transformer-directives](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-directives) | `66.5.0` | `66.7.2` |
| [@unocss/transformer-variant-group](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-variant-group) | `66.5.0` | `66.7.2` |
| [@metamask/sdk](https://github.com/MetaMask/metamask-sdk/tree/HEAD/packages/sdk) | `0.33.1` | `0.34.0` |

Bumps the all-dependencies group with 6 updates in the /waltid-applications/waltid-web-wallet/apps/waltid-demo-wallet directory:

| Package | From | To |
| --- | --- | --- |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages-integrations/nuxt) | `66.5.0` | `66.7.2` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.5.0` | `66.7.2` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.0.3` | `10.4.0` |
| [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-icons) | `66.5.0` | `66.7.2` |
| [@unocss/transformer-directives](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-directives) | `66.5.0` | `66.7.2` |
| [@unocss/transformer-variant-group](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-variant-group) | `66.5.0` | `66.7.2` |

Bumps the all-dependencies group with 7 updates in the /waltid-applications/waltid-web-wallet/apps/waltid-dev-wallet directory:

| Package | From | To |
| --- | --- | --- |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages-integrations/nuxt) | `66.5.0` | `66.7.2` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.5.0` | `66.7.2` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.0.3` | `10.4.0` |
| [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-icons) | `66.5.0` | `66.7.2` |
| [@unocss/transformer-directives](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-directives) | `66.5.0` | `66.7.2` |
| [@unocss/transformer-variant-group](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-variant-group) | `66.5.0` | `66.7.2` |
| [@metamask/sdk](https://github.com/MetaMask/metamask-sdk/tree/HEAD/packages/sdk) | `0.33.1` | `0.34.0` |



Updates `nuxt-security` from 2.3.0 to 2.6.0
- [Release notes](https://github.com/Baroshem/nuxt-security/releases)
- [Changelog](https://github.com/Baroshem/nuxt-security/blob/main/CHANGELOG.md)
- [Commits](Baroshem/nuxt-security@v2.3.0...v2.6.0)

Updates `autoprefixer` from 10.4.19 to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.5.0)

Updates `next` from 16.2.6 to 16.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.6...v16.2.9)

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

Updates `react-qr-code` from 2.0.14 to 2.2.0
- [Release notes](https://github.com/rosskhanas/react-qr-code/releases)
- [Changelog](https://github.com/rosskhanas/react-qr-code/blob/master/CHANGELOG.md)
- [Commits](rosskhanas/react-qr-code@2.0.14...2.2.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `@metamask/sdk` from 0.33.1 to 0.34.0
- [Release notes](https://github.com/MetaMask/metamask-sdk/releases)
- [Changelog](https://github.com/MetaMask/metamask-sdk/blob/main/packages/sdk/CHANGELOG.md)
- [Commits](https://github.com/MetaMask/metamask-sdk/commits/@metamask/sdk@0.34.0/packages/sdk)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `@metamask/sdk` from 0.33.1 to 0.34.0
- [Release notes](https://github.com/MetaMask/metamask-sdk/releases)
- [Changelog](https://github.com/MetaMask/metamask-sdk/blob/main/packages/sdk/CHANGELOG.md)
- [Commits](https://github.com/MetaMask/metamask-sdk/commits/@metamask/sdk@0.34.0/packages/sdk)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

Updates `unocss` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.4.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.0.3...v10.4.0)

Updates `@unocss/nuxt` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-integrations/nuxt)

Updates `@unocss/preset-icons` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/preset-icons)

Updates `@unocss/transformer-directives` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-directives)

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/transformer-variant-group)

---
updated-dependencies:
- dependency-name: "@metamask/sdk"
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@metamask/sdk"
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: next
  dependency-version: 16.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: nuxt-security
  dependency-version: 2.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: react-qr-code
  dependency-version: 2.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/waltid-applications/waltid-credentials/all-dependencies-db9637b738 branch from da968eb to 3a594ee Compare June 17, 2026 07:16
@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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants