Skip to content

Commit

Permalink
Fixed vulnerabilities via npm audit fix (#410)
Browse files Browse the repository at this point in the history
* npm audit fix

* updated async to 3.2.3

* Removed async

* Removed async package as not used
  • Loading branch information
Anatoly Bolshakov authored May 30, 2022
1 parent 30ffb29 commit afdb90b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"dependencies": {
"app-root-path": "1.0.0",
"archiver": "2.0.3",
"async": "^1.4.0",
"azure-devops-node-api": "^10.2.2",
"clipboardy": "~1.2.3",
"colors": "~1.3.0",
Expand All @@ -29,11 +28,11 @@
"json-in-place": "^1.0.1",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"mkdirp": "^1.0.4",
"onecolor": "^2.5.0",
"os-homedir": "^1.0.1",
"prompt": "^1.2.0",
"prompt": "^1.3.0",
"read": "^1.0.6",
"shelljs": "^0.8.5",
"tmp": "0.0.26",
Expand Down

0 comments on commit afdb90b

Please sign in to comment.