-
+
- Nuxt 3 Woocommerce
+ Nuxt 3 Woocommerce
diff --git a/components/Cart/CartContents.vue b/components/Cart/CartContents.vue
index 21a51f33..8450799a 100644
--- a/components/Cart/CartContents.vue
+++ b/components/Cart/CartContents.vue
@@ -3,7 +3,9 @@
Loading cart...
-
Error loading cart. Please try again.
+
+ Error loading cart. Please try again.
+
Cart
@@ -29,15 +31,15 @@
* @module CartContents
* @returns {Object} The Vue.js component object.
*/
-import { computed, ref, onMounted } from 'vue';
+import { computed, ref, onMounted } from "vue";
import { useCart } from "@/store/useCart";
-import CommonButton from '@/components/common/CommonButton.vue';
+import CommonButton from "@/components/common/CommonButton.vue";
const props = defineProps({
showCheckoutButton: {
type: Boolean,
- default: false
- }
+ default: false,
+ },
});
const cart = useCart();
@@ -55,7 +57,7 @@ const handleRemoveProduct = async (key) => {
try {
await cart.removeProductFromCart(key);
} catch (error) {
- console.error('Error removing product from cart:', error);
+ console.error("Error removing product from cart:", error);
// Optionally, you can add a user-friendly notification here
// without exposing the error details
}
@@ -65,7 +67,7 @@ onMounted(async () => {
try {
await cart.refetch();
} catch (err) {
- console.error('Error fetching cart:', err);
+ console.error("Error fetching cart:", err);
error.value = err;
} finally {
isLoading.value = false;
diff --git a/components/Cart/CartItem.vue b/components/Cart/CartItem.vue
index dc0a7f8a..89f2efee 100644
--- a/components/Cart/CartItem.vue
+++ b/components/Cart/CartItem.vue
@@ -46,7 +46,7 @@
* @emits CartItem#remove - Emitted when the remove button is clicked.
*/
-import { ref } from 'vue';
+import { ref } from "vue";
import { formatPrice } from "@/utils/functions";
const isRemoving = ref(false);
diff --git a/components/Layout/LayoutMobileMenu.vue b/components/Layout/LayoutMobileMenu.vue
index e98d925c..803c5352 100644
--- a/components/Layout/LayoutMobileMenu.vue
+++ b/components/Layout/LayoutMobileMenu.vue
@@ -24,7 +24,9 @@
- Search
+
+ Search
+
@@ -50,7 +52,7 @@
\ No newline at end of file
+
diff --git a/package.json b/package.json
index 7b7038fc..914938a1 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write \"**/*.{js,ts,vue}\"",
- "refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && npm run format"
+ "refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && pnpm run format"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
diff --git a/plugins/apollo.js b/plugins/apollo.js
index a89631c6..b53985cf 100644
--- a/plugins/apollo.js
+++ b/plugins/apollo.js
@@ -77,7 +77,7 @@ export default defineNuxtPlugin((nuxtApp) => {
cache,
defaultOptions: {
watchQuery: {
- fetchPolicy: 'cache-and-network',
+ fetchPolicy: "cache-and-network",
},
},
});
diff --git a/plugins/cartUpdater.js b/plugins/cartUpdater.js
index 53e00956..4e113cd9 100644
--- a/plugins/cartUpdater.js
+++ b/plugins/cartUpdater.js
@@ -1,9 +1,9 @@
-import { useCart } from '@/store/useCart';
+import { useCart } from "@/store/useCart";
export default defineNuxtPlugin((nuxtApp) => {
- nuxtApp.hook('app:created', () => {
+ nuxtApp.hook("app:created", () => {
const cart = useCart();
-
+
// Refetch cart data on initial load
cart.refetch();
@@ -13,4 +13,4 @@ export default defineNuxtPlugin((nuxtApp) => {
next();
});
});
-});
\ No newline at end of file
+});
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 366b59bb..027b178f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -10,22 +10,22 @@ importers:
dependencies:
'@formkit/nuxt':
specifier: ^1.6.5
- version: 1.6.5(magicast@0.3.5)(rollup@4.21.2)(tailwindcss@3.4.11)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5)
+ version: 1.6.6(magicast@0.3.5)(rollup@4.21.3)(tailwindcss@3.4.11)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)
'@nuxt/image':
specifier: 1.8.0
- version: 1.8.0(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.2)
+ version: 1.8.0(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.3)
'@nuxtjs/algolia':
specifier: ^1.10.1
- version: 1.10.2(@vue/server-renderer@3.5.5(vue@3.5.5))(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)
+ version: 1.10.2(@vue/server-renderer@3.5.5(vue@3.5.5))(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)
'@nuxtjs/apollo':
specifier: 5.0.0-alpha.14
- version: 5.0.0-alpha.14(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)
+ version: 5.0.0-alpha.14(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)
'@pinia-plugin-persistedstate/nuxt':
specifier: ^1.2.1
- version: 1.2.1(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.2)
+ version: 1.2.1(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.3)
'@pinia/nuxt':
specifier: ^0.5.4
- version: 0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)
+ version: 0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)
graphql:
specifier: ^16.9.0
version: 16.9.0
@@ -46,7 +46,7 @@ importers:
version: 4.13.2(vue@3.5.5)
vite:
specifier: 5.4.4
- version: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ version: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
vue:
specifier: ^3.5.5
version: 3.5.5
@@ -62,10 +62,10 @@ importers:
version: 10.4.20(postcss@8.4.45)
nuxt:
specifier: ^3.13.1
- version: 3.13.1(@parcel/watcher@2.4.1)(@types/node@22.5.4)(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.2)(terser@5.31.6)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
+ version: 3.13.1(@parcel/watcher@2.4.1)(@types/node@22.5.5)(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.3)(terser@5.32.0)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
nuxt-icon:
specifier: ^0.6.10
- version: 0.6.10(magicast@0.3.5)(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5)
+ version: 0.6.10(magicast@0.3.5)(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)
prettier:
specifier: ^3.3.3
version: 3.3.3
@@ -137,8 +137,8 @@ packages:
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
- '@apollo/client@3.11.7':
- resolution: {integrity: sha512-wcYTVZmdvTJlrDWfGYFMD5Kq4WZx9RK74KAuZa0rKtblVD/k21SqzhBqh6WHPT4dsXD2yvmWSgBSUYilxzFQ3Q==}
+ '@apollo/client@3.11.8':
+ resolution: {integrity: sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA==}
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
@@ -189,10 +189,6 @@ packages:
resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.22.15':
- resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-module-imports@7.24.7':
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
@@ -743,29 +739,29 @@ packages:
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
engines: {node: '>=14'}
- '@formkit/core@1.6.5':
- resolution: {integrity: sha512-LLq8+vLd9ddPYA0NkyvnKycN4ESU8Wqcl9TrllPyU/axduJunSIJMZz4LHzlwK8G26b0pQNegXF/hXaj4wbmng==}
+ '@formkit/core@1.6.6':
+ resolution: {integrity: sha512-UtvjxSHmU69FpOJPrE37buhpVSsIccwtnmEZz8HvXEFTeZa85WUATZnMWEV33Hzv9uUJrVikbEvXLfh30yjPsw==}
- '@formkit/dev@1.6.5':
- resolution: {integrity: sha512-dg62HTehLPi9lLBShixr9AoYgIv13gpxTZgiHEvf1UZz2HQq0Lcp63d0a+XT/tQ2HTz2ewLUGeXSN9dUVkYFSg==}
+ '@formkit/dev@1.6.6':
+ resolution: {integrity: sha512-9ErrZycKy/u6Hymp3mtzbf6XTLe0DmBXZekdvizXZWJ26no+do7tA9ftgEg1Qb7Ae3ROAmKGHYDdjVVOrBjDwA==}
- '@formkit/i18n@1.6.5':
- resolution: {integrity: sha512-mM1UKGSa0Mdd8a8AAF+6BCNFnf8gUD1nOzU6dJ9UoPE8M/qA+hmcPR3PJm39p6e3OaT5O0Gn/J6JxgccPyWmGA==}
+ '@formkit/i18n@1.6.6':
+ resolution: {integrity: sha512-rwx0HNk+jALsBtommoaC3pOpBaEm4WbvveIaIkeY4HKpCHj8xFyr1wBQNvc7ZRDIS2XGIT+LiCEgy/2PnOuB2w==}
- '@formkit/inputs@1.6.5':
- resolution: {integrity: sha512-mHLMF0JMFZL/JC6NYrG4xaIdi7lUNE+tdC+QMipBdhobUhND0EJSpO6QNPGF6OLd9Zm9MDgqAzNXEtc05/nvow==}
+ '@formkit/inputs@1.6.6':
+ resolution: {integrity: sha512-jPfEU86q70vWWI4DRbOhUBuYhvhQvBe+j2RIebpsVcr6Flbdk/dvCyo60hDhnl3IBZv+69Q6803Q5KLg9LHbqg==}
- '@formkit/nuxt@1.6.5':
- resolution: {integrity: sha512-/jzQ833DoUmD3qWc7RHxJDpfT1kRQBi4oqRzwKIzOJ1+s0/Q1p11m1XAWayF4io/kEs3rHEnIn6X+nzpxzjICw==}
+ '@formkit/nuxt@1.6.6':
+ resolution: {integrity: sha512-JV1pGDWts+B5i2z8fAb/Oq9gzXGZh9KIiM7qWqlW/uNfbQztXgJ0dOn2Ch1hK6KnZlGWZVrgRcqT/bOrDV8fZg==}
- '@formkit/observer@1.6.5':
- resolution: {integrity: sha512-3Vh2Pj6tHX3wosbNm5VvwVVlTI5Zq0FT3dl/+DAuaCG84abpTLoc3O0C2pmbQcDaJ4aCuxu3+tBmhY9J7qFXMQ==}
+ '@formkit/observer@1.6.6':
+ resolution: {integrity: sha512-lxlIddmaCV51JJlr3GWU65bL/ImvS6TNlF2nH7ZT/OapWa1bIhkLm12u3K4/9AEndsfxfrLFrTNzCZu6sOeLQQ==}
- '@formkit/rules@1.6.5':
- resolution: {integrity: sha512-j9ylAibBvNx+3tEAkYzl2HjQwDzWV2mRPmFH7GTAmtxijFiktPS8HTU9H88H/x2stkYk9S13/MMeqDgZnc3VrQ==}
+ '@formkit/rules@1.6.6':
+ resolution: {integrity: sha512-hMi31i6S0z8QwZuNxihWVMJbyE9K06wk0rO6niEriN0VmdCDXAbpfsh0xBwdGTBdFkv3L0EloUWrOuwd7aOSug==}
- '@formkit/themes@1.6.5':
- resolution: {integrity: sha512-C+ANzH6qw4zS7niv+RamJAqpASOPfrZvMURVj5HQcT1XlcYB7ULvA9UmDW/AKOqP/OGf/OL6WvOzA7B16UkiiA==}
+ '@formkit/themes@1.6.6':
+ resolution: {integrity: sha512-/wIgVA6ndEo+HRYATw5hNdQbH4wCUgru8RMVnfU56KqC0Tb+bJPxpb2n2l/S6jAe71GSNm2hrlm4JzMTpC6sNA==}
peerDependencies:
tailwindcss: ^3.2.0
unocss: 0.x.x
@@ -778,14 +774,14 @@ packages:
windicss:
optional: true
- '@formkit/utils@1.6.5':
- resolution: {integrity: sha512-fohOg344tqFujHlEwvyHzzH5YiOBgecuOPkg7r7QObUrsH8gP1N8Rp9CHZlafxZ1zAEHZY2nTNx0VVQBkVmJbA==}
+ '@formkit/utils@1.6.6':
+ resolution: {integrity: sha512-kHLCQfR5s8HzHkBt0hbqjDWvCmKCXw7FpWxUJ4yK8S+sY5h8QkPfui05uecRY1cQQhcS5LtKhRMmMSlL6+E8Hg==}
- '@formkit/validation@1.6.5':
- resolution: {integrity: sha512-mnU+F6uXsNlczbU7QOq6QfsafSYNmMF9zvOpk4ravn9mba0IDXRhkPgU/+VFpcF/EEiXmqQql3pqQ7Vqv2wVbg==}
+ '@formkit/validation@1.6.6':
+ resolution: {integrity: sha512-wA6EbhzgGYlaajnu7GNy8I6AT5RkIHSCkRLaskxvw0BQbhE4f9Emc1KWjBQiu37IV4uMM0DzgwL8DOg0B3DMLw==}
- '@formkit/vue@1.6.5':
- resolution: {integrity: sha512-D5W8JfhFJXUXm8RX0OfPbPZt3Ds68iqxSrvbvmyabae2cBlGl8sqhMEuc48FptnsGOYqYXOhG+CPni+uE72Whw==}
+ '@formkit/vue@1.6.6':
+ resolution: {integrity: sha512-6a7wo1V+SafQN/e10l7sE/N3vsj3ODl4H7acDHBhEe8HMop0hICz1Z0Aws/ayv6OlUR3j6Vi3p0pt3lKxSvOaw==}
peerDependencies:
vue: ^3.4.0
@@ -794,8 +790,8 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@iconify/collections@1.0.456':
- resolution: {integrity: sha512-mVTAgeptQbYrJx38K3l5our5dya7QlzPonecvBnDcwBekuaokht6OakCJx3hgFaJaqXMoDt8X0ZnMa4cFSJFBA==}
+ '@iconify/collections@1.0.459':
+ resolution: {integrity: sha512-OoyCit2aKFH5ZpcLvaWJDnsFerWN+fb1108lpDVUpbccqRb0zjyeRwCvTEtL1QVYct+vxGUO/9USYmxCtRR+Qw==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
@@ -874,17 +870,17 @@ packages:
'@nuxt/devalue@2.0.2':
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
- '@nuxt/devtools-kit@1.4.1':
- resolution: {integrity: sha512-6h7T9B0tSZVap13/hf7prEAgIzraj/kyux6/Iif455Trew96jHIFCCboBApUMastYEuCo3l17tgZKe0HW+jrtA==}
+ '@nuxt/devtools-kit@1.4.2':
+ resolution: {integrity: sha512-8a5PhVnC7E94318/sHbNSe9mI2MlsQ8+pJLGs2Hh1OJyidB9SWe6hoFc8q4K9VOtXak9uCFVb5V2JGXS1q+1aA==}
peerDependencies:
vite: '*'
- '@nuxt/devtools-wizard@1.4.1':
- resolution: {integrity: sha512-X9uTh5rgt0pw3UjXcHyl8ZFYmCgw8ITRe9Nr2VLCtNROfKz9yol/ESEhYMwTFiFlqSyfJP6/qtogJBjUt6dzTw==}
+ '@nuxt/devtools-wizard@1.4.2':
+ resolution: {integrity: sha512-TyhmPBg/xJKPOdnwR3DAh8KMUt6/0dUNABCxGVeY7PYbIiXt4msIGVJkBc4y+WwIJHOYPrSRClmZVsXQfRlB4A==}
hasBin: true
- '@nuxt/devtools@1.4.1':
- resolution: {integrity: sha512-BtmGRAr/pjSE3dBrM7iceNT6OZAQ/MHxq1brkHJDs2VdyZPnqqGS4n3/98saASoRdj0dddsuIElsqC/zIABhgg==}
+ '@nuxt/devtools@1.4.2':
+ resolution: {integrity: sha512-Ok3g2P7iwKyK8LiwozbYVAZTo8t91iXSmlJj2ozeo1okKQ2Qi1AtwB6nYgIlkUHZmo155ZjG/LCHYI5uhQ/sGw==}
hasBin: true
peerDependencies:
vite: '*'
@@ -901,8 +897,8 @@ packages:
resolution: {integrity: sha512-ishbhzVGspjshG9AG0hYnKYY6LWXzCtua7OXV7C/DQ2yA7rRcy1xHpzKZUDbIRyxCHHCAcBd8jfHEUmEuhEPrA==}
engines: {node: ^14.18.0 || >=16.10.0}
- '@nuxt/telemetry@2.5.4':
- resolution: {integrity: sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==}
+ '@nuxt/telemetry@2.6.0':
+ resolution: {integrity: sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==}
hasBin: true
'@nuxt/vite-builder@3.13.1':
@@ -1105,83 +1101,83 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.21.2':
- resolution: {integrity: sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==}
+ '@rollup/rollup-android-arm-eabi@4.21.3':
+ resolution: {integrity: sha512-MmKSfaB9GX+zXl6E8z4koOr/xU63AMVleLEa64v7R0QF/ZloMs5vcD1sHgM64GXXS1csaJutG+ddtzcueI/BLg==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.21.2':
- resolution: {integrity: sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==}
+ '@rollup/rollup-android-arm64@4.21.3':
+ resolution: {integrity: sha512-zrt8ecH07PE3sB4jPOggweBjJMzI1JG5xI2DIsUbkA+7K+Gkjys6eV7i9pOenNSDJH3eOr/jLb/PzqtmdwDq5g==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.21.2':
- resolution: {integrity: sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==}
+ '@rollup/rollup-darwin-arm64@4.21.3':
+ resolution: {integrity: sha512-P0UxIOrKNBFTQaXTxOH4RxuEBVCgEA5UTNV6Yz7z9QHnUJ7eLX9reOd/NYMO3+XZO2cco19mXTxDMXxit4R/eQ==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.21.2':
- resolution: {integrity: sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==}
+ '@rollup/rollup-darwin-x64@4.21.3':
+ resolution: {integrity: sha512-L1M0vKGO5ASKntqtsFEjTq/fD91vAqnzeaF6sfNAy55aD+Hi2pBI5DKwCO+UNDQHWsDViJLqshxOahXyLSh3EA==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.21.2':
- resolution: {integrity: sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.21.3':
+ resolution: {integrity: sha512-btVgIsCjuYFKUjopPoWiDqmoUXQDiW2A4C3Mtmp5vACm7/GnyuprqIDPNczeyR5W8rTXEbkmrJux7cJmD99D2g==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.21.2':
- resolution: {integrity: sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==}
+ '@rollup/rollup-linux-arm-musleabihf@4.21.3':
+ resolution: {integrity: sha512-zmjbSphplZlau6ZTkxd3+NMtE4UKVy7U4aVFMmHcgO5CUbw17ZP6QCgyxhzGaU/wFFdTfiojjbLG3/0p9HhAqA==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.21.2':
- resolution: {integrity: sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==}
+ '@rollup/rollup-linux-arm64-gnu@4.21.3':
+ resolution: {integrity: sha512-nSZfcZtAnQPRZmUkUQwZq2OjQciR6tEoJaZVFvLHsj0MF6QhNMg0fQ6mUOsiCUpTqxTx0/O6gX0V/nYc7LrgPw==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.21.2':
- resolution: {integrity: sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==}
+ '@rollup/rollup-linux-arm64-musl@4.21.3':
+ resolution: {integrity: sha512-MnvSPGO8KJXIMGlQDYfvYS3IosFN2rKsvxRpPO2l2cum+Z3exiExLwVU+GExL96pn8IP+GdH8Tz70EpBhO0sIQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.21.2':
- resolution: {integrity: sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.21.3':
+ resolution: {integrity: sha512-+W+p/9QNDr2vE2AXU0qIy0qQE75E8RTwTwgqS2G5CRQ11vzq0tbnfBd6brWhS9bCRjAjepJe2fvvkvS3dno+iw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.21.2':
- resolution: {integrity: sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.21.3':
+ resolution: {integrity: sha512-yXH6K6KfqGXaxHrtr+Uoy+JpNlUlI46BKVyonGiaD74ravdnF9BUNC+vV+SIuB96hUMGShhKV693rF9QDfO6nQ==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.21.2':
- resolution: {integrity: sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==}
+ '@rollup/rollup-linux-s390x-gnu@4.21.3':
+ resolution: {integrity: sha512-R8cwY9wcnApN/KDYWTH4gV/ypvy9yZUHlbJvfaiXSB48JO3KpwSpjOGqO4jnGkLDSk1hgjYkTbTt6Q7uvPf8eg==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.21.2':
- resolution: {integrity: sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==}
+ '@rollup/rollup-linux-x64-gnu@4.21.3':
+ resolution: {integrity: sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.21.2':
- resolution: {integrity: sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==}
+ '@rollup/rollup-linux-x64-musl@4.21.3':
+ resolution: {integrity: sha512-S0Yq+xA1VEH66uiMNhijsWAafffydd2X5b77eLHfRmfLsRSpbiAWiRHV6DEpz6aOToPsgid7TI9rGd6zB1rhbg==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.21.2':
- resolution: {integrity: sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==}
+ '@rollup/rollup-win32-arm64-msvc@4.21.3':
+ resolution: {integrity: sha512-9isNzeL34yquCPyerog+IMCNxKR8XYmGd0tHSV+OVx0TmE0aJOo9uw4fZfUuk2qxobP5sug6vNdZR6u7Mw7Q+Q==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.21.2':
- resolution: {integrity: sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==}
+ '@rollup/rollup-win32-ia32-msvc@4.21.3':
+ resolution: {integrity: sha512-nMIdKnfZfzn1Vsk+RuOvl43ONTZXoAPUUxgcU0tXooqg4YrAqzfKzVenqqk2g5efWh46/D28cKFrOzDSW28gTA==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.21.2':
- resolution: {integrity: sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==}
+ '@rollup/rollup-win32-x64-msvc@4.21.3':
+ resolution: {integrity: sha512-fOvu7PCQjAj4eWDEuD8Xz5gpzFqXzGlxHZozHP4b9Jxv9APtdxL6STqztDzMLuRXEc4UpXGGhx029Xgm91QBeA==}
cpu: [x64]
os: [win32]
@@ -1210,8 +1206,8 @@ packages:
'@types/estree@1.0.5':
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
- '@types/google.maps@3.57.0':
- resolution: {integrity: sha512-8X/HqaUXob25aVslslO84p9ESInpOQd3lMxW085IxqZZ1opRuFfwx2/c1JIUFVvCkkK+sCQHFDJ+Kw60Gsi1qA==}
+ '@types/google.maps@3.58.0':
+ resolution: {integrity: sha512-rZPrbNHoGxeY70uuQYFLGQqcz5mLd3pZy0u286GSugvN7PLFsHNRF2wN2QXtUgNiC33IC0LX+MD3LGAC3wN7Eg==}
'@types/hogan.js@3.0.5':
resolution: {integrity: sha512-/uRaY3HGPWyLqOyhgvW9Aa43BNnLZrNeQxl2p8wqId4UHMfPKolSB+U7BlZyO1ng7MkLnyEAItsBzCG0SDhqrA==}
@@ -1225,11 +1221,11 @@ packages:
'@types/keyv@3.1.4':
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
- '@types/node@22.5.4':
- resolution: {integrity: sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==}
+ '@types/node@22.5.5':
+ resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==}
- '@types/qs@6.9.15':
- resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==}
+ '@types/qs@6.9.16':
+ resolution: {integrity: sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==}
'@types/resolve@1.20.2':
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
@@ -1237,20 +1233,20 @@ packages:
'@types/responselike@1.0.3':
resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
- '@unhead/dom@1.10.4':
- resolution: {integrity: sha512-ehMy9k6efo4GTLmiP27wCtywWYdiggrP3m7h6kD/d1uhfORH3yCgsd4yXQnmDoSbsMyX6GlY5DBzy5bnYPp/Xw==}
+ '@unhead/dom@1.11.2':
+ resolution: {integrity: sha512-e5Ilqa1ktwGJGhFt3jEI78LywNuvqOR4GdEa+sV2OuKbldWBoS8DosCf7jzwEIPYgn2ubDQ0ygn9JH+m/x88gA==}
- '@unhead/schema@1.10.4':
- resolution: {integrity: sha512-nX9sJgKPy2t4GHB9ky/vkMLbYqXl9Num5NZToTr0rKrIGkshzHhUrbn/EiHreIjcGI1eIpu+edniCDIwGTJgmw==}
+ '@unhead/schema@1.11.2':
+ resolution: {integrity: sha512-ALyIIA0084JjGQJD6tJetQdqVNw/V6d2LaCC06jSm+JUqxsRWRZcSbNZUg5xr0T4xQPrefZYrGp76PbOdotPbQ==}
- '@unhead/shared@1.10.4':
- resolution: {integrity: sha512-C5wsps9i/XCBObMVQUrbXPvZG17a/e5yL0IsxpICaT4QSiZAj9v7JrNQ5WpM5JOZVMKRI5MYRdafNDw3iSmqZg==}
+ '@unhead/shared@1.11.2':
+ resolution: {integrity: sha512-Zg56xBrqkr9f9m3/+G/2CzbLba6g3/M2myWmyuZtn/ncUk3K2IXvXvlZAzMHx4yO++Xeik2QUWpHEdXRh+PxAA==}
- '@unhead/ssr@1.10.4':
- resolution: {integrity: sha512-2nDG08q9bTvMB24YGNJCXimAs1vuG9yVa01i/Et1B2y4P8qhweXOxnialGmt5j8xeXwPFUBCe36tC5kLCSuJoQ==}
+ '@unhead/ssr@1.11.2':
+ resolution: {integrity: sha512-Ilc+QmG4foMBr+f4u1GMSQjybSPjqi3vXfLTlqOVbr1voSlGtblYxJbZDw6KSCvfXu/s2YOPW+gCvvDLSZl3vg==}
- '@unhead/vue@1.10.4':
- resolution: {integrity: sha512-Q45F/KOvDeitc8GkfkPY45V8Dmw1m1b9A/aHM5A2BwRV8GyoRV+HRWVw5h02e0AO1TsICvcW8tI90qeCM2oGSA==}
+ '@unhead/vue@1.11.2':
+ resolution: {integrity: sha512-m4GnwOd1ltXiSxp4ahIT6lziVyg6dgqKyLyWxrRWuPjZ8nXsPcpIOCjVwYB1MK0UBKMuIlgeuzVeDrTY9+APbA==}
peerDependencies:
vue: '>=2.7 || >=3'
@@ -1273,8 +1269,8 @@ packages:
vite: ^5.0.0
vue: ^3.2.25
- '@vue-macros/common@1.12.2':
- resolution: {integrity: sha512-+NGfhrPvPNOb3Wg9PNPEXPe0HTXmVe6XJawL1gi3cIjOSGIhpOdvmMT2cRuWb265IpA/PeL5Sqo0+DQnEDxLvw==}
+ '@vue-macros/common@1.14.0':
+ resolution: {integrity: sha512-xwQhDoEXRNXobNQmdqOD20yUGdVLVLZe4zhDlT9q/E+z+mvT3wukaAoJG80XRnv/BcgOOCVpxqpkQZ3sNTgjWA==}
engines: {node: '>=16.14.0'}
peerDependencies:
vue: ^2.7.0 || ^3.2.25
@@ -1299,57 +1295,47 @@ packages:
'@apollo/client': ^3.2.1
vue: ^3.1.0
- '@vue/babel-helper-vue-transform-on@1.2.2':
- resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==}
+ '@vue/babel-helper-vue-transform-on@1.2.5':
+ resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==}
- '@vue/babel-plugin-jsx@1.2.2':
- resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==}
+ '@vue/babel-plugin-jsx@1.2.5':
+ resolution: {integrity: sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==}
peerDependencies:
'@babel/core': ^7.0.0-0
peerDependenciesMeta:
'@babel/core':
optional: true
- '@vue/babel-plugin-resolve-type@1.2.2':
- resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==}
+ '@vue/babel-plugin-resolve-type@1.2.5':
+ resolution: {integrity: sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@vue/compiler-core@3.5.4':
- resolution: {integrity: sha512-oNwn+BAt3n9dK9uAYvI+XGlutwuTq/wfj4xCBaZCqwwVIGtD7D6ViihEbyYZrDHIHTDE3Q6oL3/hqmAyFEy9DQ==}
-
'@vue/compiler-core@3.5.5':
resolution: {integrity: sha512-ZrxcY8JMoV+kgDrmRwlDufz0SjDZ7jfoNZiIBluAACMBmgr55o/jTbxnyrccH6VSJXnFaDI4Ik1UFCiq9r8i7w==}
- '@vue/compiler-dom@3.5.4':
- resolution: {integrity: sha512-yP9RRs4BDLOLfldn6ah+AGCNovGjMbL9uHvhDHf5wan4dAHLnFGOkqtfE7PPe4HTXIqE7l/NILdYw53bo1C8jw==}
-
'@vue/compiler-dom@3.5.5':
resolution: {integrity: sha512-HSvK5q1gmBbxRse3S0Wt34RcKuOyjDJKDDMuF3i7NC+QkDFrbAqw8NnrEm/z7zFDxWZa4/5eUwsBOMQzm1RHBA==}
- '@vue/compiler-sfc@3.5.4':
- resolution: {integrity: sha512-P+yiPhL+NYH7m0ZgCq7AQR2q7OIE+mpAEgtkqEeH9oHSdIRvUO+4X6MPvblJIWcoe4YC5a2Gdf/RsoyP8FFiPQ==}
-
'@vue/compiler-sfc@3.5.5':
resolution: {integrity: sha512-MzBHDxwZhgQPHrwJ5tj92gdTYRCuPDSZr8PY3+JFv8cv2UD5/WayH5yo0kKCkKfrtJhc39jNSMityHrkMSbfnA==}
- '@vue/compiler-ssr@3.5.4':
- resolution: {integrity: sha512-acESdTXsxPnYr2C4Blv0ggx5zIFMgOzZmYU2UgvIff9POdRGbRNBHRyzHAnizcItvpgerSKQbllUc9USp3V7eg==}
-
'@vue/compiler-ssr@3.5.5':
resolution: {integrity: sha512-oFasHnpv/upubjJEmqiTKQYb4qS3ziJddf4UVWuFw6ebk/QTrTUc+AUoTJdo39x9g+AOQBzhOU0ICCRuUjvkmw==}
- '@vue/devtools-api@6.6.3':
- resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
+ '@vue/devtools-api@6.6.4':
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
- '@vue/devtools-core@7.3.3':
- resolution: {integrity: sha512-i6Bwkx4OwfY0QVHjAdsivhlzZ2HMj7fbNRYJsWspQ+dkA1f3nTzycPqZmVUsm2TGkbQlhTMhCAdDoP97JKoc+g==}
+ '@vue/devtools-core@7.4.4':
+ resolution: {integrity: sha512-DLxgA3DfeADkRzhAfm3G2Rw/cWxub64SdP5b+s5dwL30+whOGj+QNhmyFpwZ8ZTrHDFRIPj0RqNzJ8IRR1pz7w==}
+ peerDependencies:
+ vue: ^3.0.0
- '@vue/devtools-kit@7.3.3':
- resolution: {integrity: sha512-m+dFI57BrzKYPKq73mt4CJ5GWld5OLBseLHPHGVP7CaILNY9o1gWVJWAJeF8XtQ9LTiMxZSaK6NcBsFuxAhD0g==}
+ '@vue/devtools-kit@7.4.4':
+ resolution: {integrity: sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==}
- '@vue/devtools-shared@7.4.4':
- resolution: {integrity: sha512-yeJULXFHOKIm8yL2JFO050a9ztTVqOCKTqN9JHFxGTJN0b+gjtfn6zC+FfyHUgjwCwf6E3hfKrlohtthcqoYqw==}
+ '@vue/devtools-shared@7.4.5':
+ resolution: {integrity: sha512-2XgUOkL/7QDmyYI9J7cm+rz/qBhcGv+W5+i1fhwdQ0HQ1RowhdK66F0QBuJSz/5k12opJY8eN6m03/XZMs7imQ==}
'@vue/reactivity@3.5.5':
resolution: {integrity: sha512-V4tTWElZQhT73PSK3Wnax9R9m4qvMX+LeKHnfylZc6SLh4Jc5/BPakp6e3zEhKWi5AN8TDzRkGnLkp8OqycYng==}
@@ -1365,12 +1351,6 @@ packages:
peerDependencies:
vue: 3.5.5
- '@vue/shared@3.5.1':
- resolution: {integrity: sha512-NdcTRoO4KuW2RSFgpE2c+E/R/ZHaRzWPxAGxhmxZaaqLh6nYCXx7lc9a88ioqOCxCaV2SFJmujkxbUScW7dNsQ==}
-
- '@vue/shared@3.5.4':
- resolution: {integrity: sha512-L2MCDD8l7yC62Te5UUyPVpmexhL9ipVnYRw9CsWfm/BGRL5FwDX4a25bcJ/OJSD3+Hx+k/a8LDKcG2AFdJV3BA==}
-
'@vue/shared@3.5.5':
resolution: {integrity: sha512-0KyMXyEgnmFAs6rNUL+6eUHtUCqCaNrVd+AW3MX3LyA0Yry5SA0Km03CDKiOua1x1WWnIr+W9+S0GMFoSDWERQ==}
@@ -1415,8 +1395,8 @@ packages:
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
engines: {node: '>= 6.0.0'}
- algoliasearch-helper@3.22.4:
- resolution: {integrity: sha512-fvBCywguW9f+939S6awvRMstqMF1XXcd2qs1r1aGqL/PJ1go/DqN06tWmDVmhCDqBJanm++imletrQWf0G2S1g==}
+ algoliasearch-helper@3.22.5:
+ resolution: {integrity: sha512-lWvhdnc+aKOKx8jyA3bsdEgHzm/sglC4cYdMG4xSQyRiPLJVJtH/IVYZG3Hp6PkTEhQqhyVYkeP9z2IlcHJsWw==}
peerDependencies:
algoliasearch: '>= 3.1 < 6'
@@ -1435,8 +1415,8 @@ packages:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
- ansi-regex@6.0.1:
- resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
+ ansi-regex@6.1.0:
+ resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
engines: {node: '>=12'}
ansi-styles@3.2.1:
@@ -1516,17 +1496,17 @@ packages:
bare-events@2.4.2:
resolution: {integrity: sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==}
- bare-fs@2.3.3:
- resolution: {integrity: sha512-7RYKL+vZVCyAsMLi5SPu7QGauGGT8avnP/HO571ndEuV4MYdGXvLhtW67FuLPeEI8EiIY7zbbRR9x7x7HU0kgw==}
+ bare-fs@2.3.5:
+ resolution: {integrity: sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==}
- bare-os@2.4.2:
- resolution: {integrity: sha512-HZoJwzC+rZ9lqEemTMiO0luOePoGYNBgsLLgegKR/cljiJvcDNhDZQkzC+NC5Oh0aHbdBNSOHpghwMuB5tqhjg==}
+ bare-os@2.4.4:
+ resolution: {integrity: sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==}
bare-path@2.1.3:
resolution: {integrity: sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==}
- bare-stream@2.2.1:
- resolution: {integrity: sha512-YTB47kHwBW9zSG8LD77MIBAAQXjU2WjAkMHeeb7hUplVs6+IoM5I7uEVQNPMB7lj9r8I76UMdoMkGnCodHOLqg==}
+ bare-stream@2.3.0:
+ resolution: {integrity: sha512-pVRWciewGUeCyKEuRxwv06M079r+fRjAQjBEK2P6OYGrO43O+Z0LrPZZEjlc4mB6C2RpZ9AxJ1s7NLEtOHO6eA==}
base64-js@1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
@@ -1607,15 +1587,11 @@ packages:
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
engines: {node: '>= 6'}
- camelcase@6.3.0:
- resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
- engines: {node: '>=10'}
-
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001655:
- resolution: {integrity: sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==}
+ caniuse-lite@1.0.30001660:
+ resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==}
chalk@2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
@@ -1855,8 +1831,8 @@ packages:
supports-color:
optional: true
- debug@4.3.6:
- resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==}
+ debug@4.3.7:
+ resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -1939,8 +1915,8 @@ packages:
didyoumean@1.2.2:
resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
- diff@5.2.0:
- resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==}
+ diff@7.0.0:
+ resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==}
engines: {node: '>=0.3.1'}
dlv@1.1.3:
@@ -1979,8 +1955,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.5.14:
- resolution: {integrity: sha512-bEfPECb3fJ15eaDnu9LEJ2vPGD6W1vt7vZleSVyFhYuMIKm3vz/g9lt7IvEzgdwj58RjbPKUF2rXTCN/UW47tQ==}
+ electron-to-chromium@1.5.23:
+ resolution: {integrity: sha512-mBhODedOXg4v5QWwl21DjM5amzjmI1zw9EPrPK/5Wx7C8jt33bpZNrC7OhHUG3pxRtbLpr3W2dXT+Ph1SsfRZA==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -1992,6 +1968,10 @@ packages:
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'}
+ encodeurl@2.0.0:
+ resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
+ engines: {node: '>= 0.8'}
+
end-of-stream@1.4.4:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
@@ -2103,10 +2083,9 @@ packages:
flatted@3.3.1:
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
- follow-redirects@1.15.8:
- resolution: {integrity: sha512-xgrmBhBToVKay1q2Tao5LI26B83UhrB/vM1avwVSDzt8rx3rO6AizBAaF46EgksTVr+rFTQaqZZ9MVBfUe4nig==}
+ follow-redirects@1.15.9:
+ resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
engines: {node: '>=4.0'}
- deprecated: Browser detection issues fixed in v1.15.9
peerDependencies:
debug: '*'
peerDependenciesMeta:
@@ -2194,8 +2173,8 @@ packages:
git-up@7.0.0:
resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==}
- git-url-parse@14.1.0:
- resolution: {integrity: sha512-8xg65dTxGHST3+zGpycMMFZcoTzAdZ2dOtu4vmgIfkTFnVHBxHMzBC2L1k8To7EmrSiHesT8JgPLT91VKw1B5g==}
+ git-url-parse@15.0.0:
+ resolution: {integrity: sha512-5reeBufLi+i4QD3ZFftcJs9jC26aULFLBU23FeKM/b1rI0K6ofIeAblmDVO7Ht22zTDE9+CkJ3ZVb0CgJmz3UQ==}
github-from-package@0.0.0:
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
@@ -2361,8 +2340,8 @@ packages:
instantsearch.css@7.4.5:
resolution: {integrity: sha512-iIGBYjCokU93DDB8kbeztKtlu4qVEyTg1xvS6iSO1YvqRwkIZgf0tmsl/GytsLdZhuw8j4wEaeYsCzNbeJ/zEQ==}
- instantsearch.js@4.74.0:
- resolution: {integrity: sha512-IbKAvnQ03cxb1Ni1OpLv6Yuu1W7Cu1zGru77rvgzYyPsurknpjQHdBicszSZlKaK/zND7D5vhSNZoliiz9nuEQ==}
+ instantsearch.js@4.74.1:
+ resolution: {integrity: sha512-PUHvuwzkA6SA52SFCYw5ubVU4ydw+/JGsDnlYXQSRKWXfpy4R99f3R4NmVR/69v0yIprIE8sq03dWeILjaAZ7Q==}
peerDependencies:
algoliasearch: '>= 3.1 < 6'
@@ -2520,8 +2499,8 @@ packages:
kolorist@1.8.0:
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
- launch-editor@2.8.2:
- resolution: {integrity: sha512-eF5slEUZXmi6WvFzI3dYcv+hA24/iKnROf24HztcURJpSz9RBmBgz5cNCVOeguouf1llrwy6Yctl4C4HM+xI8g==}
+ launch-editor@2.9.1:
+ resolution: {integrity: sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==}
lazystream@1.0.1:
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
@@ -2706,9 +2685,6 @@ packages:
ms@2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
- ms@2.1.2:
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
-
ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
@@ -2883,6 +2859,9 @@ packages:
package-json-from-dist@1.0.0:
resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==}
+ package-manager-detector@0.2.0:
+ resolution: {integrity: sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==}
+
parse-git-config@3.0.0:
resolution: {integrity: sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==}
engines: {node: '>=8'}
@@ -2941,8 +2920,8 @@ packages:
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
engines: {node: '>=0.10.0'}
- pinia-plugin-persistedstate@4.0.0:
- resolution: {integrity: sha512-yTly/5XMwgd4hQmZOTAdeK3Kfz89h9TMS2/d0VzVJEL9v2LanZdjhckpwnE+jelL+vsT7DnRLmSOtkzSJjO6Ng==}
+ pinia-plugin-persistedstate@4.0.1:
+ resolution: {integrity: sha512-Gs2nhKUi6Rwhhc8PH9wvEAxfz4iZeJ/36qQv2ieYs94+zMozbGtMLIR4p9Aoim3c/PKf8J9orOz9n+f0ZF9CdA==}
peerDependencies:
'@pinia/nuxt': '>=0.5.0'
pinia: '>=2.0.0'
@@ -3224,8 +3203,8 @@ packages:
proxy-from-env@1.1.0:
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
- pump@3.0.0:
- resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
+ pump@3.0.2:
+ resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==}
qs@6.9.7:
resolution: {integrity: sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==}
@@ -3348,8 +3327,8 @@ packages:
rollup:
optional: true
- rollup@4.21.2:
- resolution: {integrity: sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==}
+ rollup@4.21.3:
+ resolution: {integrity: sha512-7sqRtBNnEbcBtMeRVc6VRsJMmpI+JU1z9VTvW8D4gXIYQFz0aLcsE6rRkyghZkLfEgUZgVvOG7A5CVz/VW5GIA==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -3369,8 +3348,8 @@ packages:
scule@1.3.0:
resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
- search-insights@2.17.1:
- resolution: {integrity: sha512-HHFjYH/0AqXacETlIbe9EYc3UNlQYGNNTY0fZ/sWl6SweX+GDxq9NB5+RVoPLgEFuOtCz7M9dhYxqDnhbbF0eQ==}
+ search-insights@2.17.2:
+ resolution: {integrity: sha512-zFNpOpUO+tY2D85KrxJ+aqwnIfdEGi06UH2+xEb+Bp9Mwznmauqc9djbnBibJO5mpfUPPa8st6Sx65+vbeO45g==}
semver@6.3.1:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
@@ -3381,8 +3360,8 @@ packages:
engines: {node: '>=10'}
hasBin: true
- send@0.18.0:
- resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
+ send@0.19.0:
+ resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
engines: {node: '>= 0.8.0'}
serialize-javascript@6.0.2:
@@ -3391,8 +3370,8 @@ packages:
serve-placeholder@2.0.2:
resolution: {integrity: sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==}
- serve-static@1.15.0:
- resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==}
+ serve-static@1.16.2:
+ resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==}
engines: {node: '>= 0.8.0'}
set-blocking@2.0.0:
@@ -3453,8 +3432,8 @@ packages:
smob@1.5.0:
resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==}
- source-map-js@1.2.0:
- resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
+ source-map-js@1.2.1:
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
source-map-support@0.5.21:
@@ -3488,8 +3467,8 @@ packages:
storyblok-js-client@5.14.4:
resolution: {integrity: sha512-9yY33tvfO3Cbe25h/l6K0T3IxJeOOyGl/pCwsd55woT0ZEBhIiEZoMumpRsyLjD5AedW9KXLbLjMXhHazkepCA==}
- streamx@2.20.0:
- resolution: {integrity: sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==}
+ streamx@2.20.1:
+ resolution: {integrity: sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==}
string-width@4.2.3:
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
@@ -3601,13 +3580,13 @@ packages:
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
engines: {node: '>=10'}
- terser@5.31.6:
- resolution: {integrity: sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==}
+ terser@5.32.0:
+ resolution: {integrity: sha512-v3Gtw3IzpBJ0ugkxEX8U0W6+TnPKRRCWGh1jC/iM/e3Ki5+qvO1L1EAZ56bZasc64aXHwRHNIQEzm6//i5cemQ==}
engines: {node: '>=10'}
hasBin: true
- text-decoder@1.1.1:
- resolution: {integrity: sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==}
+ text-decoder@1.2.0:
+ resolution: {integrity: sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==}
thenify-all@1.6.0:
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
@@ -3630,9 +3609,9 @@ packages:
resolution: {integrity: sha512-Dlqgt6h0QkoHttG53/WGADNh9QhcjCAIZMTERAVhdpmIBEejSuLI9ZmGKWzB7tweBjlk30+s/ofi4SLmBeTYhw==}
engines: {node: '>=12.0.0'}
- tinyrainbow@1.2.0:
- resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==}
- engines: {node: '>=14.0.0'}
+ tinyglobby@0.2.6:
+ resolution: {integrity: sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==}
+ engines: {node: '>=12.0.0'}
to-fast-properties@2.0.0:
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
@@ -3689,8 +3668,8 @@ packages:
resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==}
engines: {node: '>=14.16'}
- type-fest@4.26.0:
- resolution: {integrity: sha512-OduNjVJsFbifKb57UqZ2EMP1i4u64Xwow3NYXUtBbD4vIwJdQd4+xl8YDou1dlm4DVrtwT/7Ky8z8WyCULVfxw==}
+ type-fest@4.26.1:
+ resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==}
engines: {node: '>=16'}
ufo@1.5.4:
@@ -3719,15 +3698,15 @@ packages:
unenv@1.10.0:
resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==}
- unhead@1.10.4:
- resolution: {integrity: sha512-qKiYhgZ4IuDbylP409cdwK/8WEIi5cOSIBei/OXzxFs4uxiTZHSSa8NC1qPu2kooxHqxyoXGBw8ARms9zOsbxw==}
+ unhead@1.11.2:
+ resolution: {integrity: sha512-k/MA5yzPh5M4pksDzOXf2GBJn0XV4quWao1q173NF7NL3Ji4RQ3ZxvZcwA/nGr7wu3+twJIRoKti3Otc4JMNyw==}
unicorn-magic@0.1.0:
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
engines: {node: '>=18'}
- unimport@3.11.1:
- resolution: {integrity: sha512-DuB1Uoq01LrrXTScxnwOoMSlTXxyKcULguFxbLrMDFcE/CO0ZWHpEiyhovN0mycPt7K6luAHe8laqvwvuoeUPg==}
+ unimport@3.12.0:
+ resolution: {integrity: sha512-5y8dSvNvyevsnw4TBQkIQR1Rjdbb+XjVSwQwxltpnVZrStBvvPkMPcZrh1kg5kY77kpx6+D4Ztd3W6FOBH/y2Q==}
universalify@2.0.1:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
@@ -3750,16 +3729,16 @@ packages:
webpack:
optional: true
- unplugin-vue-router@0.10.7:
- resolution: {integrity: sha512-5KEh7Swc1L2Xh5WOD7yQLeB5bO3iTw+Hst7qMxwmwYcPm9qVrtrRTZUftn2Hj4is17oMKgqacyWadjQzwW5B/Q==}
+ unplugin-vue-router@0.10.8:
+ resolution: {integrity: sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==}
peerDependencies:
vue-router: ^4.4.0
peerDependenciesMeta:
vue-router:
optional: true
- unplugin@1.13.1:
- resolution: {integrity: sha512-6Kq1iSSwg7KyjcThRUks9LuqDAKvtnioxbL9iEtB9ctTyBA5OmrB8gZd/d225VJu1w3UpUsKV7eGrvf59J7+VA==}
+ unplugin@1.14.1:
+ resolution: {integrity: sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==}
engines: {node: '>=14.0.0'}
peerDependencies:
webpack-sources: ^3
@@ -3767,19 +3746,19 @@ packages:
webpack-sources:
optional: true
- unstorage@1.11.1:
- resolution: {integrity: sha512-3NVszU4MGlO21WWnkSq0xnPVMHnMyB5DdJQyGRAg/DUZVeQjWRinLOia89iw5KGpllRtoA5+N+xnq75MAsPAOA==}
+ unstorage@1.12.0:
+ resolution: {integrity: sha512-ARZYTXiC+e8z3lRM7/qY9oyaOkaozCeNd2xoz7sYK9fv7OLGhVsf+BZbmASqiK/HTZ7T6eAlnVq9JynZppyk3w==}
peerDependencies:
- '@azure/app-configuration': ^1.6.0
- '@azure/cosmos': ^4.0.0
+ '@azure/app-configuration': ^1.7.0
+ '@azure/cosmos': ^4.1.1
'@azure/data-tables': ^13.2.2
- '@azure/identity': ^4.2.0
+ '@azure/identity': ^4.4.1
'@azure/keyvault-secrets': ^4.8.0
- '@azure/storage-blob': ^12.18.0
- '@capacitor/preferences': ^6.0.0
+ '@azure/storage-blob': ^12.24.0
+ '@capacitor/preferences': ^6.0.2
'@netlify/blobs': ^6.5.0 || ^7.0.0
- '@planetscale/database': ^1.18.0
- '@upstash/redis': ^1.31.3
+ '@planetscale/database': ^1.19.0
+ '@upstash/redis': ^1.34.0
'@vercel/kv': ^1.0.1
idb-keyval: ^6.2.1
ioredis: ^5.4.1
@@ -3847,8 +3826,8 @@ packages:
peerDependencies:
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0
- vite-node@2.0.5:
- resolution: {integrity: sha512-LdsW4pxj0Ot69FAoXZ1yTnA9bjGohr2yNBU7QKRxpz8ITSkhuDl6h3zS/tvgz4qrNjeRnvrWeXQ8ZF7Um4W00Q==}
+ vite-node@2.1.1:
+ resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -3973,8 +3952,8 @@ packages:
vue-devtools-stub@0.1.0:
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
- vue-instantsearch@4.19.3:
- resolution: {integrity: sha512-qNR1JI9X9POW9QUCBmalDaTzxQlwbh5jGEoxI65VSrSvaOMe+4Si3EJlfhQ8iC2J4Rj66065DlLOpkr6rW2LIQ==}
+ vue-instantsearch@4.19.4:
+ resolution: {integrity: sha512-lZFsfUa2s9LrauUsTWQv8nAYrmK3ODJpFyT7FfHVmaDKxD9hpHtgb7Krw8i72LFVS4qxc0cIFpS/x8mlMYJ15A==}
peerDependencies:
'@vue/server-renderer': ^3.1.2
algoliasearch: '>= 3.32.0 < 6'
@@ -3986,8 +3965,8 @@ packages:
vue-server-renderer:
optional: true
- vue-router@4.4.3:
- resolution: {integrity: sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==}
+ vue-router@4.4.5:
+ resolution: {integrity: sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==}
peerDependencies:
vue: ^3.2.0
@@ -4181,7 +4160,7 @@ snapshots:
'@antfu/utils@0.7.10': {}
- '@apollo/client@3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)':
+ '@apollo/client@3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)':
dependencies:
'@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
'@wry/caches': 1.0.1
@@ -4223,7 +4202,7 @@ snapshots:
'@babel/traverse': 7.25.6
'@babel/types': 7.25.6
convert-source-map: 2.0.0
- debug: 4.3.6
+ debug: 4.3.7
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -4269,10 +4248,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-imports@7.22.15':
- dependencies:
- '@babel/types': 7.25.6
-
'@babel/helper-module-imports@7.24.7':
dependencies:
'@babel/traverse': 7.25.6
@@ -4405,7 +4380,7 @@ snapshots:
'@babel/parser': 7.25.6
'@babel/template': 7.25.0
'@babel/types': 7.25.6
- debug: 4.3.6
+ debug: 4.3.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -4635,36 +4610,36 @@ snapshots:
'@fastify/busboy@2.1.1': {}
- '@formkit/core@1.6.5':
+ '@formkit/core@1.6.6':
dependencies:
- '@formkit/utils': 1.6.5
+ '@formkit/utils': 1.6.6
- '@formkit/dev@1.6.5':
+ '@formkit/dev@1.6.6':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/utils': 1.6.5
+ '@formkit/core': 1.6.6
+ '@formkit/utils': 1.6.6
- '@formkit/i18n@1.6.5':
+ '@formkit/i18n@1.6.6':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/utils': 1.6.5
- '@formkit/validation': 1.6.5
+ '@formkit/core': 1.6.6
+ '@formkit/utils': 1.6.6
+ '@formkit/validation': 1.6.6
- '@formkit/inputs@1.6.5':
+ '@formkit/inputs@1.6.6':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/utils': 1.6.5
+ '@formkit/core': 1.6.6
+ '@formkit/utils': 1.6.6
- '@formkit/nuxt@1.6.5(magicast@0.3.5)(rollup@4.21.2)(tailwindcss@3.4.11)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5)':
+ '@formkit/nuxt@1.6.6(magicast@0.3.5)(rollup@4.21.3)(tailwindcss@3.4.11)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/i18n': 1.6.5
- '@formkit/vue': 1.6.5(tailwindcss@3.4.11)(vue@3.5.5)
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@formkit/core': 1.6.6
+ '@formkit/i18n': 1.6.6
+ '@formkit/vue': 1.6.6(tailwindcss@3.4.11)(vue@3.5.5)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
chokidar: 3.6.0
pathe: 1.1.2
- unplugin: 1.13.1
- unplugin-formkit: 0.2.13(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
+ unplugin: 1.14.1
+ unplugin-formkit: 0.2.13(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
transitivePeerDependencies:
- esbuild
- magicast
@@ -4678,42 +4653,42 @@ snapshots:
- webpack-sources
- windicss
- '@formkit/observer@1.6.5':
+ '@formkit/observer@1.6.6':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/utils': 1.6.5
+ '@formkit/core': 1.6.6
+ '@formkit/utils': 1.6.6
- '@formkit/rules@1.6.5':
+ '@formkit/rules@1.6.6':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/utils': 1.6.5
- '@formkit/validation': 1.6.5
+ '@formkit/core': 1.6.6
+ '@formkit/utils': 1.6.6
+ '@formkit/validation': 1.6.6
- '@formkit/themes@1.6.5(tailwindcss@3.4.11)':
+ '@formkit/themes@1.6.6(tailwindcss@3.4.11)':
dependencies:
- '@formkit/core': 1.6.5
+ '@formkit/core': 1.6.6
optionalDependencies:
tailwindcss: 3.4.11
- '@formkit/utils@1.6.5': {}
+ '@formkit/utils@1.6.6': {}
- '@formkit/validation@1.6.5':
+ '@formkit/validation@1.6.6':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/observer': 1.6.5
- '@formkit/utils': 1.6.5
+ '@formkit/core': 1.6.6
+ '@formkit/observer': 1.6.6
+ '@formkit/utils': 1.6.6
- '@formkit/vue@1.6.5(tailwindcss@3.4.11)(vue@3.5.5)':
+ '@formkit/vue@1.6.6(tailwindcss@3.4.11)(vue@3.5.5)':
dependencies:
- '@formkit/core': 1.6.5
- '@formkit/dev': 1.6.5
- '@formkit/i18n': 1.6.5
- '@formkit/inputs': 1.6.5
- '@formkit/observer': 1.6.5
- '@formkit/rules': 1.6.5
- '@formkit/themes': 1.6.5(tailwindcss@3.4.11)
- '@formkit/utils': 1.6.5
- '@formkit/validation': 1.6.5
+ '@formkit/core': 1.6.6
+ '@formkit/dev': 1.6.6
+ '@formkit/i18n': 1.6.6
+ '@formkit/inputs': 1.6.6
+ '@formkit/observer': 1.6.6
+ '@formkit/rules': 1.6.6
+ '@formkit/themes': 1.6.6(tailwindcss@3.4.11)
+ '@formkit/utils': 1.6.6
+ '@formkit/validation': 1.6.6
vue: 3.5.5
transitivePeerDependencies:
- tailwindcss
@@ -4724,7 +4699,7 @@ snapshots:
dependencies:
graphql: 16.9.0
- '@iconify/collections@1.0.456':
+ '@iconify/collections@1.0.459':
dependencies:
'@iconify/types': 2.0.0
@@ -4770,7 +4745,7 @@ snapshots:
'@kwsites/file-exists@1.1.1':
dependencies:
- debug: 4.3.6
+ debug: 4.3.7
transitivePeerDependencies:
- supports-color
@@ -4818,22 +4793,22 @@ snapshots:
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@1.4.1(magicast@0.3.5)(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))':
+ '@nuxt/devtools-kit@1.4.2(magicast@0.3.5)(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
- '@nuxt/schema': 3.13.1(rollup@4.21.2)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
+ '@nuxt/schema': 3.13.1(rollup@4.21.3)
execa: 7.2.0
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- webpack-sources
- '@nuxt/devtools-wizard@1.4.1':
+ '@nuxt/devtools-wizard@1.4.2':
dependencies:
consola: 3.2.3
- diff: 5.2.0
+ diff: 7.0.0
execa: 7.2.0
global-directory: 4.0.1
magicast: 0.3.5
@@ -4843,14 +4818,14 @@ snapshots:
rc9: 2.1.2
semver: 7.6.3
- '@nuxt/devtools@1.4.1(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))':
+ '@nuxt/devtools@1.4.2(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.4.1(magicast@0.3.5)(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
- '@nuxt/devtools-wizard': 1.4.1
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
- '@vue/devtools-core': 7.3.3(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
- '@vue/devtools-kit': 7.3.3
+ '@nuxt/devtools-kit': 1.4.2(magicast@0.3.5)(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
+ '@nuxt/devtools-wizard': 1.4.2
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
+ '@vue/devtools-core': 7.4.4(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)
+ '@vue/devtools-kit': 7.4.4
birpc: 0.2.17
consola: 3.2.3
cronstrue: 2.50.0
@@ -4863,7 +4838,7 @@ snapshots:
hookable: 5.5.3
image-meta: 0.2.1
is-installed-globally: 1.0.0
- launch-editor: 2.8.2
+ launch-editor: 2.9.1
local-pkg: 0.5.0
magicast: 0.3.5
nypm: 0.3.11
@@ -4876,11 +4851,11 @@ snapshots:
semver: 7.6.3
simple-git: 3.26.0
sirv: 2.0.4
- tinyglobby: 0.2.5
- unimport: 3.11.1(rollup@4.21.2)
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
- vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@4.21.2))(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
- vite-plugin-vue-inspector: 5.2.0(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
+ tinyglobby: 0.2.6
+ unimport: 3.12.0(rollup@4.21.3)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
+ vite-plugin-inspect: 0.8.7(@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@4.21.3))(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
+ vite-plugin-vue-inspector: 5.2.0(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
which: 3.0.1
ws: 8.18.0
transitivePeerDependencies:
@@ -4888,11 +4863,12 @@ snapshots:
- rollup
- supports-color
- utf-8-validate
+ - vue
- webpack-sources
- '@nuxt/image@1.8.0(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.2)':
+ '@nuxt/image@1.8.0(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.3)':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
consola: 3.2.3
defu: 6.1.4
h3: 1.12.0
@@ -4924,9 +4900,9 @@ snapshots:
- uWebSockets.js
- webpack-sources
- '@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@4.21.2)':
+ '@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@4.21.3)':
dependencies:
- '@nuxt/schema': 3.13.1(rollup@4.21.2)
+ '@nuxt/schema': 3.13.1(rollup@4.21.3)
c12: 1.11.2(magicast@0.3.5)
consola: 3.2.3
defu: 6.1.4
@@ -4944,7 +4920,7 @@ snapshots:
semver: 7.6.3
ufo: 1.5.4
unctx: 2.3.1
- unimport: 3.11.1(rollup@4.21.2)
+ unimport: 3.12.0(rollup@4.21.3)
untyped: 1.4.2
transitivePeerDependencies:
- magicast
@@ -4952,7 +4928,7 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/schema@3.13.1(rollup@4.21.2)':
+ '@nuxt/schema@3.13.1(rollup@4.21.3)':
dependencies:
compatx: 0.1.8
consola: 3.2.3
@@ -4964,28 +4940,29 @@ snapshots:
std-env: 3.7.0
ufo: 1.5.4
uncrypto: 0.1.3
- unimport: 3.11.1(rollup@4.21.2)
+ unimport: 3.12.0(rollup@4.21.3)
untyped: 1.4.2
transitivePeerDependencies:
- rollup
- supports-color
- webpack-sources
- '@nuxt/telemetry@2.5.4(magicast@0.3.5)(rollup@4.21.2)':
+ '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.21.3)':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
ci-info: 4.0.0
consola: 3.2.3
create-require: 1.1.1
defu: 6.1.4
destr: 2.0.3
dotenv: 16.4.5
- git-url-parse: 14.1.0
+ git-url-parse: 15.0.0
is-docker: 3.0.0
jiti: 1.21.6
mri: 1.2.0
nanoid: 5.0.7
ofetch: 1.3.4
+ package-manager-detector: 0.2.0
parse-git-config: 3.0.0
pathe: 1.1.2
rc9: 2.1.2
@@ -4996,12 +4973,12 @@ snapshots:
- supports-color
- webpack-sources
- '@nuxt/vite-builder@3.13.1(@types/node@22.5.4)(magicast@0.3.5)(rollup@4.21.2)(terser@5.31.6)(vue@3.5.5)':
+ '@nuxt/vite-builder@3.13.1(@types/node@22.5.5)(magicast@0.3.5)(rollup@4.21.3)(terser@5.32.0)(vue@3.5.5)':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
- '@rollup/plugin-replace': 5.0.7(rollup@4.21.2)
- '@vitejs/plugin-vue': 5.1.3(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5)
- '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
+ '@rollup/plugin-replace': 5.0.7(rollup@4.21.3)
+ '@vitejs/plugin-vue': 5.1.3(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)
+ '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)
autoprefixer: 10.4.20(postcss@8.4.45)
clear: 0.1.0
consola: 3.2.3
@@ -5021,15 +4998,15 @@ snapshots:
perfect-debounce: 1.0.0
pkg-types: 1.2.0
postcss: 8.4.45
- rollup-plugin-visualizer: 5.12.0(rollup@4.21.2)
+ rollup-plugin-visualizer: 5.12.0(rollup@4.21.3)
std-env: 3.7.0
strip-literal: 2.1.0
ufo: 1.5.4
unenv: 1.10.0
- unplugin: 1.13.1
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
- vite-node: 2.0.5(@types/node@22.5.4)(terser@5.31.6)
- vite-plugin-checker: 0.7.2(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
+ unplugin: 1.14.1
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
+ vite-node: 2.1.1(@types/node@22.5.5)(terser@5.32.0)
+ vite-plugin-checker: 0.7.2(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
vue: 3.5.5
vue-bundle-renderer: 2.1.0
transitivePeerDependencies:
@@ -5056,17 +5033,17 @@ snapshots:
- vue-tsc
- webpack-sources
- '@nuxtjs/algolia@1.10.2(@vue/server-renderer@3.5.5(vue@3.5.5))(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)':
+ '@nuxtjs/algolia@1.10.2(@vue/server-renderer@3.5.5(vue@3.5.5))(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)':
dependencies:
'@algolia/cache-in-memory': 4.24.0
'@algolia/recommend': 4.24.0
'@algolia/requester-fetch': 4.24.0
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
algoliasearch: 4.24.0
instantsearch.css: 7.4.5
metadata-scraper: 0.2.61
storyblok-algolia-indexer: 1.1.0
- vue-instantsearch: 4.19.3(@vue/server-renderer@3.5.5(vue@3.5.5))(algoliasearch@4.24.0)(vue@3.5.5)
+ vue-instantsearch: 4.19.4(@vue/server-renderer@3.5.5(vue@3.5.5))(algoliasearch@4.24.0)(vue@3.5.5)
transitivePeerDependencies:
- '@vue/server-renderer'
- debug
@@ -5077,13 +5054,13 @@ snapshots:
- vue-server-renderer
- webpack-sources
- '@nuxtjs/apollo@5.0.0-alpha.14(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)':
+ '@nuxtjs/apollo@5.0.0-alpha.14(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)':
dependencies:
- '@apollo/client': 3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
- '@rollup/plugin-graphql': 2.0.4(graphql@16.9.0)(rollup@4.21.2)
- '@vue/apollo-composable': 4.2.1(@apollo/client@3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(graphql@16.9.0)(vue@3.5.5)
- '@vue/apollo-option': 4.2.0(@apollo/client@3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(vue@3.5.5)
+ '@apollo/client': 3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
+ '@rollup/plugin-graphql': 2.0.4(graphql@16.9.0)(rollup@4.21.3)
+ '@vue/apollo-composable': 4.2.1(@apollo/client@3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(graphql@16.9.0)(vue@3.5.5)
+ '@vue/apollo-option': 4.2.0(@apollo/client@3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(vue@3.5.5)
defu: 6.1.4
destr: 2.0.3
graphql: 16.9.0
@@ -5165,12 +5142,12 @@ snapshots:
'@parcel/watcher-win32-ia32': 2.4.1
'@parcel/watcher-win32-x64': 2.4.1
- '@pinia-plugin-persistedstate/nuxt@1.2.1(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.2)':
+ '@pinia-plugin-persistedstate/nuxt@1.2.1(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.3)':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
- '@pinia/nuxt': 0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
+ '@pinia/nuxt': 0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)
defu: 6.1.4
- pinia-plugin-persistedstate: 4.0.0(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.2)
+ pinia-plugin-persistedstate: 4.0.1(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.3)
transitivePeerDependencies:
- magicast
- pinia
@@ -5178,9 +5155,9 @@ snapshots:
- supports-color
- webpack-sources
- '@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)':
+ '@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)':
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
pinia: 2.2.2(vue@3.5.5)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -5200,130 +5177,130 @@ snapshots:
'@polka/url@1.0.0-next.25': {}
- '@rollup/plugin-alias@5.1.0(rollup@4.21.2)':
+ '@rollup/plugin-alias@5.1.0(rollup@4.21.3)':
dependencies:
slash: 4.0.0
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/plugin-commonjs@25.0.8(rollup@4.21.2)':
+ '@rollup/plugin-commonjs@25.0.8(rollup@4.21.3)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 8.1.0
is-reference: 1.2.1
magic-string: 0.30.11
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/plugin-graphql@2.0.4(graphql@16.9.0)(rollup@4.21.2)':
+ '@rollup/plugin-graphql@2.0.4(graphql@16.9.0)(rollup@4.21.3)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
graphql: 16.9.0
graphql-tag: 2.12.6(graphql@16.9.0)
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/plugin-inject@5.0.5(rollup@4.21.2)':
+ '@rollup/plugin-inject@5.0.5(rollup@4.21.3)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
estree-walker: 2.0.2
magic-string: 0.30.11
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/plugin-json@6.1.0(rollup@4.21.2)':
+ '@rollup/plugin-json@6.1.0(rollup@4.21.3)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/plugin-node-resolve@15.2.3(rollup@4.21.2)':
+ '@rollup/plugin-node-resolve@15.2.3(rollup@4.21.3)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-builtin-module: 3.2.1
is-module: 1.0.0
resolve: 1.22.8
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/plugin-replace@5.0.7(rollup@4.21.2)':
+ '@rollup/plugin-replace@5.0.7(rollup@4.21.3)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
magic-string: 0.30.11
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/plugin-terser@0.4.4(rollup@4.21.2)':
+ '@rollup/plugin-terser@0.4.4(rollup@4.21.3)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.5.0
- terser: 5.31.6
+ terser: 5.32.0
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
'@rollup/pluginutils@4.2.1':
dependencies:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.0(rollup@4.21.2)':
+ '@rollup/pluginutils@5.1.0(rollup@4.21.3)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- '@rollup/rollup-android-arm-eabi@4.21.2':
+ '@rollup/rollup-android-arm-eabi@4.21.3':
optional: true
- '@rollup/rollup-android-arm64@4.21.2':
+ '@rollup/rollup-android-arm64@4.21.3':
optional: true
- '@rollup/rollup-darwin-arm64@4.21.2':
+ '@rollup/rollup-darwin-arm64@4.21.3':
optional: true
- '@rollup/rollup-darwin-x64@4.21.2':
+ '@rollup/rollup-darwin-x64@4.21.3':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.21.2':
+ '@rollup/rollup-linux-arm-gnueabihf@4.21.3':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.21.2':
+ '@rollup/rollup-linux-arm-musleabihf@4.21.3':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.21.2':
+ '@rollup/rollup-linux-arm64-gnu@4.21.3':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.21.2':
+ '@rollup/rollup-linux-arm64-musl@4.21.3':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.21.2':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.21.3':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.21.2':
+ '@rollup/rollup-linux-riscv64-gnu@4.21.3':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.21.2':
+ '@rollup/rollup-linux-s390x-gnu@4.21.3':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.21.2':
+ '@rollup/rollup-linux-x64-gnu@4.21.3':
optional: true
- '@rollup/rollup-linux-x64-musl@4.21.2':
+ '@rollup/rollup-linux-x64-musl@4.21.3':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.21.2':
+ '@rollup/rollup-win32-arm64-msvc@4.21.3':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.21.2':
+ '@rollup/rollup-win32-ia32-msvc@4.21.3':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.21.2':
+ '@rollup/rollup-win32-x64-msvc@4.21.3':
optional: true
'@sindresorhus/is@4.6.0': {}
@@ -5340,14 +5317,14 @@ snapshots:
dependencies:
'@types/http-cache-semantics': 4.0.4
'@types/keyv': 3.1.4
- '@types/node': 22.5.4
+ '@types/node': 22.5.5
'@types/responselike': 1.0.3
'@types/dom-speech-recognition@0.0.1': {}
'@types/estree@1.0.5': {}
- '@types/google.maps@3.57.0': {}
+ '@types/google.maps@3.58.0': {}
'@types/hogan.js@3.0.5': {}
@@ -5355,49 +5332,50 @@ snapshots:
'@types/http-proxy@1.17.15':
dependencies:
- '@types/node': 22.5.4
+ '@types/node': 22.5.5
'@types/keyv@3.1.4':
dependencies:
- '@types/node': 22.5.4
+ '@types/node': 22.5.5
- '@types/node@22.5.4':
+ '@types/node@22.5.5':
dependencies:
undici-types: 6.19.8
- '@types/qs@6.9.15': {}
+ '@types/qs@6.9.16': {}
'@types/resolve@1.20.2': {}
'@types/responselike@1.0.3':
dependencies:
- '@types/node': 22.5.4
+ '@types/node': 22.5.5
- '@unhead/dom@1.10.4':
+ '@unhead/dom@1.11.2':
dependencies:
- '@unhead/schema': 1.10.4
- '@unhead/shared': 1.10.4
+ '@unhead/schema': 1.11.2
+ '@unhead/shared': 1.11.2
- '@unhead/schema@1.10.4':
+ '@unhead/schema@1.11.2':
dependencies:
hookable: 5.5.3
zhead: 2.2.4
- '@unhead/shared@1.10.4':
+ '@unhead/shared@1.11.2':
dependencies:
- '@unhead/schema': 1.10.4
+ '@unhead/schema': 1.11.2
- '@unhead/ssr@1.10.4':
+ '@unhead/ssr@1.11.2':
dependencies:
- '@unhead/schema': 1.10.4
- '@unhead/shared': 1.10.4
+ '@unhead/schema': 1.11.2
+ '@unhead/shared': 1.11.2
- '@unhead/vue@1.10.4(vue@3.5.5)':
+ '@unhead/vue@1.11.2(vue@3.5.5)':
dependencies:
- '@unhead/schema': 1.10.4
- '@unhead/shared': 1.10.4
+ '@unhead/schema': 1.11.2
+ '@unhead/shared': 1.11.2
+ defu: 6.1.4
hookable: 5.5.3
- unhead: 1.10.4
+ unhead: 1.11.2
vue: 3.5.5
'@vercel/nft@0.26.5':
@@ -5418,26 +5396,26 @@ snapshots:
- encoding
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5)':
+ '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)':
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
vue: 3.5.5
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.3(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5)':
+ '@vitejs/plugin-vue@5.1.3(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)':
dependencies:
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
vue: 3.5.5
- '@vue-macros/common@1.12.2(rollup@4.21.2)(vue@3.5.5)':
+ '@vue-macros/common@1.14.0(rollup@4.21.3)(vue@3.5.5)':
dependencies:
'@babel/types': 7.25.6
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
- '@vue/compiler-sfc': 3.5.4
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
+ '@vue/compiler-sfc': 3.5.5
ast-kit: 1.1.0
local-pkg: 0.5.0
magic-string-ast: 0.6.2
@@ -5446,9 +5424,9 @@ snapshots:
transitivePeerDependencies:
- rollup
- '@vue/apollo-composable@4.2.1(@apollo/client@3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(graphql@16.9.0)(vue@3.5.5)':
+ '@vue/apollo-composable@4.2.1(@apollo/client@3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(graphql@16.9.0)(vue@3.5.5)':
dependencies:
- '@apollo/client': 3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)
+ '@apollo/client': 3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)
graphql: 16.9.0
throttle-debounce: 5.0.2
ts-essentials: 9.4.2
@@ -5457,25 +5435,24 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@vue/apollo-option@4.2.0(@apollo/client@3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(vue@3.5.5)':
+ '@vue/apollo-option@4.2.0(@apollo/client@3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0))(vue@3.5.5)':
dependencies:
- '@apollo/client': 3.11.7(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)
+ '@apollo/client': 3.11.8(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)
throttle-debounce: 5.0.2
vue: 3.5.5
- '@vue/babel-helper-vue-transform-on@1.2.2': {}
+ '@vue/babel-helper-vue-transform-on@1.2.5': {}
- '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.25.2)':
+ '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.25.2)':
dependencies:
- '@babel/helper-module-imports': 7.22.15
+ '@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
'@babel/template': 7.25.0
'@babel/traverse': 7.25.6
'@babel/types': 7.25.6
- '@vue/babel-helper-vue-transform-on': 1.2.2
- '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.2)
- camelcase: 6.3.0
+ '@vue/babel-helper-vue-transform-on': 1.2.5
+ '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.25.2)
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
@@ -5483,22 +5460,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.25.2)':
+ '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.25.2)':
dependencies:
'@babel/code-frame': 7.24.7
'@babel/core': 7.25.2
- '@babel/helper-module-imports': 7.22.15
+ '@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.8
'@babel/parser': 7.25.6
- '@vue/compiler-sfc': 3.5.4
-
- '@vue/compiler-core@3.5.4':
- dependencies:
- '@babel/parser': 7.25.6
- '@vue/shared': 3.5.4
- entities: 4.5.0
- estree-walker: 2.0.2
- source-map-js: 1.2.0
+ '@vue/compiler-sfc': 3.5.5
+ transitivePeerDependencies:
+ - supports-color
'@vue/compiler-core@3.5.5':
dependencies:
@@ -5506,30 +5477,13 @@ snapshots:
'@vue/shared': 3.5.5
entities: 4.5.0
estree-walker: 2.0.2
- source-map-js: 1.2.0
-
- '@vue/compiler-dom@3.5.4':
- dependencies:
- '@vue/compiler-core': 3.5.4
- '@vue/shared': 3.5.4
+ source-map-js: 1.2.1
'@vue/compiler-dom@3.5.5':
dependencies:
'@vue/compiler-core': 3.5.5
'@vue/shared': 3.5.5
- '@vue/compiler-sfc@3.5.4':
- dependencies:
- '@babel/parser': 7.25.6
- '@vue/compiler-core': 3.5.4
- '@vue/compiler-dom': 3.5.4
- '@vue/compiler-ssr': 3.5.4
- '@vue/shared': 3.5.4
- estree-walker: 2.0.2
- magic-string: 0.30.11
- postcss: 8.4.45
- source-map-js: 1.2.0
-
'@vue/compiler-sfc@3.5.5':
dependencies:
'@babel/parser': 7.25.6
@@ -5540,34 +5494,30 @@ snapshots:
estree-walker: 2.0.2
magic-string: 0.30.11
postcss: 8.4.45
- source-map-js: 1.2.0
-
- '@vue/compiler-ssr@3.5.4':
- dependencies:
- '@vue/compiler-dom': 3.5.4
- '@vue/shared': 3.5.4
+ source-map-js: 1.2.1
'@vue/compiler-ssr@3.5.5':
dependencies:
'@vue/compiler-dom': 3.5.5
'@vue/shared': 3.5.5
- '@vue/devtools-api@6.6.3': {}
+ '@vue/devtools-api@6.6.4': {}
- '@vue/devtools-core@7.3.3(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))':
+ '@vue/devtools-core@7.4.4(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)':
dependencies:
- '@vue/devtools-kit': 7.3.3
- '@vue/devtools-shared': 7.4.4
+ '@vue/devtools-kit': 7.4.4
+ '@vue/devtools-shared': 7.4.5
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
+ vite-hot-client: 0.2.3(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
+ vue: 3.5.5
transitivePeerDependencies:
- vite
- '@vue/devtools-kit@7.3.3':
+ '@vue/devtools-kit@7.4.4':
dependencies:
- '@vue/devtools-shared': 7.4.4
+ '@vue/devtools-shared': 7.4.5
birpc: 0.2.17
hookable: 5.5.3
mitt: 3.0.1
@@ -5575,7 +5525,7 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.4.4':
+ '@vue/devtools-shared@7.4.5':
dependencies:
rfdc: 1.4.1
@@ -5601,10 +5551,6 @@ snapshots:
'@vue/shared': 3.5.5
vue: 3.5.5
- '@vue/shared@3.5.1': {}
-
- '@vue/shared@3.5.4': {}
-
'@vue/shared@3.5.5': {}
'@wry/caches@1.0.1':
@@ -5641,11 +5587,11 @@ snapshots:
agent-base@6.0.2:
dependencies:
- debug: 4.3.6
+ debug: 4.3.7
transitivePeerDependencies:
- supports-color
- algoliasearch-helper@3.22.4(algoliasearch@4.24.0):
+ algoliasearch-helper@3.22.5(algoliasearch@4.24.0):
dependencies:
'@algolia/events': 4.0.1
algoliasearch: 4.24.0
@@ -5676,7 +5622,7 @@ snapshots:
ansi-regex@5.0.1: {}
- ansi-regex@6.0.1: {}
+ ansi-regex@6.1.0: {}
ansi-styles@3.2.1:
dependencies:
@@ -5745,7 +5691,7 @@ snapshots:
autoprefixer@10.4.20(postcss@8.4.45):
dependencies:
browserslist: 4.23.3
- caniuse-lite: 1.0.30001655
+ caniuse-lite: 1.0.30001660
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.0
@@ -5754,7 +5700,7 @@ snapshots:
axios@1.7.7:
dependencies:
- follow-redirects: 1.15.8
+ follow-redirects: 1.15.9
form-data: 4.0.0
proxy-from-env: 1.1.0
transitivePeerDependencies:
@@ -5767,25 +5713,25 @@ snapshots:
bare-events@2.4.2:
optional: true
- bare-fs@2.3.3:
+ bare-fs@2.3.5:
dependencies:
bare-events: 2.4.2
bare-path: 2.1.3
- bare-stream: 2.2.1
+ bare-stream: 2.3.0
optional: true
- bare-os@2.4.2:
+ bare-os@2.4.4:
optional: true
bare-path@2.1.3:
dependencies:
- bare-os: 2.4.2
+ bare-os: 2.4.4
optional: true
- bare-stream@2.2.1:
+ bare-stream@2.3.0:
dependencies:
b4a: 1.6.6
- streamx: 2.20.0
+ streamx: 2.20.1
optional: true
base64-js@1.5.1: {}
@@ -5822,8 +5768,8 @@ snapshots:
browserslist@4.23.3:
dependencies:
- caniuse-lite: 1.0.30001655
- electron-to-chromium: 1.5.14
+ caniuse-lite: 1.0.30001660
+ electron-to-chromium: 1.5.23
node-releases: 2.0.18
update-browserslist-db: 1.1.0(browserslist@4.23.3)
@@ -5881,16 +5827,14 @@ snapshots:
camelcase-css@2.0.1: {}
- camelcase@6.3.0: {}
-
caniuse-api@3.0.0:
dependencies:
browserslist: 4.23.3
- caniuse-lite: 1.0.30001655
+ caniuse-lite: 1.0.30001660
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001655: {}
+ caniuse-lite@1.0.30001660: {}
chalk@2.4.2:
dependencies:
@@ -6054,12 +5998,12 @@ snapshots:
css-tree@2.2.1:
dependencies:
mdn-data: 2.0.28
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
css-tree@2.3.1:
dependencies:
mdn-data: 2.0.30
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
css-what@6.1.0: {}
@@ -6124,9 +6068,9 @@ snapshots:
dependencies:
ms: 2.0.0
- debug@4.3.6:
+ debug@4.3.7:
dependencies:
- ms: 2.1.2
+ ms: 2.1.3
decompress-response@6.0.0:
dependencies:
@@ -6174,7 +6118,7 @@ snapshots:
didyoumean@1.2.2: {}
- diff@5.2.0: {}
+ diff@7.0.0: {}
dlv@1.1.3: {}
@@ -6210,7 +6154,7 @@ snapshots:
ee-first@1.1.1: {}
- electron-to-chromium@1.5.14: {}
+ electron-to-chromium@1.5.23: {}
emoji-regex@8.0.0: {}
@@ -6218,6 +6162,8 @@ snapshots:
encodeurl@1.0.2: {}
+ encodeurl@2.0.0: {}
+
end-of-stream@1.4.4:
dependencies:
once: 1.4.0
@@ -6394,7 +6340,7 @@ snapshots:
flatted@3.3.1: {}
- follow-redirects@1.15.8: {}
+ follow-redirects@1.15.9: {}
foreground-child@3.3.0:
dependencies:
@@ -6454,7 +6400,7 @@ snapshots:
get-stream@5.2.0:
dependencies:
- pump: 3.0.0
+ pump: 3.0.2
get-stream@6.0.1: {}
@@ -6478,7 +6424,7 @@ snapshots:
is-ssh: 1.4.0
parse-url: 8.1.0
- git-url-parse@14.1.0:
+ git-url-parse@15.0.0:
dependencies:
git-up: 7.0.0
@@ -6627,7 +6573,7 @@ snapshots:
https-proxy-agent@5.0.1:
dependencies:
agent-base: 6.0.2
- debug: 4.3.6
+ debug: 4.3.7
transitivePeerDependencies:
- supports-color
@@ -6643,13 +6589,13 @@ snapshots:
image-meta@0.2.1: {}
- impound@0.1.0(rollup@4.21.2):
+ impound@0.1.0(rollup@4.21.3):
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
mlly: 1.7.1
pathe: 1.1.2
unenv: 1.10.0
- unplugin: 1.13.1
+ unplugin: 1.14.1
transitivePeerDependencies:
- rollup
- webpack-sources
@@ -6671,27 +6617,27 @@ snapshots:
instantsearch.css@7.4.5: {}
- instantsearch.js@4.74.0(algoliasearch@4.24.0):
+ instantsearch.js@4.74.1(algoliasearch@4.24.0):
dependencies:
'@algolia/events': 4.0.1
'@types/dom-speech-recognition': 0.0.1
- '@types/google.maps': 3.57.0
+ '@types/google.maps': 3.58.0
'@types/hogan.js': 3.0.5
- '@types/qs': 6.9.15
+ '@types/qs': 6.9.16
algoliasearch: 4.24.0
- algoliasearch-helper: 3.22.4(algoliasearch@4.24.0)
+ algoliasearch-helper: 3.22.5(algoliasearch@4.24.0)
hogan.js: 3.0.2
htm: 3.1.1
instantsearch-ui-components: 0.9.0
preact: 10.23.2
qs: 6.9.7
- search-insights: 2.17.1
+ search-insights: 2.17.2
ioredis@5.4.1:
dependencies:
'@ioredis/commands': 1.2.0
cluster-key-slot: 1.1.2
- debug: 4.3.6
+ debug: 4.3.7
denque: 2.1.0
lodash.defaults: 4.2.0
lodash.isarguments: 3.1.0
@@ -6717,7 +6663,7 @@ snapshots:
sharp: 0.32.6
svgo: 3.3.2
ufo: 1.5.4
- unstorage: 1.11.1(ioredis@5.4.1)
+ unstorage: 1.12.0(ioredis@5.4.1)
xss: 1.0.15
transitivePeerDependencies:
- '@azure/app-configuration'
@@ -6850,7 +6796,7 @@ snapshots:
kolorist@1.8.0: {}
- launch-editor@2.8.2:
+ launch-editor@2.9.1:
dependencies:
picocolors: 1.1.0
shell-quote: 1.8.1
@@ -6927,7 +6873,7 @@ snapshots:
dependencies:
'@babel/parser': 7.25.6
'@babel/types': 7.25.6
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
make-dir@3.1.0:
dependencies:
@@ -7021,8 +6967,6 @@ snapshots:
ms@2.0.0: {}
- ms@2.1.2: {}
-
ms@2.1.3: {}
mz@2.7.0:
@@ -7044,14 +6988,14 @@ snapshots:
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.1
- '@rollup/plugin-alias': 5.1.0(rollup@4.21.2)
- '@rollup/plugin-commonjs': 25.0.8(rollup@4.21.2)
- '@rollup/plugin-inject': 5.0.5(rollup@4.21.2)
- '@rollup/plugin-json': 6.1.0(rollup@4.21.2)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.21.2)
- '@rollup/plugin-replace': 5.0.7(rollup@4.21.2)
- '@rollup/plugin-terser': 0.4.4(rollup@4.21.2)
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/plugin-alias': 5.1.0(rollup@4.21.3)
+ '@rollup/plugin-commonjs': 25.0.8(rollup@4.21.3)
+ '@rollup/plugin-inject': 5.0.5(rollup@4.21.3)
+ '@rollup/plugin-json': 6.1.0(rollup@4.21.3)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.21.3)
+ '@rollup/plugin-replace': 5.0.7(rollup@4.21.3)
+ '@rollup/plugin-terser': 0.4.4(rollup@4.21.3)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
'@types/http-proxy': 1.17.15
'@vercel/nft': 0.26.5
archiver: 7.0.1
@@ -7094,19 +7038,19 @@ snapshots:
pkg-types: 1.2.0
pretty-bytes: 6.1.1
radix3: 1.1.2
- rollup: 4.21.2
- rollup-plugin-visualizer: 5.12.0(rollup@4.21.2)
+ rollup: 4.21.3
+ rollup-plugin-visualizer: 5.12.0(rollup@4.21.3)
scule: 1.3.0
semver: 7.6.3
serve-placeholder: 2.0.2
- serve-static: 1.15.0
+ serve-static: 1.16.2
std-env: 3.7.0
ufo: 1.5.4
uncrypto: 0.1.3
unctx: 2.3.1
unenv: 1.10.0
- unimport: 3.11.1(rollup@4.21.2)
- unstorage: 1.11.1(ioredis@5.4.1)
+ unimport: 3.12.0(rollup@4.21.3)
+ unstorage: 1.12.0(ioredis@5.4.1)
unwasm: 0.3.9
transitivePeerDependencies:
- '@azure/app-configuration'
@@ -7189,12 +7133,12 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- nuxt-icon@0.6.10(magicast@0.3.5)(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))(vue@3.5.5):
+ nuxt-icon@0.6.10(magicast@0.3.5)(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5):
dependencies:
- '@iconify/collections': 1.0.456
+ '@iconify/collections': 1.0.459
'@iconify/vue': 4.1.2(vue@3.5.5)
- '@nuxt/devtools-kit': 1.4.1(magicast@0.3.5)(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@nuxt/devtools-kit': 1.4.2(magicast@0.3.5)(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
transitivePeerDependencies:
- magicast
- rollup
@@ -7203,18 +7147,18 @@ snapshots:
- vue
- webpack-sources
- nuxt@3.13.1(@parcel/watcher@2.4.1)(@types/node@22.5.4)(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.2)(terser@5.31.6)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6)):
+ nuxt@3.13.1(@parcel/watcher@2.4.1)(@types/node@22.5.5)(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.21.3)(terser@5.32.0)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.4.1(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6))
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
- '@nuxt/schema': 3.13.1(rollup@4.21.2)
- '@nuxt/telemetry': 2.5.4(magicast@0.3.5)(rollup@4.21.2)
- '@nuxt/vite-builder': 3.13.1(@types/node@22.5.4)(magicast@0.3.5)(rollup@4.21.2)(terser@5.31.6)(vue@3.5.5)
- '@unhead/dom': 1.10.4
- '@unhead/ssr': 1.10.4
- '@unhead/vue': 1.10.4(vue@3.5.5)
- '@vue/shared': 3.5.1
+ '@nuxt/devtools': 1.4.2(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0))(vue@3.5.5)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
+ '@nuxt/schema': 3.13.1(rollup@4.21.3)
+ '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.21.3)
+ '@nuxt/vite-builder': 3.13.1(@types/node@22.5.5)(magicast@0.3.5)(rollup@4.21.3)(terser@5.32.0)(vue@3.5.5)
+ '@unhead/dom': 1.11.2
+ '@unhead/ssr': 1.11.2
+ '@unhead/vue': 1.11.2(vue@3.5.5)
+ '@vue/shared': 3.5.5
acorn: 8.12.1
c12: 1.11.2(magicast@0.3.5)
chokidar: 3.6.0
@@ -7232,7 +7176,7 @@ snapshots:
h3: 1.12.0
hookable: 5.5.3
ignore: 5.3.2
- impound: 0.1.0(rollup@4.21.2)
+ impound: 0.1.0(rollup@4.21.3)
jiti: 1.21.6
klona: 2.0.6
knitwork: 1.1.0
@@ -7258,18 +7202,18 @@ snapshots:
uncrypto: 0.1.3
unctx: 2.3.1
unenv: 1.10.0
- unimport: 3.11.1(rollup@4.21.2)
- unplugin: 1.13.1
- unplugin-vue-router: 0.10.7(rollup@4.21.2)(vue-router@4.4.3(vue@3.5.5))(vue@3.5.5)
- unstorage: 1.11.1(ioredis@5.4.1)
+ unimport: 3.12.0(rollup@4.21.3)
+ unplugin: 1.14.1
+ unplugin-vue-router: 0.10.8(rollup@4.21.3)(vue-router@4.4.5(vue@3.5.5))(vue@3.5.5)
+ unstorage: 1.12.0(ioredis@5.4.1)
untyped: 1.4.2
vue: 3.5.5
vue-bundle-renderer: 2.1.0
vue-devtools-stub: 0.1.0
- vue-router: 4.4.3(vue@3.5.5)
+ vue-router: 4.4.5(vue@3.5.5)
optionalDependencies:
'@parcel/watcher': 2.4.1
- '@types/node': 22.5.4
+ '@types/node': 22.5.5
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -7380,6 +7324,8 @@ snapshots:
package-json-from-dist@1.0.0: {}
+ package-manager-detector@0.2.0: {}
+
parse-git-config@3.0.0:
dependencies:
git-config-path: 2.0.0
@@ -7422,14 +7368,14 @@ snapshots:
pify@2.3.0: {}
- pinia-plugin-persistedstate@4.0.0(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.2):
+ pinia-plugin-persistedstate@4.0.1(@pinia/nuxt@0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5))(magicast@0.3.5)(pinia@2.2.2(vue@3.5.5))(rollup@4.21.3):
dependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
deep-pick-omit: 1.2.0
defu: 6.1.4
destr: 2.0.3
optionalDependencies:
- '@pinia/nuxt': 0.5.4(magicast@0.3.5)(rollup@4.21.2)(vue@3.5.5)
+ '@pinia/nuxt': 0.5.4(magicast@0.3.5)(rollup@4.21.3)(vue@3.5.5)
pinia: 2.2.2(vue@3.5.5)
transitivePeerDependencies:
- magicast
@@ -7439,7 +7385,7 @@ snapshots:
pinia@2.2.2(vue@3.5.5):
dependencies:
- '@vue/devtools-api': 6.6.3
+ '@vue/devtools-api': 6.6.4
vue: 3.5.5
vue-demi: 0.14.10(vue@3.5.5)
@@ -7643,7 +7589,7 @@ snapshots:
dependencies:
nanoid: 3.3.7
picocolors: 1.1.0
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
preact@10.23.2: {}
@@ -7656,7 +7602,7 @@ snapshots:
mkdirp-classic: 0.5.3
napi-build-utils: 1.0.2
node-abi: 3.67.0
- pump: 3.0.0
+ pump: 3.0.2
rc: 1.2.8
simple-get: 4.0.1
tar-fs: 2.1.1
@@ -7688,7 +7634,7 @@ snapshots:
proxy-from-env@1.1.0: {}
- pump@3.0.0:
+ pump@3.0.2:
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
@@ -7796,35 +7742,35 @@ snapshots:
dependencies:
glob: 7.2.3
- rollup-plugin-visualizer@5.12.0(rollup@4.21.2):
+ rollup-plugin-visualizer@5.12.0(rollup@4.21.3):
dependencies:
open: 8.4.2
picomatch: 2.3.1
source-map: 0.7.4
yargs: 17.7.2
optionalDependencies:
- rollup: 4.21.2
+ rollup: 4.21.3
- rollup@4.21.2:
+ rollup@4.21.3:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.21.2
- '@rollup/rollup-android-arm64': 4.21.2
- '@rollup/rollup-darwin-arm64': 4.21.2
- '@rollup/rollup-darwin-x64': 4.21.2
- '@rollup/rollup-linux-arm-gnueabihf': 4.21.2
- '@rollup/rollup-linux-arm-musleabihf': 4.21.2
- '@rollup/rollup-linux-arm64-gnu': 4.21.2
- '@rollup/rollup-linux-arm64-musl': 4.21.2
- '@rollup/rollup-linux-powerpc64le-gnu': 4.21.2
- '@rollup/rollup-linux-riscv64-gnu': 4.21.2
- '@rollup/rollup-linux-s390x-gnu': 4.21.2
- '@rollup/rollup-linux-x64-gnu': 4.21.2
- '@rollup/rollup-linux-x64-musl': 4.21.2
- '@rollup/rollup-win32-arm64-msvc': 4.21.2
- '@rollup/rollup-win32-ia32-msvc': 4.21.2
- '@rollup/rollup-win32-x64-msvc': 4.21.2
+ '@rollup/rollup-android-arm-eabi': 4.21.3
+ '@rollup/rollup-android-arm64': 4.21.3
+ '@rollup/rollup-darwin-arm64': 4.21.3
+ '@rollup/rollup-darwin-x64': 4.21.3
+ '@rollup/rollup-linux-arm-gnueabihf': 4.21.3
+ '@rollup/rollup-linux-arm-musleabihf': 4.21.3
+ '@rollup/rollup-linux-arm64-gnu': 4.21.3
+ '@rollup/rollup-linux-arm64-musl': 4.21.3
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.21.3
+ '@rollup/rollup-linux-riscv64-gnu': 4.21.3
+ '@rollup/rollup-linux-s390x-gnu': 4.21.3
+ '@rollup/rollup-linux-x64-gnu': 4.21.3
+ '@rollup/rollup-linux-x64-musl': 4.21.3
+ '@rollup/rollup-win32-arm64-msvc': 4.21.3
+ '@rollup/rollup-win32-ia32-msvc': 4.21.3
+ '@rollup/rollup-win32-x64-msvc': 4.21.3
fsevents: 2.3.3
run-applescript@7.0.0: {}
@@ -7839,13 +7785,13 @@ snapshots:
scule@1.3.0: {}
- search-insights@2.17.1: {}
+ search-insights@2.17.2: {}
semver@6.3.1: {}
semver@7.6.3: {}
- send@0.18.0:
+ send@0.19.0:
dependencies:
debug: 2.6.9
depd: 2.0.0
@@ -7871,12 +7817,12 @@ snapshots:
dependencies:
defu: 6.1.4
- serve-static@1.15.0:
+ serve-static@1.16.2:
dependencies:
- encodeurl: 1.0.2
+ encodeurl: 2.0.0
escape-html: 1.0.3
parseurl: 1.3.3
- send: 0.18.0
+ send: 0.19.0
transitivePeerDependencies:
- supports-color
@@ -7922,7 +7868,7 @@ snapshots:
dependencies:
'@kwsites/file-exists': 1.1.1
'@kwsites/promise-deferred': 1.1.1
- debug: 4.3.6
+ debug: 4.3.7
transitivePeerDependencies:
- supports-color
@@ -7945,7 +7891,7 @@ snapshots:
smob@1.5.0: {}
- source-map-js@1.2.0: {}
+ source-map-js@1.2.1: {}
source-map-support@0.5.21:
dependencies:
@@ -7974,11 +7920,11 @@ snapshots:
storyblok-js-client@5.14.4: {}
- streamx@2.20.0:
+ streamx@2.20.1:
dependencies:
fast-fifo: 1.3.2
queue-tick: 1.0.1
- text-decoder: 1.1.1
+ text-decoder: 1.2.0
optionalDependencies:
bare-events: 2.4.2
@@ -8008,7 +7954,7 @@ snapshots:
strip-ansi@7.1.0:
dependencies:
- ansi-regex: 6.0.1
+ ansi-regex: 6.1.0
strip-final-newline@3.0.0: {}
@@ -8102,16 +8048,16 @@ snapshots:
dependencies:
chownr: 1.1.4
mkdirp-classic: 0.5.3
- pump: 3.0.0
+ pump: 3.0.2
tar-stream: 2.2.0
optional: true
tar-fs@3.0.6:
dependencies:
- pump: 3.0.0
+ pump: 3.0.2
tar-stream: 3.1.7
optionalDependencies:
- bare-fs: 2.3.3
+ bare-fs: 2.3.5
bare-path: 2.1.3
optional: true
@@ -8128,7 +8074,7 @@ snapshots:
dependencies:
b4a: 1.6.6
fast-fifo: 1.3.2
- streamx: 2.20.0
+ streamx: 2.20.1
tar@6.2.1:
dependencies:
@@ -8139,14 +8085,14 @@ snapshots:
mkdirp: 1.0.4
yallist: 4.0.0
- terser@5.31.6:
+ terser@5.32.0:
dependencies:
'@jridgewell/source-map': 0.3.6
acorn: 8.12.1
commander: 2.20.3
source-map-support: 0.5.21
- text-decoder@1.1.1:
+ text-decoder@1.2.0:
dependencies:
b4a: 1.6.6
@@ -8169,7 +8115,10 @@ snapshots:
fdir: 6.3.0(picomatch@4.0.2)
picomatch: 4.0.2
- tinyrainbow@1.2.0: {}
+ tinyglobby@0.2.6:
+ dependencies:
+ fdir: 6.3.0(picomatch@4.0.2)
+ picomatch: 4.0.2
to-fast-properties@2.0.0: {}
@@ -8206,7 +8155,7 @@ snapshots:
type-fest@3.13.1: {}
- type-fest@4.26.0: {}
+ type-fest@4.26.1: {}
ufo@1.5.4: {}
@@ -8223,7 +8172,7 @@ snapshots:
acorn: 8.12.1
estree-walker: 3.0.3
magic-string: 0.30.11
- unplugin: 1.13.1
+ unplugin: 1.14.1
transitivePeerDependencies:
- webpack-sources
@@ -8241,18 +8190,18 @@ snapshots:
node-fetch-native: 1.6.4
pathe: 1.1.2
- unhead@1.10.4:
+ unhead@1.11.2:
dependencies:
- '@unhead/dom': 1.10.4
- '@unhead/schema': 1.10.4
- '@unhead/shared': 1.10.4
+ '@unhead/dom': 1.11.2
+ '@unhead/schema': 1.11.2
+ '@unhead/shared': 1.11.2
hookable: 5.5.3
unicorn-magic@0.1.0: {}
- unimport@3.11.1(rollup@4.21.2):
+ unimport@3.12.0(rollup@4.21.3):
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
acorn: 8.12.1
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
@@ -8264,28 +8213,28 @@ snapshots:
pkg-types: 1.2.0
scule: 1.3.0
strip-literal: 2.1.0
- unplugin: 1.13.1
+ unplugin: 1.14.1
transitivePeerDependencies:
- rollup
- webpack-sources
universalify@2.0.1: {}
- unplugin-formkit@0.2.13(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6)):
+ unplugin-formkit@0.2.13(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0)):
dependencies:
pathe: 1.1.2
- unplugin: 1.13.1
+ unplugin: 1.14.1
optionalDependencies:
- rollup: 4.21.2
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ rollup: 4.21.3
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
transitivePeerDependencies:
- webpack-sources
- unplugin-vue-router@0.10.7(rollup@4.21.2)(vue-router@4.4.3(vue@3.5.5))(vue@3.5.5):
+ unplugin-vue-router@0.10.8(rollup@4.21.3)(vue-router@4.4.5(vue@3.5.5))(vue@3.5.5):
dependencies:
'@babel/types': 7.25.6
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
- '@vue-macros/common': 1.12.2(rollup@4.21.2)(vue@3.5.5)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
+ '@vue-macros/common': 1.14.0(rollup@4.21.3)(vue@3.5.5)
ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
@@ -8295,21 +8244,21 @@ snapshots:
mlly: 1.7.1
pathe: 1.1.2
scule: 1.3.0
- unplugin: 1.13.1
+ unplugin: 1.14.1
yaml: 2.5.1
optionalDependencies:
- vue-router: 4.4.3(vue@3.5.5)
+ vue-router: 4.4.5(vue@3.5.5)
transitivePeerDependencies:
- rollup
- vue
- webpack-sources
- unplugin@1.13.1:
+ unplugin@1.14.1:
dependencies:
acorn: 8.12.1
webpack-virtual-modules: 0.6.2
- unstorage@1.11.1(ioredis@5.4.1):
+ unstorage@1.12.0(ioredis@5.4.1):
dependencies:
anymatch: 3.1.3
chokidar: 3.6.0
@@ -8351,7 +8300,7 @@ snapshots:
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.2.0
- unplugin: 1.13.1
+ unplugin: 1.14.1
transitivePeerDependencies:
- webpack-sources
@@ -8369,21 +8318,20 @@ snapshots:
vee-validate@4.13.2(vue@3.5.5):
dependencies:
- '@vue/devtools-api': 6.6.3
- type-fest: 4.26.0
+ '@vue/devtools-api': 6.6.4
+ type-fest: 4.26.1
vue: 3.5.5
- vite-hot-client@0.2.3(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6)):
+ vite-hot-client@0.2.3(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0)):
dependencies:
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
- vite-node@2.0.5(@types/node@22.5.4)(terser@5.31.6):
+ vite-node@2.1.1(@types/node@22.5.5)(terser@5.32.0):
dependencies:
cac: 6.7.14
- debug: 4.3.6
+ debug: 4.3.7
pathe: 1.1.2
- tinyrainbow: 1.2.0
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
transitivePeerDependencies:
- '@types/node'
- less
@@ -8395,7 +8343,7 @@ snapshots:
- supports-color
- terser
- vite-plugin-checker@0.7.2(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6)):
+ vite-plugin-checker@0.7.2(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -8407,54 +8355,54 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.3
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.0.8
- vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@4.21.2))(rollup@4.21.2)(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6)):
+ vite-plugin-inspect@0.8.7(@nuxt/kit@3.13.1(magicast@0.3.5)(rollup@4.21.3))(rollup@4.21.3)(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.21.2)
- debug: 4.3.6
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.3)
+ debug: 4.3.7
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
perfect-debounce: 1.0.0
picocolors: 1.1.0
sirv: 2.0.4
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
optionalDependencies:
- '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.2)
+ '@nuxt/kit': 3.13.1(magicast@0.3.5)(rollup@4.21.3)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-vue-inspector@5.2.0(vite@5.4.4(@types/node@22.5.4)(terser@5.31.6)):
+ vite-plugin-vue-inspector@5.2.0(vite@5.4.4(@types/node@22.5.5)(terser@5.32.0)):
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2)
'@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.25.2)
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- '@vue/compiler-dom': 3.5.4
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2)
+ '@vue/compiler-dom': 3.5.5
kolorist: 1.8.0
magic-string: 0.30.11
- vite: 5.4.4(@types/node@22.5.4)(terser@5.31.6)
+ vite: 5.4.4(@types/node@22.5.5)(terser@5.32.0)
transitivePeerDependencies:
- supports-color
- vite@5.4.4(@types/node@22.5.4)(terser@5.31.6):
+ vite@5.4.4(@types/node@22.5.5)(terser@5.32.0):
dependencies:
esbuild: 0.21.5
postcss: 8.4.45
- rollup: 4.21.2
+ rollup: 4.21.3
optionalDependencies:
- '@types/node': 22.5.4
+ '@types/node': 22.5.5
fsevents: 2.3.3
- terser: 5.31.6
+ terser: 5.32.0
vscode-jsonrpc@6.0.0: {}
@@ -8489,19 +8437,19 @@ snapshots:
vue-devtools-stub@0.1.0: {}
- vue-instantsearch@4.19.3(@vue/server-renderer@3.5.5(vue@3.5.5))(algoliasearch@4.24.0)(vue@3.5.5):
+ vue-instantsearch@4.19.4(@vue/server-renderer@3.5.5(vue@3.5.5))(algoliasearch@4.24.0)(vue@3.5.5):
dependencies:
algoliasearch: 4.24.0
instantsearch-ui-components: 0.9.0
- instantsearch.js: 4.74.0(algoliasearch@4.24.0)
+ instantsearch.js: 4.74.1(algoliasearch@4.24.0)
mitt: 2.1.0
vue: 3.5.5
optionalDependencies:
'@vue/server-renderer': 3.5.5(vue@3.5.5)
- vue-router@4.4.3(vue@3.5.5):
+ vue-router@4.4.5(vue@3.5.5):
dependencies:
- '@vue/devtools-api': 6.6.3
+ '@vue/devtools-api': 6.6.4
vue: 3.5.5
vue@3.5.5:
diff --git a/store/useCart.js b/store/useCart.js
index 99a91071..87c58ce7 100644
--- a/store/useCart.js
+++ b/store/useCart.js
@@ -11,7 +11,11 @@ export const useCart = defineStore("cartState", () => {
const error = ref(null);
const cartTotals = ref({});
- const { result: cartResult, loading: cartLoading, refetch: refetchCart } = useQuery(GET_CART_QUERY, null, { fetchPolicy: 'network-only' });
+ const {
+ result: cartResult,
+ loading: cartLoading,
+ refetch: refetchCart,
+ } = useQuery(GET_CART_QUERY, null, { fetchPolicy: "network-only" });
watch(cartResult, (newCartResult) => {
if (newCartResult && newCartResult.cart) {
@@ -20,14 +24,14 @@ export const useCart = defineStore("cartState", () => {
});
const updateCartState = (newCart) => {
- cart.value = newCart.contents.nodes.map(item => ({
+ cart.value = newCart.contents.nodes.map((item) => ({
key: item.key,
product: item.product.node,
variation: item.variation ? item.variation.node : null,
quantity: item.quantity,
total: item.total,
subtotal: item.subtotal,
- subtotalTax: item.subtotalTax
+ subtotalTax: item.subtotalTax,
}));
cartTotals.value = {
@@ -40,7 +44,7 @@ export const useCart = defineStore("cartState", () => {
feeTax: newCart.feeTax,
feeTotal: newCart.feeTotal,
discountTax: newCart.discountTax,
- discountTotal: newCart.discountTotal
+ discountTotal: newCart.discountTotal,
};
};
@@ -115,11 +119,11 @@ export const useCart = defineStore("cartState", () => {
});
const cartSubtotal = computed(() => {
- return cartTotals.value.subtotal || '0';
+ return cartTotals.value.subtotal || "0";
});
const cartTotal = computed(() => {
- return cartTotals.value.total || '0';
+ return cartTotals.value.total || "0";
});
return {