Skip to content

Commit

Permalink
fix: upgrade xml2js to patch vuln cwe-1321.
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney committed Apr 13, 2023
2 parents c429155 + f915839 commit f35244b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
37 changes: 20 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "restbus",
"description": "RESTful JSON API for the NextBus Inc. public XML feed.",
"version": "2.0.1",
"version": "2.0.2",
"main": "index",
"dependencies": {
"compression": "1.7.4",
"errorhandler": "1.5.0",
"express": "4.18.2",
"morgan": "1.9.1",
"xml2js": "0.4.19"
"xml2js": "0.5.0"
},
"engines": {
"node": ">= 0.8.0"
Expand Down

0 comments on commit f35244b

Please sign in to comment.