Update nix hashes and fixup package lock

This commit is contained in:
Rory& 2025-09-30 05:08:17 +02:00
parent 98513a92f9
commit 5c7bb0a8af
3 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-oNUs+CD/ZDcOdWoBKFDCHxaqqmUiZGzdkgpHTbAl6yk="
"npmDepsHash": "sha256-p4dOIaV3rBJyMN+cAII+WCKOxXzjR70CkFwq9GXkrec="
}

BIN
package-lock.json generated

Binary file not shown.

View File

@ -69,7 +69,8 @@
"husky": "^9.1.7",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"typescript": "^5.9.2"
"typescript": "^5.9.2",
"ts-node": "^10.9.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.899.0",
@ -107,7 +108,6 @@
"probe-image-size": "^7.2.3",
"proxy-agent": "^6.5.0",
"reflect-metadata": "^0.2.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.27",
"typescript-json-schema": "^0.65.1",
@ -129,7 +129,6 @@
"mysql": "^2.18.1",
"node-mailjet": "^6.0.9",
"nodemailer": "^7.0.6",
"nodemailer-mailjet-transport": "github:n0script22/nodemailer-mailjet-transport",
"pg": "^8.16.3",
"sqlite3": "^5.1.7"
}