1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00

minor version updates

This commit is contained in:
Puyodead1 2023-08-06 10:48:22 -04:00
parent 549979372b
commit 6be410bdef
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC
2 changed files with 2736 additions and 2673 deletions

5337
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -43,73 +43,73 @@
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.15",
"@types/i18next-node-fs-backend": "^2.1.1",
"@types/express": "^4.17.17",
"@types/i18next-node-fs-backend": "^2.1.2",
"@types/json-bigint": "^1.0.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/morgan": "^1.9.3",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/murmurhash-js": "^1.0.4",
"@types/node": "^18.7.20",
"@types/node-fetch": "^2.6.2",
"@types/node-os-utils": "^1.3.0",
"@types/nodemailer": "^6.4.7",
"@types/node": "^18.17.3",
"@types/node-fetch": "^2.6.4",
"@types/node-os-utils": "^1.3.1",
"@types/nodemailer": "^6.4.9",
"@types/probe-image-size": "^7.2.0",
"@types/sharp": "^0.31.0",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"express": "^4.18.1",
"husky": "^8.0.0",
"prettier": "^2.7.1",
"@types/sharp": "^0.31.1",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.46.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.178.0",
"@sentry/integrations": "^7.17.2",
"@sentry/node": "^7.17.2",
"@sentry/tracing": "^7.17.2",
"@aws-sdk/client-s3": "^3.385.0",
"@sentry/integrations": "^7.61.1",
"@sentry/node": "^7.61.1",
"@sentry/tracing": "^7.61.1",
"ajv": "8.6.2",
"ajv-formats": "2.1.1",
"amqplib": "^0.10.3",
"bcrypt": "^5.0.1",
"bcrypt": "^5.1.0",
"body-parser": "1.20.1",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.2",
"exif-be-gone": "^1.3.1",
"dotenv": "^16.3.1",
"exif-be-gone": "^1.3.2",
"fast-zlib": "^2.0.1",
"fido2-lib": "^3.3.5",
"file-type": "16.5",
"fido2-lib": "^3.4.1",
"file-type": "~16.5.4",
"form-data": "^4.0.0",
"i18next": "^21.9.2",
"i18next-http-middleware": "^3.2.1",
"i18next": "^21.10.0",
"i18next-http-middleware": "^3.3.2",
"i18next-node-fs-backend": "^2.1.3",
"image-size": "^1.0.2",
"json-bigint": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"lambert-server": "^1.2.12",
"missing-native-js-functions": "^1.2.18",
"module-alias": "^2.2.2",
"missing-native-js-functions": "^1.4.3",
"module-alias": "^2.2.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"murmurhash-js": "^1.0.0",
"node-2fa": "^2.0.3",
"node-fetch": "^2.6.7",
"node-fetch": "^2.6.12",
"node-os-utils": "^1.3.7",
"nodemailer": "^6.9.0",
"nodemailer": "^6.9.4",
"picocolors": "^1.0.0",
"probe-image-size": "^7.2.3",
"proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typeorm": "^0.3.10",
"tslib": "^2.6.1",
"typeorm": "^0.3.17",
"typescript-json-schema": "^0.50.1",
"wretch": "^2.3.2",
"ws": "^8.9.0"
"wretch": "^2.6.0",
"ws": "^8.13.0"
},
"_moduleAliases": {
"@spacebar/api": "dist/api",
@ -122,6 +122,6 @@
"nodemailer-mailgun-transport": "^2.1.5",
"nodemailer-mailjet-transport": "github:n0script22/nodemailer-mailjet-transport",
"nodemailer-sendgrid-transport": "github:Maria-Golomb/nodemailer-sendgrid-transport",
"sqlite3": "^5.1.5"
"sqlite3": "^5.1.6"
}
}