From 9e95c8859d9c29b382f2b534075d9833157dc8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:48:11 +0000 Subject: [PATCH] chore(deps): bump @docsearch/css from 3.8.2 to 4.5.4 Bumps [@docsearch/css](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-css) from 3.8.2 to 4.5.4. - [Release notes](https://github.com/algolia/docsearch/releases) - [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/algolia/docsearch/commits/v4.5.4/packages/docsearch-css) --- updated-dependencies: - dependency-name: "@docsearch/css" dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a80edc..0f20749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "nuxt-app", "hasInstallScript": true, "dependencies": { - "@docsearch/css": "3.8.2", + "@docsearch/css": "4.6.0", "@docsearch/js": "3.8.2", "@nuxt/content": "^3.11.2", "@nuxt/fonts": "^0.13.0", @@ -749,9 +749,9 @@ } }, "node_modules/@docsearch/css": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.2.tgz", - "integrity": "sha512-y05ayQFyUmCXze79+56v/4HpycYF3uFqB78pLPrSV5ZKAlDuIAAJNhaRi8tTdRNXh05yxX/TyNnzD6LwSM89vQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-4.6.0.tgz", + "integrity": "sha512-YlcAimkXclvqta47g47efzCM5CFxDwv2ClkDfEs/fC/Ak0OxPH2b3czwa4o8O1TRBf+ujFF2RiUwszz2fPVNJQ==", "license": "MIT" }, "node_modules/@docsearch/js": { @@ -796,6 +796,12 @@ } } }, + "node_modules/@docsearch/react/node_modules/@docsearch/css": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.2.tgz", + "integrity": "sha512-y05ayQFyUmCXze79+56v/4HpycYF3uFqB78pLPrSV5ZKAlDuIAAJNhaRi8tTdRNXh05yxX/TyNnzD6LwSM89vQ==", + "license": "MIT" + }, "node_modules/@dxup/nuxt": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.3.2.tgz", diff --git a/package.json b/package.json index 06d99f0..4eaa457 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@docsearch/css": "3.8.2", + "@docsearch/css": "4.6.0", "@docsearch/js": "3.8.2", "@nuxt/content": "^3.11.2", "@nuxt/fonts": "^0.13.0",