Skip to content

Commit 4768967

Browse files
authored
Merge pull request #110 from browserstack/upgrade_archiver
Upgrade archiver to v5
2 parents 027ff94 + a0eaef0 commit 4768967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"browserstack-cypress": "bin/runner.js"
1313
},
1414
"dependencies": {
15-
"archiver": "^3.1.1",
15+
"archiver": "^5.2.0",
1616
"chalk": "^4.1.0",
1717
"fs-extra": "^8.1.0",
18+
"glob": "^7.1.6",
1819
"mkdirp": "^1.0.3",
1920
"request": "^2.88.0",
2021
"requestretry": "^4.1.0",
2122
"table": "^5.4.6",
2223
"winston": "^2.3.1",
23-
"yargs": "^14.2.2",
24-
"glob": "^7.1.6"
24+
"yargs": "^14.2.2"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)