Skip to content

Commit

Permalink
fix(packages): fix vulnerabilities in packages.json (#186)
Browse files Browse the repository at this point in the history
Fix vulnerabilities by updating express to v4.21.1

Co-authored-by: Mhd Hosny Alhazzam <[email protected]>
  • Loading branch information
mhdha94 and Mhd Hosny Alhazzam authored Nov 14, 2024
1 parent a936a0b commit fdf8d33
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
51 changes: 25 additions & 26 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"d3-dsv": "2.0.0",
"diff": "5.0.0",
"epub2": "3.0.2",
"express": "4.21.0",
"express": "4.21.1",
"form-data": "3.0.0",
"gpt-3-encoder": "1.1.4",
"html-to-text": "9.0.5",
Expand Down Expand Up @@ -91,5 +91,8 @@
"repository": {
"type": "git",
"url": "https://github.com/Cognigy/Cognigy-CLI"
},
"overrides": {
"cross-spawn": "7.0.5"
}
}

0 comments on commit fdf8d33

Please sign in to comment.