mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-17 18:56:46 +00:00
Bump dependencies
This commit is contained in:
Binary file not shown.
Binary file not shown.
Generated
BIN
Binary file not shown.
+27
-27
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"homepage": "https://spacebar.chat",
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.5",
|
||||
"@eslint/eslintrc": "^3.3.7",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@spacebarchat/spacebar-webrtc-types": "^1.0.1",
|
||||
"@types/amqplib": "^0.10.8",
|
||||
@@ -54,25 +54,25 @@
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/module-alias": "^2.0.4",
|
||||
"@types/morgan": "^1.9.10",
|
||||
"@types/multer": "^2.1.0",
|
||||
"@types/multer": "^2.2.0",
|
||||
"@types/murmurhash-js": "^1.0.7",
|
||||
"@types/node": "^25.9.3",
|
||||
"@types/node": "^25.9.5",
|
||||
"@types/nodemailer": "^8.0.1",
|
||||
"@types/probe-image-size": "^7.2.5",
|
||||
"@types/sharp": "^0.31.1",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
||||
"@typescript-eslint/parser": "^8.61.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.69.0",
|
||||
"@typescript-eslint/parser": "^8.69.0",
|
||||
"@typescript/native": "npm:typescript@^7.0.2",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint": "^9.39.5",
|
||||
"eslint-plugin-node-import": "^1.2.0",
|
||||
"globals": "^17.6.0",
|
||||
"globals": "^17.12.0",
|
||||
"husky": "^9.1.7",
|
||||
"patch-package": "^8.0.1",
|
||||
"prettier": "^3.8.4",
|
||||
"prettier": "^3.9.6",
|
||||
"pretty-quick": "^4.2.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "npm:@typescript/typescript6@^6.0.3",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-json-schema": "^0.68.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -83,44 +83,44 @@
|
||||
"amqplib": "^2.0.1",
|
||||
"badge-maker": "^6.0.0",
|
||||
"bcrypt": "^6.0.0",
|
||||
"body-parser": "^2.2.2",
|
||||
"body-parser": "^2.3.0",
|
||||
"chalk": "^6.0.0",
|
||||
"cheerio": "^1.2.0",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"discord-protos": "^1.2.224",
|
||||
"discord-protos": "^1.2.311",
|
||||
"dotenv": "^17.4.2",
|
||||
"email-providers": "^2.23.0",
|
||||
"email-providers": "^2.25.0",
|
||||
"exif-be-gone": "^1.5.1",
|
||||
"express": "^5.2.1",
|
||||
"fast-zlib": "^2.0.1",
|
||||
"fido2-lib": "^3.5.9",
|
||||
"file-type": "^22.0.1",
|
||||
"file-type": "^22.0.2",
|
||||
"form-data": "^4.0.6",
|
||||
"harmony-erlpack": "^0.0.1",
|
||||
"i18next": "^26.3.1",
|
||||
"i18next-fs-backend": "^2.6.6",
|
||||
"i18next-http-middleware": "^3.9.7",
|
||||
"i18next": "^26.4.1",
|
||||
"i18next-fs-backend": "^2.6.7",
|
||||
"i18next-http-middleware": "^3.9.8",
|
||||
"image-size": "^2.0.2",
|
||||
"json-bigint": "^1.0.0",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"module-alias": "^2.3.4",
|
||||
"morgan": "^1.11.0",
|
||||
"morgan": "^1.12.0",
|
||||
"ms": "^2.1.3",
|
||||
"multer": "^2.1.1",
|
||||
"multer": "^2.3.0",
|
||||
"murmurhash-js": "^1.0.0",
|
||||
"node-2fa": "^2.0.3",
|
||||
"node-unix-socket": "^0.2.7",
|
||||
"pg": "^8.21.0",
|
||||
"pg-query-stream": "^4.15.0",
|
||||
"pg": "^8.23.0",
|
||||
"pg-query-stream": "^4.17.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"probe-image-size": "^7.3.0",
|
||||
"probe-image-size": "^7.4.0",
|
||||
"prom-client": "^15.1.3",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typeorm": "^1.0.0",
|
||||
"typeorm": "^1.1.1",
|
||||
"why-is-node-running": "^3.2.2",
|
||||
"wretch": "^3.0.8",
|
||||
"ws": "^8.21.0"
|
||||
"wretch": "^3.0.9",
|
||||
"ws": "^8.21.3"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"@spacebar/api": "dist/api",
|
||||
@@ -137,9 +137,9 @@
|
||||
"optionalDependencies": {
|
||||
"@sendgrid/mail": "^8.1.6",
|
||||
"jimp": "^1.6.1",
|
||||
"mailgun.js": "^13.2.0",
|
||||
"mailgun.js": "^13.3.0",
|
||||
"node-mailjet": "^6.0.11",
|
||||
"nodemailer": "^9.0.5"
|
||||
"nodemailer": "^9.1.1"
|
||||
},
|
||||
"overrides": {
|
||||
"typeorm": {
|
||||
@@ -152,4 +152,4 @@
|
||||
"bcrypt@6.0.0": true,
|
||||
"cbor-extract@2.2.2": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user