From e988ab1e05e5f54c23cef0a2e925bd0095081c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 06:03:24 +0000 Subject: [PATCH] chore(deps): bump nuxt Bumps the npm_and_yarn group with 1 update in the /examples/amazon-pay-button-example/playground directory: [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). Updates `nuxt` from 4.4.8 to 4.5.1 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v4.5.1/packages/nuxt) --- updated-dependencies: - dependency-name: nuxt dependency-version: 4.5.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/amazon-pay-button-example/playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/amazon-pay-button-example/playground/package.json b/examples/amazon-pay-button-example/playground/package.json index 08c6b547d..306103d10 100644 --- a/examples/amazon-pay-button-example/playground/package.json +++ b/examples/amazon-pay-button-example/playground/package.json @@ -13,7 +13,7 @@ "dependencies": { "@shopware/composables": "canary", "@shopware/nuxt-module": "canary", - "nuxt": "4.4.8" + "nuxt": "4.5.1" }, "devDependencies": { "oxfmt": "0.55.0",