Skip to content

Commit

Permalink
Fix vulnerable dependencies (microsoft#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidubov authored Apr 9, 2020
1 parent 3d1f21c commit 2d974bc
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 376 deletions.
6 changes: 3 additions & 3 deletions code-push-plugin-testing-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"license": "MIT",
"homepage": "https://microsoft.github.io/code-push",
"dependencies": {
"@types/uuid": "^3.4.7",
"@types/uuid": "^7.0.2",
"base-64": "^0.1.0",
"mocha": "latest",
"mocha-junit-reporter": "latest",
"q": "^1.5.1",
"replace": "latest",
"superagent": "^5.2.1",
"superagent-proxy": "^1.0.3",
"uuid": "^3.4.0"
"superagent-proxy": "^2.0.0",
"uuid": "^7.0.3"
},
"bugs": {
"url": "https://github.com/Microsoft/code-push/issues"
Expand Down
Loading

0 comments on commit 2d974bc

Please sign in to comment.