update deps

This commit is contained in:
cupcakearmy 2022-01-16 19:12:43 +01:00
parent 20ce00cef9
commit 3f258fd900
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 500 additions and 201 deletions

View File

@ -9,34 +9,40 @@
"build": "tsc", "build": "tsc",
"dev": "tsnd src" "dev": "tsnd src"
}, },
"engines": {
"node": "16",
"yarn": "plase-use-pnpm",
"npm": "plase-use-pnpm"
},
"engineStrict": true,
"devDependencies": { "devDependencies": {
"@types/convict": "^6.1.1", "@types/convict": "^6.1.1",
"@types/flat": "^5.0.2", "@types/flat": "^5.0.2",
"@types/js-yaml": "^4.0.4", "@types/js-yaml": "^4.0.5",
"@types/minio": "^7.0.11", "@types/minio": "^7.0.11",
"@types/ms": "^0.7.31", "@types/ms": "^0.7.31",
"@types/node": "^16.11.7", "@types/node": "^16.11.19",
"@types/sharp": "^0.29.3", "@types/sharp": "^0.29.5",
"ts-node-dev": "^1.1.8", "ts-node-dev": "^1.1.8",
"typescript": "^4.4.4" "typescript": "^4.5.4"
}, },
"dependencies": { "dependencies": {
"@google-cloud/storage": "^5.16.0", "@google-cloud/storage": "^5.17.0",
"caniuse-db": "^1.0.30001280", "caniuse-db": "^1.0.30001299",
"class-validator": "^0.13.1", "class-validator": "^0.13.2",
"convict": "^6.2.1", "convict": "^6.2.1",
"convict-format-with-validator": "^6.2.0", "convict-format-with-validator": "^6.2.0",
"device-detector-js": "^3.0.0", "device-detector-js": "^3.0.1",
"fast-crc32c": "^2.0.0", "fast-crc32c": "^2.0.0",
"fastify": "^3.23.1", "fastify": "^3.25.3",
"fastify-caching": "^6.1.0", "fastify-caching": "^6.2.0",
"fastify-compress": "^3.6.1", "fastify-compress": "^3.7.0",
"fastify-cors": "^6.0.2", "fastify-cors": "^6.0.2",
"flat": "^5.0.2", "flat": "^5.0.2",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"minio": "^7.0.19", "minio": "^7.0.26",
"ms": "^2.1.3", "ms": "^2.1.3",
"pino-pretty": "^7.2.0", "pino-pretty": "^7.3.0",
"sharp": "^0.29.3", "sharp": "^0.29.3",
"under-pressure": "^5.8.0" "under-pressure": "^5.8.0"
} }

669
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff