diff --git a/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package-lock.json b/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package-lock.json index 686081c13..ee3d9aa75 100644 --- a/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package-lock.json +++ b/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package-lock.json @@ -14,7 +14,7 @@ "cors": "^2.8.5", "debug": "~2.6.9", "dotenv": "^16.5.0", - "express": "^5.1.0", + "express": "^5.2.0", "express-async-handler": "^1.2.0", "fluent-ffmpeg": "^2.1.3", "helmet": "^8.1.0", @@ -550,18 +550,19 @@ } }, "node_modules/express": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", - "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/express/-/express-5.2.0.tgz", + "integrity": "sha512-XdpJDLxfztVY59X0zPI6sibRiGcxhTPXRD3IhJmjKf2jwMvkRGV1j7loB8U+heeamoU3XvihAaGRTR4aXXUN3A==", "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/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package.json b/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package.json index 7ebe332a6..d339648fb 100644 --- a/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package.json +++ b/ai/oracle-digital-assistant/oda-pro-styled/files/backend/package.json @@ -13,7 +13,7 @@ "cors": "^2.8.5", "debug": "~2.6.9", "dotenv": "^16.5.0", - "express": "^5.1.0", + "express": "^5.2.0", "express-async-handler": "^1.2.0", "fluent-ffmpeg": "^2.1.3", "helmet": "^8.1.0",