dashboar changes
Deploy Node App / deploy (push) Successful in 15s

This commit is contained in:
Gitea
2026-06-16 11:36:41 +05:30
parent bea7933c48
commit 8424c54410
5 changed files with 229 additions and 35 deletions
+14
View File
@@ -28,6 +28,7 @@
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^6.0.227",
"pg": "^8.21.0",
"uuid": "^14.0.0",
"yaml": "^2.9.0"
}
},
@@ -5530,6 +5531,19 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"license": "MIT"
},
"node_modules/uuid": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/validate-npm-package-name": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",