Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: samples/openapi3/client/petstore/typescript/builds/object_params…
…/package.json & samples/openapi3/client/petstore/typescript/builds/object_params/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
  • Loading branch information
snyk-bot committed Jan 18, 2022
commit f0735c485e6e0e38c47ec1f48f6aeb2128df13da

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepare": "npm run build"
},
"dependencies": {
"node-fetch": "^2.6.0",
"node-fetch": "^3.1.1",
"@types/node-fetch": "^2.5.7",
"@types/node": "*",
"form-data": "^2.5.0",
Expand Down