From 689844444eb50714c1120e4e862996d7623425ce Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Sat, 10 May 2025 12:53:40 +0200 Subject: [PATCH] switch to latest release within test env --- test/package-lock.json | 2 +- test/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index 41a746d..28b9d7b 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -9,7 +9,7 @@ "c8": "^10.1.3", "chai": "^5.2.0", "clickhouse": "^2.6.0", - "flexsearch": "^0.8.117", + "flexsearch": "latest", "mocha": "^11.1.0", "mongodb": "^6.13.0", "pg-promise": "^11.10.2", diff --git a/test/package.json b/test/package.json index d8da6b1..eda666e 100644 --- a/test/package.json +++ b/test/package.json @@ -14,7 +14,7 @@ "c8": "^10.1.3", "chai": "^5.2.0", "clickhouse": "^2.6.0", - "flexsearch": "^0.8.117", + "flexsearch": "latest", "mocha": "^11.1.0", "mongodb": "^6.13.0", "pg-promise": "^11.10.2",