From 3d06ff19537032ed270cdd3f9b16d71418bb4087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:36:55 +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.13 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.13 - [Release notes](https://github.com/unjs/unhead/releases) - [Commits](https://github.com/unjs/unhead/commits/v2.1.13/packages/unhead) Updates `@unhead/vue` from 2.0.19 to 2.1.13 - [Release notes](https://github.com/unjs/unhead/releases) - [Commits](https://github.com/unjs/unhead/commits/v2.1.13/packages/vue) --- updated-dependencies: - dependency-name: unhead dependency-version: 2.1.13 dependency-type: indirect - dependency-name: "@unhead/vue" dependency-version: 2.1.13 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..c155187 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.13", "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.13", + "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.13.tgz", + "integrity": "sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==", "license": "MIT", "dependencies": { - "hookable": "^5.5.3", - "unhead": "2.0.19" + "hookable": "^6.0.1", + "unhead": "2.1.13" }, "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.1.0", + "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.0.tgz", + "integrity": "sha512-ZoKZSJgu8voGK2geJS+6YtYjvIzu9AOM/KZXsBxr83uhLL++e9pEv/dlgwgy3dvHg06kTz6JOh1hk3C8Ceiymw==", "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.13", + "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.13.tgz", + "integrity": "sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==", "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..358a29f 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.13", "axios": "^1.13.5", "buefy": "^3.0.3", "bulma": "^1.0.4",