diff --git a/package-lock.json b/package-lock.json index 335157c..9fed2d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0", "dependencies": { "child_process": "1.0.2", - "express": "5.1.0", + "express": "5.2.1", "express-rate-limit": "8.2.1", "find-free-port": "2.0.0", "ip-address": "10.1.0", @@ -2799,16 +2799,19 @@ } }, "node_modules/express": { - "version": "5.1.0", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz", + "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==", "license": "MIT", "dependencies": { "accepts": "^2.0.0", - "body-parser": "^2.2.0", + "body-parser": "^2.2.1", "content-disposition": "^1.0.0", "content-type": "^1.0.5", "cookie": "^0.7.1", "cookie-signature": "^1.2.1", "debug": "^4.4.0", + "depd": "^2.0.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", diff --git a/package.json b/package.json index fecc324..5dc2f64 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "child_process": "1.0.2", - "express": "5.1.0", + "express": "5.2.1", "express-rate-limit": "8.2.1", "find-free-port": "2.0.0", "ip-address": "10.1.0",