From 71454793ca704c2129ecffa227f7d24a1f39c152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:56:53 +0000 Subject: [PATCH] build(deps): bump algoliasearch from 5.5.3 to 5.10.2 Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 5.5.3 to 5.10.2. - [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases) - [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md) - [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/5.5.3...5.10.2) --- updated-dependencies: - dependency-name: algoliasearch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8132a6f..d989a90 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@algolia/client-search": "^5.5.3", "@waline/client": "^3.3.2", - "algoliasearch": "5.5.3", + "algoliasearch": "5.10.2", "esbuild": "^0.24.0", "hexo": "^7.3.0", "hexo-algoliasearch": "^2.0.1",