Update nix and packages
This commit is contained in:
parent
437108c5b4
commit
b4eb1a48bd
Binary file not shown.
Binary file not shown.
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
{
|
||||
"npmDepsHash": "sha256-U3eXmaWCVDmJDwY0WDrBCXqQ8XdseIsWNr0FuCW3us8="
|
||||
"npmDepsHash": "sha256-C/T5mm4q9H19efUt9tgIf1H5YjXEd2PUXS3gG1M7MKI="
|
||||
}
|
||||
|
||||
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
42
package.json
42
package.json
@ -42,11 +42,11 @@
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@spacebarchat/spacebar-webrtc-types": "^1.0.1",
|
||||
"@types/amqplib": "^0.10.7",
|
||||
"@types/amqplib": "^0.10.8",
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@types/body-parser": "^1.19.6",
|
||||
"@types/cookie-parser": "^1.4.9",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/cookie-parser": "^1.4.10",
|
||||
"@types/express": "^5.0.5",
|
||||
"@types/i18next-node-fs-backend": "^2.1.5",
|
||||
"@types/json-bigint": "^1.0.4",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
@ -54,16 +54,16 @@
|
||||
"@types/morgan": "^1.9.10",
|
||||
"@types/multer": "^2.0.0",
|
||||
"@types/murmurhash-js": "^1.0.6",
|
||||
"@types/node": "^24.7.2",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node-fetch": "^2.6.13",
|
||||
"@types/nodemailer": "^7.0.2",
|
||||
"@types/nodemailer": "^7.0.4",
|
||||
"@types/probe-image-size": "^7.2.5",
|
||||
"@types/sharp": "^0.31.1",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.46.1",
|
||||
"@typescript-eslint/parser": "^8.46.1",
|
||||
"eslint": "^9.37.0",
|
||||
"globals": "^16.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
||||
"@typescript-eslint/parser": "^8.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"globals": "^16.5.0",
|
||||
"husky": "^9.1.7",
|
||||
"prettier": "^3.6.2",
|
||||
"pretty-quick": "^4.2.2",
|
||||
@ -71,7 +71,7 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.911.0",
|
||||
"@aws-sdk/client-s3": "^3.936.0",
|
||||
"@toondepauw/node-zstd": "^1.2.0",
|
||||
"ajv": "^8.17.1",
|
||||
"ajv-formats": "^3.0.1",
|
||||
@ -81,18 +81,18 @@
|
||||
"chalk": "^5.6.2",
|
||||
"cheerio": "^1.1.2",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"discord-protos": "^1.2.77",
|
||||
"discord-protos": "^1.2.82",
|
||||
"dotenv": "^17.2.3",
|
||||
"email-providers": "^2.16.0",
|
||||
"email-providers": "^2.18.0",
|
||||
"exif-be-gone": "^1.5.1",
|
||||
"express": "^5.1.0",
|
||||
"fast-zlib": "^2.0.1",
|
||||
"fido2-lib": "^3.5.3",
|
||||
"file-type": "^21.0.0",
|
||||
"form-data": "^4.0.4",
|
||||
"i18next": "^25.6.0",
|
||||
"i18next-fs-backend": "^2.6.0",
|
||||
"i18next-http-middleware": "^3.8.1",
|
||||
"fido2-lib": "^3.5.5",
|
||||
"file-type": "^21.1.1",
|
||||
"form-data": "^4.0.5",
|
||||
"i18next": "^25.6.3",
|
||||
"i18next-fs-backend": "^2.6.1",
|
||||
"i18next-http-middleware": "^3.8.2",
|
||||
"image-size": "^2.0.2",
|
||||
"json-bigint": "^1.0.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
@ -112,7 +112,7 @@
|
||||
"tslib": "^2.8.1",
|
||||
"typeorm": "^0.3.27",
|
||||
"typescript-json-schema": "^0.65.1",
|
||||
"wretch": "^2.11.0",
|
||||
"wretch": "^2.11.1",
|
||||
"ws": "^8.18.3"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
@ -129,7 +129,7 @@
|
||||
"@yukikaze-bot/erlpack": "^1.0.1",
|
||||
"jimp": "^1.6.0",
|
||||
"mailgun.js": "^12.1.1",
|
||||
"node-mailjet": "^6.0.9",
|
||||
"nodemailer": "^7.0.9"
|
||||
"node-mailjet": "^6.0.11",
|
||||
"nodemailer": "^7.0.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user