1
0
Fork 0

[javascript] Updated dependencies

This commit is contained in:
Julien Dessaux 2023-07-05 23:58:50 +02:00
parent 78c5467c4a
commit d43972e5dc
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 26 additions and 1182 deletions

View file

@ -3,4 +3,4 @@ CREATE TABLE ships (
data JSON NOT NULL, data JSON NOT NULL,
updated DATE DEFAULT NULL updated DATE DEFAULT NULL
); );
CREATE UNIQUE INDEX ships_data_symbol on ships (json_extract(data, '$.symbol')); CREATE UNIQUE INDEX ships_data_symbol ON ships (json_extract(data, '$.symbol'));

1202
nodejs/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,8 +4,6 @@
"node": ">=18.10.0" "node": ">=18.10.0"
}, },
"dependencies": { "dependencies": {
"better-sqlite3": "^8.3.0", "better-sqlite3": ">=8.4.0"
"eslint": "^8.30.0",
"eslint-plugin-node": "^11.1.0"
} }
} }