Fixed dependency tree

This commit is contained in:
SamTV12345 2024-09-06 18:21:41 +02:00
parent c5752ea934
commit 4c63449a69
2 changed files with 6 additions and 6 deletions

View file

@ -239,6 +239,9 @@ importers:
resolve: resolve:
specifier: 1.22.8 specifier: 1.22.8
version: 1.22.8 version: 1.22.8
rusty-store-kv:
specifier: ^1.2.0
version: 1.2.0
security: security:
specifier: 1.0.0 specifier: 1.0.0
version: 1.0.0 version: 1.0.0
@ -348,9 +351,6 @@ importers:
openapi-schema-validation: openapi-schema-validation:
specifier: ^0.4.2 specifier: ^0.4.2
version: 0.4.2 version: 0.4.2
rusty-store-kv:
specifier: ^1.2.0
version: 1.2.0
set-cookie-parser: set-cookie-parser:
specifier: ^2.7.0 specifier: ^2.7.0
version: 2.7.0 version: 2.7.0

View file

@ -73,7 +73,8 @@
"ueberdb2": "^4.2.103", "ueberdb2": "^4.2.103",
"underscore": "1.13.7", "underscore": "1.13.7",
"unorm": "1.6.0", "unorm": "1.6.0",
"wtfnode": "^0.9.3" "wtfnode": "^0.9.3",
"rusty-store-kv": "^1.2.0"
}, },
"bin": { "bin": {
"etherpad-healthcheck": "../bin/etherpad-healthcheck", "etherpad-healthcheck": "../bin/etherpad-healthcheck",
@ -110,8 +111,7 @@
"split-grid": "^1.0.11", "split-grid": "^1.0.11",
"supertest": "^7.0.0", "supertest": "^7.0.0",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"vitest": "^2.0.5", "vitest": "^2.0.5"
"rusty-store-kv": "^1.2.0"
}, },
"engines": { "engines": {
"node": ">=18.18.2", "node": ">=18.18.2",