matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit c1a194f0aec987f0850162c56b0ad2dbe226e716
parent 9ef3552d7fe36538d13b70a517637f486af3ac41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 23 May 2022 15:00:13 +0200

Bump meilisearch from 0.25.0 to 0.25.1 (#189)

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/meilisearch/meilisearch-js/releases)
- [Commits](https://github.com/meilisearch/meilisearch-js/compare/v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: meilisearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage-lock.json | 14+++++++-------
Mpackage.json | 2+-
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -11,7 +11,7 @@ "feed": "yshrsmz/feed#c50d7a82c5b6141039830d615b19b760e173e231", "lightgallery": "2.4.0", "localforage": "1.10.0", - "meilisearch": "0.25.0", + "meilisearch": "0.25.1", "next": "12.1.6", "next-i18next": "11.0.0", "png-chunks-extract": "1.0.0", @@ -4744,9 +4744,9 @@ } }, "node_modules/meilisearch": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.25.0.tgz", - "integrity": "sha512-TSIJTh5lva7WHBaoG3arNYQXuIAQkcD3BY09h2nHhjHS/wzxWKJM45x5bEC67Grw8zXihVqqmWty4a4ps4S+tg==", + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.25.1.tgz", + "integrity": "sha512-20jO0pK9BhghxHSkOLbdoYn58h/Z0PNL3JQcRq7ipNIeqrxkAetCZZ6ttJC3uxcz0jVglmiFoSXu3Z/lEOLOLQ==", "dependencies": { "cross-fetch": "^3.1.5" } @@ -11106,9 +11106,9 @@ } }, "meilisearch": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.25.0.tgz", - "integrity": "sha512-TSIJTh5lva7WHBaoG3arNYQXuIAQkcD3BY09h2nHhjHS/wzxWKJM45x5bEC67Grw8zXihVqqmWty4a4ps4S+tg==", + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.25.1.tgz", + "integrity": "sha512-20jO0pK9BhghxHSkOLbdoYn58h/Z0PNL3JQcRq7ipNIeqrxkAetCZZ6ttJC3uxcz0jVglmiFoSXu3Z/lEOLOLQ==", "requires": { "cross-fetch": "^3.1.5" } diff --git a/package.json b/package.json @@ -22,7 +22,7 @@ "feed": "yshrsmz/feed#c50d7a82c5b6141039830d615b19b760e173e231", "lightgallery": "2.4.0", "localforage": "1.10.0", - "meilisearch": "0.25.0", + "meilisearch": "0.25.1", "next": "12.1.6", "next-i18next": "11.0.0", "png-chunks-extract": "1.0.0",