newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
2 changed files with 1 additions and 13 deletions
Showing only changes of commit f29ff277ce - Show all commits

13
package-lock.json generated
View File

@ -21,7 +21,6 @@
"mongodb": "^4.13.0",
"nodemailer": "^6.9.1",
"pino": "^8.15.1",
"pino-http": "^8.5.0",
"redis": "^4.6.7",
"zlib": "^1.0.5"
},
@ -4366,6 +4365,7 @@
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
"dev": true,
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
@ -6289,17 +6289,6 @@
"split2": "^4.0.0"
}
},
"node_modules/pino-http": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.5.0.tgz",
"integrity": "sha512-kLGKNLyfWfdmrG1Ug0YdYpCTGbNcuD/YGC3g+elRU/Cm44UTs+tj/dZTxDN3bYauekxFxdLZhJuZdKKl0cml9w==",
"dependencies": {
"get-caller-file": "^2.0.5",
"pino": "^8.0.0",
"pino-std-serializers": "^6.0.0",
"process-warning": "^2.0.0"
}
},
"node_modules/pino-std-serializers": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",

View File

@ -28,7 +28,6 @@
"mongodb": "^4.13.0",
"nodemailer": "^6.9.1",
"pino": "^8.15.1",
"pino-http": "^8.5.0",
"redis": "^4.6.7",
"zlib": "^1.0.5"
},