diff --git a/package-lock.json b/package-lock.json index 51fedf4..6ae6c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "cors": "^2.8.5", "decimal.js": "^10.6.0", "ethereum-blockies-base64": "^1.0.2", - "express": "^5.2.0", + "express": "^5.2.1", "frameguard": "^4.0.0", "jsonwebtoken": "^9.0.0", "kREChain": "0.0.6", @@ -11371,9 +11371,9 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "node_modules/express": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/express/-/express-5.2.0.tgz", - "integrity": "sha512-XdpJDLxfztVY59X0zPI6sibRiGcxhTPXRD3IhJmjKf2jwMvkRGV1j7loB8U+heeamoU3XvihAaGRTR4aXXUN3A==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz", + "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==", "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.1", @@ -31798,9 +31798,9 @@ } }, "express": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/express/-/express-5.2.0.tgz", - "integrity": "sha512-XdpJDLxfztVY59X0zPI6sibRiGcxhTPXRD3IhJmjKf2jwMvkRGV1j7loB8U+heeamoU3XvihAaGRTR4aXXUN3A==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz", + "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==", "requires": { "accepts": "^2.0.0", "body-parser": "^2.2.1", diff --git a/package.json b/package.json index 526ad67..85cbdc2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "cors": "^2.8.5", "decimal.js": "^10.6.0", "ethereum-blockies-base64": "^1.0.2", - "express": "^5.2.0", + "express": "^5.2.1", "frameguard": "^4.0.0", "jsonwebtoken": "^9.0.0", "kREChain": "0.0.6",