Skip to content

Commit

Permalink
chore(deps): upgrade archiver, split2 dependencies (#5880)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Mar 4, 2024
1 parent 4159bca commit c9a1dd6
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 140 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"dependencies": {
"@sanity/util": "3.30.1",
"archiver": "^5.0.0",
"archiver": "^7.0.0",
"debug": "^4.3.4",
"get-it": "^8.4.10",
"lodash": "^4.17.21",
"mississippi": "^4.0.0",
"p-queue": "^2.3.0",
"rimraf": "^3.0.2",
"split2": "^3.2.2"
"split2": "^4.2.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"p-map": "^1.2.0",
"peek-stream": "^1.1.2",
"rimraf": "^3.0.2",
"split2": "^3.2.2",
"split2": "^4.2.0",
"tar-fs": "^2.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"@types/tar-stream": "^3.1.3",
"@types/use-sync-external-store": "^0.0.5",
"@vitejs/plugin-react": "^4.2.1",
"archiver": "^6.0.1",
"archiver": "^7.0.0",
"arrify": "^1.0.1",
"async-mutex": "^0.4.1",
"chalk": "^4.1.2",
Expand Down
Loading

0 comments on commit c9a1dd6

Please sign in to comment.