Skip to content

Commit 2d974bc

Browse files
authored
Fix vulnerable dependencies (#1837)
1 parent 3d1f21c commit 2d974bc

File tree

3 files changed

+327
-376
lines changed

3 files changed

+327
-376
lines changed

code-push-plugin-testing-framework/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"license": "MIT",
1717
"homepage": "https://microsoft.github.io/code-push",
1818
"dependencies": {
19-
"@types/uuid": "^3.4.7",
19+
"@types/uuid": "^7.0.2",
2020
"base-64": "^0.1.0",
2121
"mocha": "latest",
2222
"mocha-junit-reporter": "latest",
2323
"q": "^1.5.1",
2424
"replace": "latest",
2525
"superagent": "^5.2.1",
26-
"superagent-proxy": "^1.0.3",
27-
"uuid": "^3.4.0"
26+
"superagent-proxy": "^2.0.0",
27+
"uuid": "^7.0.3"
2828
},
2929
"bugs": {
3030
"url": "https://github.com/Microsoft/code-push/issues"

0 commit comments

Comments
 (0)