Skip to content

Commit 07e2979

Browse files
committed
build: update glob to v13 and fix breaking changes
Update the glob dependency to version 13.0.1 and migrate calls from glob.sync to globSync to align with the new API. Also remove the unused del dependency from package.json.
1 parent 68206ee commit 07e2979

File tree

6 files changed

+215
-944
lines changed

6 files changed

+215
-944
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
"dependencies": {
1919
"@types/uuid": "^8.3.1",
2020
"base-64": "^1.0.0",
21-
"mocha": "latest",
21+
"mocha": "^11.1.0",
2222
"mocha-junit-reporter": "latest",
2323
"q": "^1.5.1",
2424
"replace": "latest",
25-
"superagent": "^6.1.0",
26-
"superagent-proxy": "^3.0.0",
2725
"uuid": "^8.3.2"
2826
},
2927
"bugs": {

0 commit comments

Comments
 (0)