diff --git a/package-lock.json b/package-lock.json index b0711c137..41ac4daef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-query": "^5.92.9", - "@unhead/vue": "^2.1.2", + "@unhead/vue": "^2.1.3", "@vitejs/plugin-vue": "^6.0.4", "@vueuse/core": "^14.2.0", "autoprefixer": "^10.4.24", @@ -2955,13 +2955,13 @@ } }, "node_modules/@unhead/vue": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.2.tgz", - "integrity": "sha512-w5yxH/fkkLWAFAOnMSIbvAikNHYn6pgC7zGF/BasXf+K3CO1cYIPFehYAk5jpcsbiNPMc3goyyw1prGLoyD14g==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.3.tgz", + "integrity": "sha512-Cx0SvCPPOowHteJTpsI+sAQovYnmOgMdueL/McLIYyzJcSM1RBiB+4GJSWOvPDNBSK80SkyI654iWoW5V4UTTw==", "license": "MIT", "dependencies": { "hookable": "^6.0.1", - "unhead": "2.1.2" + "unhead": "2.1.3" }, "funding": { "url": "https://github.com/sponsors/harlan-zw" @@ -6674,9 +6674,9 @@ "license": "MIT" }, "node_modules/unhead": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.2.tgz", - "integrity": "sha512-vSihrxyb+zsEUfEbraZBCjdE0p/WSoc2NGDrpwwSNAwuPxhYK1nH3eegf02IENLpn1sUhL8IoO84JWmRQ6tILA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.3.tgz", + "integrity": "sha512-Xg1vKNzkEDM4rrbQcSyKhjy2SAmSyV8qy/2iVdBeoln3Yxz31hlhpa1B2Yx5gBLj9G4MQ6+ZguDzpJTDgrhH+w==", "license": "MIT", "dependencies": { "hookable": "^6.0.1" diff --git a/package.json b/package.json index 08f7eba25..d25dbf2e0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-query": "^5.92.9", - "@unhead/vue": "^2.1.2", + "@unhead/vue": "^2.1.3", "@vitejs/plugin-vue": "^6.0.4", "@vueuse/core": "^14.2.0", "autoprefixer": "^10.4.24",