Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/waltid-applications/waltid-credentials/all-dependencies-4bf9f60cf0
Open

chore(deps): bump the all-dependencies group across 5 directories with 11 updates#1625
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/waltid-applications/waltid-credentials/all-dependencies-4bf9f60cf0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps the all-dependencies group with 1 update in the /waltid-applications/waltid-credentials directory: nuxt-security.
Bumps the all-dependencies group with 3 updates in the /waltid-applications/waltid-web-portal directory: autoprefixer, next and postcss.
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.6.7
unocss 66.5.0 66.6.7
@nuxtjs/i18n 10.0.3 10.2.4
@unocss/preset-icons 66.5.0 66.6.7
@unocss/transformer-directives 66.5.0 66.6.7
@unocss/transformer-variant-group 66.5.0 66.6.7
@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.6.7
unocss 66.5.0 66.6.7
@nuxtjs/i18n 10.0.3 10.2.4
@unocss/preset-icons 66.5.0 66.6.7
@unocss/transformer-directives 66.5.0 66.6.7
@unocss/transformer-variant-group 66.5.0 66.6.7

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.6.7
unocss 66.5.0 66.6.7
@nuxtjs/i18n 10.0.3 10.2.4
@unocss/preset-icons 66.5.0 66.6.7
@unocss/transformer-directives 66.5.0 66.6.7
@unocss/transformer-variant-group 66.5.0 66.6.7
@metamask/sdk 0.33.1 0.34.0

Updates nuxt-security from 2.3.0 to 2.5.1

Release notes

Sourced from nuxt-security's releases.

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

New Contributors

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

Commits

Updates autoprefixer from 10.4.19 to 10.4.27

Release notes

Sourced from autoprefixer's releases.

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.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.1.5 to 16.2.1

Release notes

Sourced from next's releases.

v16.2.1

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

