From a065b516ce8d6c86bf4cb088f6de78fe37a3da93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 08:51:25 +0000 Subject: [PATCH] fix: examples/4-eov-operations-babel/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- examples/4-eov-operations-babel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/4-eov-operations-babel/package.json b/examples/4-eov-operations-babel/package.json index 5ccb9f4f..32da4ed4 100644 --- a/examples/4-eov-operations-babel/package.json +++ b/examples/4-eov-operations-babel/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "cookie-parser": "^1.4.5", "express-openapi-validator": "file:../../", "morgan": "^1.10.0"