diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b2739e14..17eff3bd8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -239,6 +239,9 @@ importers: resolve: specifier: 1.22.8 version: 1.22.8 + rusty-store-kv: + specifier: ^1.2.0 + version: 1.2.0 security: specifier: 1.0.0 version: 1.0.0 @@ -348,9 +351,6 @@ importers: openapi-schema-validation: specifier: ^0.4.2 version: 0.4.2 - rusty-store-kv: - specifier: ^1.2.0 - version: 1.2.0 set-cookie-parser: specifier: ^2.7.0 version: 2.7.0 diff --git a/src/package.json b/src/package.json index 79d35d921..2b1038d1a 100644 --- a/src/package.json +++ b/src/package.json @@ -73,7 +73,8 @@ "ueberdb2": "^4.2.103", "underscore": "1.13.7", "unorm": "1.6.0", - "wtfnode": "^0.9.3" + "wtfnode": "^0.9.3", + "rusty-store-kv": "^1.2.0" }, "bin": { "etherpad-healthcheck": "../bin/etherpad-healthcheck", @@ -110,8 +111,7 @@ "split-grid": "^1.0.11", "supertest": "^7.0.0", "typescript": "^5.5.4", - "vitest": "^2.0.5", - "rusty-store-kv": "^1.2.0" + "vitest": "^2.0.5" }, "engines": { "node": ">=18.18.2",