added missing package

This commit is contained in:
2025-12-27 21:59:59 +01:00
parent d49f739565
commit 03d8337d89
2 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"@fastify/static": "^8.3.0",
"adm-zip": "^0.5.16",
"bcrypt": "^6.0.0",
"bindings": "^1.5.0",
"cheerio": "^1.1.2",
@@ -482,6 +483,15 @@
"node": ">=0.4.0"
}
},
"node_modules/adm-zip": {
"version": "0.5.16",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
"license": "MIT",
"engines": {
"node": ">=12.0"
}
},
"node_modules/agent-base": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",

View File

@@ -13,6 +13,7 @@
"type": "commonjs",
"dependencies": {
"@fastify/static": "^8.3.0",
"adm-zip": "^0.5.16",
"bcrypt": "^6.0.0",
"bindings": "^1.5.0",
"cheerio": "^1.1.2",