Updated README.md. Updated dependencies. Implemented VOUCHER_NOTE_REQUIRED environment variable. Implemented required note checks

This commit is contained in:
Glenn de Haan
2026-02-09 17:59:04 +01:00
parent 5a71a5e799
commit b29150c15b
7 changed files with 30 additions and 19 deletions

16
package-lock.json generated
View File

@@ -18,10 +18,10 @@
"jsonwebtoken": "^9.0.3",
"multer": "^2.0.2",
"node-thermal-printer": "^4.6.0",
"nodemailer": "^7.0.13",
"nodemailer": "^8.0.1",
"pdfkit": "^0.17.2",
"qrcode": "^1.5.4",
"undici": "^7.19.2"
"undici": "^7.21.0"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.18",
@@ -3491,9 +3491,9 @@
}
},
"node_modules/nodemailer": {
"version": "7.0.13",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.13.tgz",
"integrity": "sha512-PNDFSJdP+KFgdsG3ZzMXCgquO7I6McjY2vlqILjtJd0hy8wEvtugS9xKRF2NWlPNGxvLCXlTNIae4serI7dinw==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.1.tgz",
"integrity": "sha512-5kcldIXmaEjZcHR6F28IKGSgpmZHaF1IXLWFTG+Xh3S+Cce4MiakLtWY+PlBU69fLbRa8HlaGIrC/QolUpHkhg==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"
@@ -4571,9 +4571,9 @@
}
},
"node_modules/undici": {
"version": "7.19.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.19.2.tgz",
"integrity": "sha512-4VQSpGEGsWzk0VYxyB/wVX/Q7qf9t5znLRgs0dzszr9w9Fej/8RVNQ+S20vdXSAyra/bJ7ZQfGv6ZMj7UEbzSg==",
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.21.0.tgz",
"integrity": "sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==",
"license": "MIT",
"engines": {
"node": ">=20.18.1"