diff --git a/package-lock.json b/package-lock.json index d94ff83..2e81a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "CineAllo", + "name": "expresstemplate", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "CineAllo", + "name": "expresstemplate", "version": "0.0.0", "dependencies": { "@prisma/client": "^4.6.0", @@ -13,7 +13,6 @@ "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" } @@ -145,14 +144,6 @@ "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", @@ -325,17 +316,6 @@ "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", @@ -765,11 +745,6 @@ "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", @@ -910,14 +885,6 @@ } } }, - "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", diff --git a/package.json b/package.json index 536948b..1c369b2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "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" }