From e5bd5fc554df7913949d87da871abf72547ad1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 07:54:51 +0800 Subject: [PATCH] chore(deps-dev): bump meilisearch from 0.29.1 to 0.30.0 (#11344) Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.29.1 to 0.30.0. - [Release notes](https://github.com/meilisearch/meilisearch-js/releases) - [Commits](https://github.com/meilisearch/meilisearch-js/compare/v0.29.1...v0.30.0) --- updated-dependencies: - dependency-name: meilisearch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 413b43e69..44a7aa480 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "fs-extra": "10.1.0", "jest": "29.3.1", "jest-junit": "15.0.0", - "meilisearch": "0.29.1", + "meilisearch": "0.30.0", "mockdate": "3.0.5", "nock": "13.2.9", "nodemon": "2.0.20", diff --git a/yarn.lock b/yarn.lock index c7e318036..a3851cd91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9438,10 +9438,10 @@ media-typer@0.3.0: resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== -meilisearch@0.29.1: - version "0.29.1" - resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.29.1.tgz#6fe8c574ed3d4a5ed14f560895bb8debd77e68a5" - integrity sha512-SXaCtOvQV7i6kVcxJc3cWQgUKCAc0+tAg+IiuWI0OY64eyaLhSwFkjDrU4chccmiiv526y4h4lbAUt99h9+Y1A== +meilisearch@0.30.0: + version "0.30.0" + resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.30.0.tgz#707f9a6b07440c496b965379616e084f112160ae" + integrity sha512-3y1hALOwTDpquYar+gDREqRasFPWKxkWAhk6h+RF+nKObPVf9N77wcTNvukGwOKbxRyJnKge0OPgAB1BkB9VVw== dependencies: cross-fetch "^3.1.5"