mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 23:00:36 +00:00
npm minor package updates
This commit is contained in:
Generated
BIN
Binary file not shown.
+18
-18
@@ -58,38 +58,38 @@
|
||||
"@types/morgan": "^1.9.10",
|
||||
"@types/multer": "^2.1.0",
|
||||
"@types/murmurhash-js": "^1.0.7",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/node": "^25.9.0",
|
||||
"@types/nodemailer": "^8.0.0",
|
||||
"@types/probe-image-size": "^7.2.5",
|
||||
"@types/sharp": "^0.31.1",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.58.2",
|
||||
"@typescript-eslint/parser": "^8.58.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
||||
"@typescript-eslint/parser": "^8.59.4",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260119.1",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-node-import": "^1.2.0",
|
||||
"globals": "^17.5.0",
|
||||
"globals": "^17.6.0",
|
||||
"husky": "^9.1.7",
|
||||
"patch-package": "^8.0.1",
|
||||
"prettier": "^3.8.3",
|
||||
"pretty-quick": "^4.2.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-json-schema": "^0.67.1"
|
||||
"typescript-json-schema": "^0.67.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@spacebarchat/pion-webrtc": "^0.0.4",
|
||||
"@toondepauw/node-zstd": "^1.2.0",
|
||||
"ajv": "^8.18.0",
|
||||
"ajv": "^8.20.0",
|
||||
"ajv-formats": "^3.0.1",
|
||||
"amqplib": "^1.0.3",
|
||||
"amqplib": "^1.2.0",
|
||||
"badge-maker": "^5.0.2",
|
||||
"bcrypt": "^6.0.0",
|
||||
"body-parser": "^2.2.2",
|
||||
"chalk": "^5.6.2",
|
||||
"cheerio": "^1.2.0",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"discord-protos": "^1.2.173",
|
||||
"discord-protos": "^1.2.198",
|
||||
"dotenv": "^17.4.2",
|
||||
"email-providers": "^2.22.0",
|
||||
"exif-be-gone": "^1.5.1",
|
||||
@@ -99,9 +99,9 @@
|
||||
"file-type": "^22.0.1",
|
||||
"form-data": "^4.0.5",
|
||||
"harmony-erlpack": "^0.0.1",
|
||||
"i18next": "^26.0.6",
|
||||
"i18next-fs-backend": "^2.6.4",
|
||||
"i18next-http-middleware": "^3.9.3",
|
||||
"i18next": "^26.2.0",
|
||||
"i18next-fs-backend": "^2.6.5",
|
||||
"i18next-http-middleware": "^3.9.6",
|
||||
"image-size": "^2.0.2",
|
||||
"json-bigint": "^1.0.0",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
@@ -111,15 +111,15 @@
|
||||
"multer": "^2.1.1",
|
||||
"murmurhash-js": "^1.0.0",
|
||||
"node-2fa": "^2.0.3",
|
||||
"pg": "^8.20.0",
|
||||
"pg-query-stream": "^4.14.0",
|
||||
"pg": "^8.21.0",
|
||||
"pg-query-stream": "^4.15.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"probe-image-size": "^7.2.3",
|
||||
"probe-image-size": "^7.3.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typeorm": "^0.3.28",
|
||||
"typeorm": "^0.3.30",
|
||||
"wretch": "^3.0.7",
|
||||
"ws": "^8.20.0"
|
||||
"ws": "^8.20.1"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"@spacebar/api": "dist/api",
|
||||
@@ -133,9 +133,9 @@
|
||||
"optionalDependencies": {
|
||||
"@sendgrid/mail": "^8.1.6",
|
||||
"jimp": "^1.6.1",
|
||||
"mailgun.js": "^13.0.0",
|
||||
"mailgun.js": "^13.0.1",
|
||||
"node-mailjet": "^6.0.11",
|
||||
"nodemailer": "^8.0.5"
|
||||
"nodemailer": "^8.0.7"
|
||||
},
|
||||
"overrides": {
|
||||
"typeorm": {
|
||||
|
||||
Reference in New Issue
Block a user