Skip to content

Commit

Permalink
[IST-90] Upgrade Axios to address CVE-2020-28168 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair authored Jan 7, 2021
1 parent 0b85570 commit 833f4b1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
50 changes: 28 additions & 22 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mabl-github-deployments-action",
"version": "1.6.0",
"version": "1.7.0",
"description": "mabl github action for GitHub pipelines integration",
"main": "lib/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"async-retry": "^1.2.3",
"axios": "^0.20.0",
"axios": "^0.21.1",
"cli-table3": "^0.5.1",
"moment": "^2.24.0"
},
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.3",
"eslint-plugin-no-null": "^1.0.2",
"mocha": "^8.2.0",
"mocha": "^8.2.1",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
Expand Down

0 comments on commit 833f4b1

Please sign in to comment.