Core Changes

  • docs: post release amends (#91715)
  • docs: fix broken Activity Patterns demo link in preserving UI state guide (#91698)
  • Fix adapter outputs for dynamic metadata routes (#91680)
  • Turbopack: fix webpack loader runner layer (#91727)
  • Fix server actions in standalone mode with cacheComponents (#91711)
  • turbo-persistence: remove Unmergeable mmap advice (#91713)
  • Fix layout segment optimization: move app-page imports to server-utility transition (#91701)
  • Turbopack: lazy require metadata and handle TLA (#91705)
  • [turbopack] Respect {eval:true} in worker_threads constructors (#91666)

Credits

Huge thanks to @​icyJoseph, @​abhishekmardiya, @​ijjk, @​mischnic, @​unstubbable, @​sokra, and @​lukesandberg for helping!

v16.2.1-canary.7

Core Changes

  • Avoid deprecated TS node10 moduleResolution defaults: #91847
  • [turbopack] Rebuild the docker build scripts: #91799
  • Fix TS6 baseUrl deprecation for extended tsconfig: #91855
  • Add next internal post-build CLI command for Turbopack database compaction: #91336

Example Changes

  • chore(examples): remove with-styletron example: #81842

Misc Changes

  • ci: upload adapter deploy test results: #91846
  • Turbopack: Define Effect as a trait instead of a closure: #89080
  • test: scope css data-url typing to fixture: #91877
  • Turbopack: Implement TraceRawVcs and NonLocalValue correctly for Effects: #89133

Credits

Huge thanks to @​JamBalaya56562, @​ijjk, @​mmastrac, @​sokra, and @​bgw for helping!

v16.2.1-canary.6

Core Changes

  • [Segment Bundling] [Scaffolding] Ensure inlining hint correctness: #91320
  • Upgrade React from 3f0b9e61-20260317 to 8b2e903a-20260320: #91731
  • [Segment Bundling] [Scaffolding] Track which segments can be omitted from prefetch: #91438

Misc Changes

... (truncated)

Commits
  • ed7d2ce v16.2.1
  • 3e37bb4 docs: post release amends (#91715)
  • a15ec6e docs: fix broken Activity Patterns demo link in preserving UI state guide (#9...
  • 600cd2f Fix adapter outputs for dynamic metadata routes (#91680)
  • 27886d3 Turbopack: fix webpack loader runner layer (#91727)
  • 88fc430 Fix server actions in standalone mode with cacheComponents (#91711)
  • 37aed86 turbo-persistence: remove Unmergeable mmap advice (#91713)
  • d6195ec Fix layout segment optimization: move app-page imports to server-utility tran...
  • 6cb97d6 Turbopack: lazy require metadata and handle TLA (#91705)
  • e6b101a [turbopack] Respect {eval:true} in worker_threads constructors (#91666)
  • Additional commits viewable in compare view

Updates postcss from 8.4.38 to 8.5.8

Release notes

Sourced from postcss's releases.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

8.5.3

8.5.2

8.5.1

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

... (truncated)

Changelog

Sourced from postcss's changelog.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

8.5.3

8.5.2

8.5.1

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).

8.4.49

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

... (truncated)

Commits

Updates @unocss/nuxt from 66.5.0 to 66.6.7

Release notes

Sourced from @​unocss/nuxt's releases.

v66.6.7

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.6.6

   🐞 Bug Fixes

    View changes on GitHub

v66.6.6-beta.1

   🐞 Bug Fixes

    View changes on GitHub

v66.6.5

   🐞 Bug Fixes

    View changes on GitHub

v66.6.4

   🚀 Features

    View changes on GitHub

v66.6.4-beta.1

   🚀 Features

    View changes on GitHub

v66.6.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​unocss/nuxt since your current version.


Updates unocss from 66.5.0 to 66.6.7

Release notes

Sourced from unocss's releases.

v66.6.7

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.6.6

   🐞 Bug Fixes

    View changes on GitHub

v66.6.6-beta.1

   🐞 Bug Fixes

    View changes on GitHub

v66.6.5

   🐞 Bug Fixes

    View changes on GitHub

v66.6.4

   🚀 Features

    View changes on GitHub

v66.6.4-beta.1

   🚀 Features

    View changes on GitHub

v66.6.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for unocss since your current version.


Updates @nuxtjs/i18n from 10.0.3 to 10.2.4

Release notes

Sourced from @​nuxtjs/i18n's releases.

v10.2.4

   🐞 Bug Fixes

    View changes on GitHub

v10.2.3

No significant changes

    View changes on GitHub

v10.2.2

   🐞 Bug Fixes

    View changes on GitHub

v10.2.1

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v10.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

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

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v10.2.3 (2026-02-06T16:39:19Z)

This changelog is generated by GitHub Releases

No significant changes

    View changes on GitHub

v10.2.2 (2026-02-06T15:38:35Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v10.2.1 (2025-11-17T11:31:50Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

   🏎 Performance

... (truncated)

Commits
  • 746b9a0 release: v10.2.4
  • d1a4ed6 chore(deps): update nuxt & vue dependencies (#3765)
  • 12b99b6 chore(deps): upgrade to vue-router v5 (#3941)
  • 1e84f8a docs: migrate to docus (#3944)
  • d9a1a2c fix: add warning for missing domains when multiDomainLocales is enabled (#3938)
  • 3b0ad92 fix: move typescript to dev dependencies (#3939)
  • f8a82e9 test: remove obsolete code gen tests
  • 91a1269 refactor: i18n layer handling and config resolution (#3937)
  • 9e5042a fix: respect trailingSlash on root (#3920)
  • ed051ae refactor: restructure and clean up utility functions and tests (#3936)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nuxtjs/i18n since your current version.


Updates @unocss/nuxt from 66.5.0 to 66.6.7

Release notes

Sourced from @​unocss/nuxt's releases.

v66.6.7

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v66.6.6

   🐞 Bug Fixes

    View changes on GitHub

v66.6.6-beta.1

   🐞 Bug Fixes

    View changes on GitHub

v66.6.5

   🐞 Bug Fixes

    View changes on GitHub

v66.6.4

   🚀 Features

    View changes on GitHub

v66.6.4-beta.1

   🚀 Features

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 25, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/waltid-applications/waltid-credentials/all-dependencies-4bf9f60cf0 branch from 91e3b6c to b8f8d62 Compare April 1, 2026 07:43
…h 11 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 3 updates in the /waltid-applications/waltid-web-portal directory: [autoprefixer](https://github.com/postcss/autoprefixer), [next](https://github.com/vercel/next.js) and [postcss](https://github.com/postcss/postcss).
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.6.7` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.5.0` | `66.6.7` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.0.3` | `10.2.4` |
| [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-icons) | `66.5.0` | `66.6.7` |
| [@unocss/transformer-directives](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-directives) | `66.5.0` | `66.6.7` |
| [@unocss/transformer-variant-group](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-variant-group) | `66.5.0` | `66.6.7` |
| [@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.6.7` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.5.0` | `66.6.7` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.0.3` | `10.2.4` |
| [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-icons) | `66.5.0` | `66.6.7` |
| [@unocss/transformer-directives](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-directives) | `66.5.0` | `66.6.7` |
| [@unocss/transformer-variant-group](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-variant-group) | `66.5.0` | `66.6.7` |

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.6.7` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.5.0` | `66.6.7` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.0.3` | `10.2.4` |
| [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-icons) | `66.5.0` | `66.6.7` |
| [@unocss/transformer-directives](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-directives) | `66.5.0` | `66.6.7` |
| [@unocss/transformer-variant-group](https://github.com/unocss/unocss/tree/HEAD/packages-presets/transformer-variant-group) | `66.5.0` | `66.6.7` |
| [@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.5.1
- [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.5.1)

Updates `autoprefixer` from 10.4.19 to 10.4.27
- [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.4.27)

Updates `next` from 16.1.5 to 16.2.1
- [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.1.5...v16.2.1)

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

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

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

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.6.7
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.6.7/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.6.7
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.6.7/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

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

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

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

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

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

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

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

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

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

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

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

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

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

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

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

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

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

Updates `@unocss/transformer-variant-group` from 66.5.0 to 66.6.7
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.6.7/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.6.7
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.6.7/packages-presets/unocss)

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

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

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

Updates `@nuxtjs/i18n` from 10.0.3 to 10.2.4
- [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.2.4)

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

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

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

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

---
updated-dependencies:
- dependency-name: nuxt-security
  dependency-version: 2.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: next
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: postcss
  dependency-version: 8.5.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  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: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  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: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-version: 66.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/preset-icons"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-directives"
  dependency-version: 66.6.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@unocss/transformer-variant-group"
  dependency-version: 66.6.7
  dependency-type: direct:development
  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-4bf9f60cf0 branch from b8f8d62 to 87ceba1 Compare April 8, 2026 07:21
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 8, 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