0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 02:10:54 -05:00

Updates Deps

This commit is contained in:
Refringe 2024-12-07 12:03:05 -05:00
parent 824e5c3742
commit 613ae4b5bd
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k
3 changed files with 14 additions and 14 deletions

Binary file not shown.

View File

@ -7,18 +7,18 @@
"dev": "bun run --watch src/index.ts" "dev": "bun run --watch src/index.ts"
}, },
"dependencies": { "dependencies": {
"@elysiajs/cors": "^1.0.2", "@elysiajs/cors": "^1.1.1",
"@elysiajs/static": "^1.0.2", "@elysiajs/static": "^1.1.1",
"@elysiajs/swagger": "^1.0.3", "@elysiajs/swagger": "^1.1.6",
"axios": "^1.6.8", "axios": "^1.7.9",
"elysia": "^1.0.13", "elysia": "^1.1.26",
"logestic": "^1.1.1" "logestic": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {
"@types/bun": "latest" "@types/bun": "latest"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.0.0" "typescript": "^5.4.4"
}, },
"author": "SPT", "author": "SPT",
"license": "MIT" "license": "MIT"

View File

@ -9340,22 +9340,22 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/tldts": { "node_modules/tldts": {
"version": "6.1.65", "version": "6.1.66",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.65.tgz", "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.66.tgz",
"integrity": "sha512-xU9gLTfAGsADQ2PcWee6Hg8RFAv0DnjMGVJmDnUmI8a9+nYmapMQix4afwrdaCtT+AqP4MaxEzu7cCrYmBPbzQ==", "integrity": "sha512-l3ciXsYFel/jSRfESbyKYud1nOw7WfhrBEF9I3UiarYk/qEaOOwu3qXNECHw4fHGHGTEOuhf/VdKgoDX5M/dhQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tldts-core": "^6.1.65" "tldts-core": "^6.1.66"
}, },
"bin": { "bin": {
"tldts": "bin/cli.js" "tldts": "bin/cli.js"
} }
}, },
"node_modules/tldts-core": { "node_modules/tldts-core": {
"version": "6.1.65", "version": "6.1.66",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.65.tgz", "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.66.tgz",
"integrity": "sha512-Uq5t0N0Oj4nQSbU8wFN1YYENvMthvwU13MQrMJRspYCGLSAZjAfoBOJki5IQpnBM/WFskxxC/gIOTwaedmHaSg==", "integrity": "sha512-s07jJruSwndD2X8bVjwioPfqpIc1pDTzszPe9pL1Skbh4bjytL85KNQ3tolqLbCvpQHawIsGfFi9dgerWjqW4g==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },