250.diff (2065B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 7e2b502..40faadd 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -11,7 +11,7 @@ 6 "feed": "yshrsmz/feed#c50d7a82c5b6141039830d615b19b760e173e231", 7 "lightgallery": "2.4.0", 8 "localforage": "1.10.0", 9 - "meilisearch": "0.25.1", 10 + "meilisearch": "0.30.0", 11 "next": "12.1.6", 12 "next-i18next": "11.0.0", 13 "png-chunks-extract": "1.0.0", 14 @@ -4747,9 +4747,9 @@ 15 } 16 }, 17 "node_modules/meilisearch": { 18 - "version": "0.25.1", 19 - "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.25.1.tgz", 20 - "integrity": "sha512-20jO0pK9BhghxHSkOLbdoYn58h/Z0PNL3JQcRq7ipNIeqrxkAetCZZ6ttJC3uxcz0jVglmiFoSXu3Z/lEOLOLQ==", 21 + "version": "0.30.0", 22 + "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.30.0.tgz", 23 + "integrity": "sha512-3y1hALOwTDpquYar+gDREqRasFPWKxkWAhk6h+RF+nKObPVf9N77wcTNvukGwOKbxRyJnKge0OPgAB1BkB9VVw==", 24 "dependencies": { 25 "cross-fetch": "^3.1.5" 26 } 27 @@ -11109,9 +11109,9 @@ 28 } 29 }, 30 "meilisearch": { 31 - "version": "0.25.1", 32 - "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.25.1.tgz", 33 - "integrity": "sha512-20jO0pK9BhghxHSkOLbdoYn58h/Z0PNL3JQcRq7ipNIeqrxkAetCZZ6ttJC3uxcz0jVglmiFoSXu3Z/lEOLOLQ==", 34 + "version": "0.30.0", 35 + "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.30.0.tgz", 36 + "integrity": "sha512-3y1hALOwTDpquYar+gDREqRasFPWKxkWAhk6h+RF+nKObPVf9N77wcTNvukGwOKbxRyJnKge0OPgAB1BkB9VVw==", 37 "requires": { 38 "cross-fetch": "^3.1.5" 39 } 40 diff --git a/package.json b/package.json 41 index 6b04e7d..6f9198b 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -22,7 +22,7 @@ 45 "feed": "yshrsmz/feed#c50d7a82c5b6141039830d615b19b760e173e231", 46 "lightgallery": "2.4.0", 47 "localforage": "1.10.0", 48 - "meilisearch": "0.25.1", 49 + "meilisearch": "0.30.0", 50 "next": "12.1.6", 51 "next-i18next": "11.0.0", 52 "png-chunks-extract": "1.0.0",