diff --git a/package-lock.json b/package-lock.json index 8b67c34c..9590b082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "docs", "version": "1.1.1", "dependencies": { - "@docsearch/css": "^4.6.0", + "@docsearch/css": "^5.0.0", "@docsearch/react": "^4.6.0", "@docusaurus/core": "^3.7.0", "@docusaurus/plugin-client-redirects": "^3.7.0", @@ -3238,9 +3238,9 @@ } }, "node_modules/@docsearch/css": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-4.6.2.tgz", - "integrity": "sha512-fH/cn8BjEEdM2nJdjNMHIvOVYupG6AIDtFVDgIZrNzdCSj4KXr9kd+hsehqsNGYjpUjObeKYKvgy/IwCb1jZYQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-5.0.0.tgz", + "integrity": "sha512-KlCnJI+uZeTEYnPD1vjDj++PJ6oXcyga0J7B9eUDk38wmILI/Vfsl3tDd8arUzrZatxyF5S5HlKflGI99Axd7w==", "license": "MIT" }, "node_modules/@docsearch/react": { @@ -3274,6 +3274,12 @@ } } }, + "node_modules/@docsearch/react/node_modules/@docsearch/css": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-4.6.2.tgz", + "integrity": "sha512-fH/cn8BjEEdM2nJdjNMHIvOVYupG6AIDtFVDgIZrNzdCSj4KXr9kd+hsehqsNGYjpUjObeKYKvgy/IwCb1jZYQ==", + "license": "MIT" + }, "node_modules/@docusaurus/babel": { "version": "3.9.2", "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.9.2.tgz", diff --git a/package.json b/package.json index fa693f5e..fcf22122 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "serveStatic": "http-server build -p 8001 -c-1" }, "dependencies": { - "@docsearch/css": "^4.6.0", + "@docsearch/css": "^5.0.0", "@docsearch/react": "^4.6.0", "@docusaurus/core": "^3.7.0", "@docusaurus/plugin-client-redirects": "^3.7.0",