diff --git a/examples/b2b-quote-management/package.json b/examples/b2b-quote-management/package.json index 809a28485..9caa668bf 100644 --- a/examples/b2b-quote-management/package.json +++ b/examples/b2b-quote-management/package.json @@ -17,7 +17,7 @@ "@shopware/composables": "canary", "@shopware/helpers": "canary", "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "primevue": "4.4.1", "vue": "3.5.34", "vue-router": "4.6.4" diff --git a/examples/blank-playground/package.json b/examples/blank-playground/package.json index e5b41ab8e..77fda00b5 100644 --- a/examples/blank-playground/package.json +++ b/examples/blank-playground/package.json @@ -14,7 +14,7 @@ "dependencies": { "@shopware/composables": "canary", "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "vue": "3.5.34" }, "devDependencies": { diff --git a/examples/commercial-quick-order/package.json b/examples/commercial-quick-order/package.json index 2f080384c..a5030e51e 100644 --- a/examples/commercial-quick-order/package.json +++ b/examples/commercial-quick-order/package.json @@ -15,7 +15,7 @@ "dependencies": { "@shopware/composables": "canary", "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "vue": "3.5.34" }, "devDependencies": { diff --git a/examples/express-checkout/package.json b/examples/express-checkout/package.json index 2bfa38d10..3eac80cd0 100644 --- a/examples/express-checkout/package.json +++ b/examples/express-checkout/package.json @@ -17,7 +17,7 @@ "@shopware/composables": "canary", "@shopware/helpers": "canary", "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "vue": "3.5.34", "vue-router": "4.6.4" }, diff --git a/examples/login-form/package.json b/examples/login-form/package.json index a78cffaeb..b314ab686 100644 --- a/examples/login-form/package.json +++ b/examples/login-form/package.json @@ -14,7 +14,7 @@ "dependencies": { "@shopware/composables": "canary", "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "vue": "3.5.34" }, "devDependencies": { diff --git a/examples/multi-sales-channel/package.json b/examples/multi-sales-channel/package.json index ffce52ded..ebf55e51f 100644 --- a/examples/multi-sales-channel/package.json +++ b/examples/multi-sales-channel/package.json @@ -18,7 +18,7 @@ "@shopware/composables": "canary", "@shopware/helpers": "canary", "@unocss/nuxt": "66.6.8", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "nuxt": "4.4.6", "vue": "3.5.34" }, diff --git a/examples/new-api-client/package.json b/examples/new-api-client/package.json index 1cc7a8a41..182c458fd 100644 --- a/examples/new-api-client/package.json +++ b/examples/new-api-client/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "vue": "3.5.34" }, "devDependencies": { diff --git a/examples/responsive-images/package.json b/examples/responsive-images/package.json index 73e369aac..f596e51cc 100644 --- a/examples/responsive-images/package.json +++ b/examples/responsive-images/package.json @@ -14,7 +14,7 @@ "dependencies": { "@shopware/composables": "canary", "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "vue": "3.5.34" }, "devDependencies": { diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index 0187dc445..857a5f76c 100644 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -39,7 +39,7 @@ "@shopware/api-client": "workspace:*", "defu": "6.1.7", "h3": "1.15.11", - "js-cookie": "3.0.5" + "js-cookie": "3.0.7" }, "devDependencies": { "@biomejs/biome": "1.8.3", diff --git a/templates/astro/package.json b/templates/astro/package.json index ef8fe4c74..62cde6136 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -18,7 +18,7 @@ "@vitejs/plugin-vue": "6.0.5", "@vitejs/plugin-vue-jsx": "5.1.5", "astro": "6.1.10", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "sharp": "0.34.5", "vue": "3.5.34" }, diff --git a/templates/vue-vite-blank/package.json b/templates/vue-vite-blank/package.json index b9d336078..64071d645 100644 --- a/templates/vue-vite-blank/package.json +++ b/templates/vue-vite-blank/package.json @@ -11,7 +11,7 @@ "dependencies": { "@shopware/composables": "canary", "@shopware/api-client": "canary", - "js-cookie": "3.0.5", + "js-cookie": "3.0.7", "vue": "3.5.34" }, "devDependencies": {