Update environment variables and add flatpickr dependency

This commit is contained in:
abiandev
2026-05-29 16:45:00 +02:00
parent 5a5ba850ba
commit 5828395907
4 changed files with 17 additions and 4 deletions
+7
View File
@@ -13,6 +13,7 @@
"express": "^4.19.2",
"express-rate-limit": "^8.2.1",
"firebase-admin": "^13.6.0",
"flatpickr": "4.6.13",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"md5": "^2.3.0",
@@ -1453,6 +1454,12 @@
"url": "https://opencollective.com/node-fetch"
}
},
"node_modules/flatpickr": {
"version": "4.6.13",
"resolved": "https://registry.npmjs.org/flatpickr/-/flatpickr-4.6.13.tgz",
"integrity": "sha512-97PMG/aywoYpB4IvbvUJi0RQi8vearvU0oov1WW3k0WZPBMrTQVqekSX5CjSG/M4Q3i6A/0FKXC7RyAoAUUSPw==",
"license": "MIT"
},
"node_modules/foreground-child": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",