Skip to content

Commit

Permalink
Patch: updated axios versions to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Dec 17, 2023
1 parent 607f3c7 commit f775aef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/bashaway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@sliit-foss/actions-exec-wrapper": "1.1.1",
"axios": "1.5.0",
"axios": "1.6.0",
"glob": "10.3.3"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "bash ../../scripts/test/conditional-test/test.sh -k GITHUB_ACCESS_TOKEN"
},
"dependencies": {
"axios": "1.3.2"
"axios": "1.6.0"
},
"author": "SLIIT FOSS",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/service-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@sliit-foss/module-logger": "1.1.5",
"axios": "1.3.2",
"axios": "1.6.0",
"express-http-context": "1.2.4",
"http-errors": "2.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit f775aef

Please sign in to comment.