- Added httperrors

This commit is contained in:
Florian Sylvain
2022-11-10 14:05:23 +01:00
parent f3985633d9
commit 2715df2678
2 changed files with 38 additions and 3 deletions
+35 -2
View File
@@ -1,11 +1,11 @@
{
"name": "expresstemplate",
"name": "CineAllo",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "expresstemplate",
"name": "CineAllo",
"version": "0.0.0",
"dependencies": {
"@prisma/client": "^4.6.0",
@@ -13,6 +13,7 @@
"dotenv": "^16.0.3",
"express": "~4.16.1",
"http-errors": "~2.0.0",
"httperrors": "^2.3.0",
"morgan": "~1.9.1",
"prisma": "^4.6.0"
}
@@ -144,6 +145,14 @@
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
},
"node_modules/createerror": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/createerror/-/createerror-1.3.0.tgz",
"integrity": "sha512-w9UZUtkaGd8MfS7eMG7Sa0lV5vCJghqQfiOnwNVrPhbZScUp5h0jwYoAF933MKlotlG1JAJOCCT3xU6r+SDKNw==",
"engines": {
"node": ">= 0.2.0"
}
},
"node_modules/debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
@@ -316,6 +325,17 @@
"node": ">= 0.8"
}
},
"node_modules/httperrors": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/httperrors/-/httperrors-2.3.0.tgz",
"integrity": "sha512-U1WA9mlJb0ux9C5U4aNRJrNTWxSoBq2ypj3PNJeS1hTvrfUuCwXpaaF7WsqSf05LQi7HkE8E5FnDz1iWCQzgkQ==",
"dependencies": {
"createerror": "1.3.0"
},
"engines": {
"node": ">= 0.2.0"
}
},
"node_modules/iconv-lite": {
"version": "0.4.23",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
@@ -745,6 +765,11 @@
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
},
"createerror": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/createerror/-/createerror-1.3.0.tgz",
"integrity": "sha512-w9UZUtkaGd8MfS7eMG7Sa0lV5vCJghqQfiOnwNVrPhbZScUp5h0jwYoAF933MKlotlG1JAJOCCT3xU6r+SDKNw=="
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
@@ -885,6 +910,14 @@
}
}
},
"httperrors": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/httperrors/-/httperrors-2.3.0.tgz",
"integrity": "sha512-U1WA9mlJb0ux9C5U4aNRJrNTWxSoBq2ypj3PNJeS1hTvrfUuCwXpaaF7WsqSf05LQi7HkE8E5FnDz1iWCQzgkQ==",
"requires": {
"createerror": "1.3.0"
}
},
"iconv-lite": {
"version": "0.4.23",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",