diff --git a/package-lock.json b/package-lock.json index b32ffa2..90423d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "cors": "^2.8.5", "dotenv": "^17.4.2", "express": "^4.22.2", - "express-asyncify": "^1.0.1", + "express-asyncify": "^3.1.0", "express-promise-router": "^4.1.1", "express-rate-limit": "^8.5.2", "helmet": "^8.1.0", @@ -32,6 +32,9 @@ "globals": "^17.6.0", "supertest": "^7.2.2", "vitest": "^4.1.6" + }, + "engines": { + "node": ">=20.0.0" } }, "node_modules/@emnapi/core": { @@ -1890,11 +1893,15 @@ } }, "node_modules/express-asyncify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/express-asyncify/-/express-asyncify-1.0.1.tgz", - "integrity": "sha512-eaAtzRRUbZMHKrgAthIFIloci7pMmJf4PFAhFEof/caukFi6oroe8ps3FuDOk0h57epaEKuzTfF5wSWEsqFxXg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/express-asyncify/-/express-asyncify-3.1.0.tgz", + "integrity": "sha512-RrK+RiGeSLKkgbUyLmM9sOSr+TOzIYvl4VadJWlZuLJoe4um1yAn08noZP2frdS1BIKMYgdMe4vlvzUeiyAN2A==", + "license": "MIT", "engines": { - "node": ">= 8" + "node": ">= 20" + }, + "peerDependencies": { + "express": "^4.19.2" } }, "node_modules/express-promise-router": { diff --git a/package.json b/package.json index d162b7f..bf55578 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cors": "^2.8.5", "dotenv": "^17.4.2", "express": "^4.22.2", - "express-asyncify": "^1.0.1", + "express-asyncify": "^3.1.0", "express-promise-router": "^4.1.1", "express-rate-limit": "^8.5.2", "helmet": "^8.1.0",