Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 40099fc

Browse files
Update dependecies for testing framework (#2165)
1 parent f72751f commit 40099fc

File tree

2 files changed

+390
-445
lines changed

2 files changed

+390
-445
lines changed

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

Lines changed: 5 additions & 5 deletions
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": "^7.0.2",
20-
"base-64": "^0.1.0",
19+
"@types/uuid": "^8.3.1",
20+
"base-64": "^1.0.0",
2121
"mocha": "latest",
2222
"mocha-junit-reporter": "latest",
2323
"q": "^1.5.1",
2424
"replace": "latest",
25-
"superagent": "^5.2.1",
26-
"superagent-proxy": "^2.0.0",
27-
"uuid": "^7.0.3"
25+
"superagent": "^6.1.0",
26+
"superagent-proxy": "^3.0.0",
27+
"uuid": "^8.3.2"
2828
},
2929
"bugs": {
3030
"url": "https://github.com/microsoft/code-push/issues"

0 commit comments

Comments
 (0)