Skip to content

Commit d305f77

Browse files
committed
fix: samples/server/petstore/nodejs-express-server/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-MULTER-10185673 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675
1 parent bdad11d commit d305f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/server/petstore/nodejs-express-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cookie-parser": "^1.4.4",
2020
"cors": "^2.8.5",
2121
"express": "^4.16.4",
22-
"express-openapi-validator": "^3.9.1",
22+
"express-openapi-validator": "^5.5.3",
2323
"js-yaml": "^3.3.0",
2424
"ono": "^5.0.1",
2525
"openapi-sampler": "^1.0.0-beta.15",

0 commit comments

Comments
 (0)