From c980c375072339a2803eb3b4f1640faddf013d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:48:25 +0000 Subject: [PATCH] chore(deps): bump unhead and @unhead/vue in /client Bumps [unhead](https://github.com/unjs/unhead/tree/HEAD/packages/unhead) to 2.1.12 and updates ancestor dependency [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue). These dependencies need to be updated together. Updates `unhead` from 2.0.19 to 2.1.12 - [Release notes](https://github.com/unjs/unhead/releases) - [Commits](https://github.com/unjs/unhead/commits/v2.1.12/packages/unhead) Updates `@unhead/vue` from 2.0.19 to 2.1.12 - [Release notes](https://github.com/unjs/unhead/releases) - [Commits](https://github.com/unjs/unhead/commits/v2.1.12/packages/vue) --- updated-dependencies: - dependency-name: unhead dependency-version: 2.1.12 dependency-type: indirect - dependency-name: "@unhead/vue" dependency-version: 2.1.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 26 +++++++++++++------------- client/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 5e8c102..2bf1a11 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "@lezer/markdown": "^1.6.1", "@replit/codemirror-vim": "^6.3.0", "@types/marked": "^6.0.0", - "@unhead/vue": "^2.0.19", + "@unhead/vue": "^2.1.12", "axios": "^1.13.5", "buefy": "^3.0.3", "bulma": "^1.0.4", @@ -3303,13 +3303,13 @@ "license": "MIT" }, "node_modules/@unhead/vue": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.0.19.tgz", - "integrity": "sha512-7BYjHfOaoZ9+ARJkT10Q2TjnTUqDXmMpfakIAsD/hXiuff1oqWg1xeXT5+MomhNcC15HbiABpbbBmITLSHxdKg==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.12.tgz", + "integrity": "sha512-zEWqg0nZM8acpuTZE40wkeUl8AhIe0tU0OkilVi1D4fmVjACrwoh5HP6aNqJ8kUnKsoy6D+R3Vi/O+fmdNGO7g==", "license": "MIT", "dependencies": { - "hookable": "^5.5.3", - "unhead": "2.0.19" + "hookable": "^6.0.1", + "unhead": "2.1.12" }, "funding": { "url": "https://github.com/sponsors/harlan-zw" @@ -8416,9 +8416,9 @@ } }, "node_modules/hookable": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", - "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.0.1.tgz", + "integrity": "sha512-uKGyY8BuzN/a5gvzvA+3FVWo0+wUjgtfSdnmjtrOVwQCZPHpHDH2WRO3VZSOeluYrHoDCiXFffZXs8Dj1ULWtw==", "license": "MIT" }, "node_modules/hosted-git-info": { @@ -15669,12 +15669,12 @@ "license": "MIT" }, "node_modules/unhead": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.0.19.tgz", - "integrity": "sha512-gEEjkV11Aj+rBnY6wnRfsFtF2RxKOLaPN4i+Gx3UhBxnszvV6ApSNZbGk7WKyy/lErQ6ekPN63qdFL7sa1leow==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.12.tgz", + "integrity": "sha512-iTHdWD9ztTunOErtfUFk6Wr11BxvzumcYJ0CzaSCBUOEtg+DUZ9+gnE99i8QkLFT2q1rZD48BYYGXpOZVDLYkA==", "license": "MIT", "dependencies": { - "hookable": "^5.5.3" + "hookable": "^6.0.1" }, "funding": { "url": "https://github.com/sponsors/harlan-zw" diff --git a/client/package.json b/client/package.json index cec4a42..6d14499 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "@lezer/markdown": "^1.6.1", "@replit/codemirror-vim": "^6.3.0", "@types/marked": "^6.0.0", - "@unhead/vue": "^2.0.19", + "@unhead/vue": "^2.1.12", "axios": "^1.13.5", "buefy": "^3.0.3", "bulma": "^1.0.4",