Skip to content

Commit

Permalink
Merge pull request #14572 from Budibase/fix-vulns
Browse files Browse the repository at this point in the history
updating JS dependencies to get rid of vulns
  • Loading branch information
shogunpurple authored Sep 12, 2024
2 parents 6620798 + 01a1379 commit d8df769
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 200 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@
"axios": "1.6.3",
"xml2js": "0.6.2",
"unset-value": "2.0.1",
"passport": "0.6.0"
"passport": "0.6.0",
"fast-xml-parser": "4.4.1",
"@azure/identity": "4.2.1",
"kind-of": "6.0.3"
},
"engines": {
"node": ">=20.0.0 <21.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@koa/router": "8.0.8",
"@socket.io/redis-adapter": "^8.2.1",
"@types/xml2js": "^0.4.14",
"airtable": "0.10.1",
"airtable": "0.12.2",
"arangojs": "7.2.0",
"archiver": "7.0.1",
"aws-sdk": "2.1030.0",
Expand Down
Loading

0 comments on commit d8df769

Please sign in to comment.