Skip to content

Commit

Permalink
deps: update tar things; prod dep, not dev dep
Browse files Browse the repository at this point in the history
stick with tar 6.x for now
  • Loading branch information
aronatkins committed Jun 21, 2024
1 parent a427cb6 commit 46d134a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 82 deletions.
122 changes: 44 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^14.18.36",
"@types/tar": "^4.0.5",
"@types/tmp": "^0.2.3",
"@types/tough-cookie": "^4.0.2",
"axios": "^0.21.4",
"axios-cookiejar-support": "^1.0.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"tar": "^6.1.13",
"tmp": "^0.2.1",
"ts-jest": "^29.1.5",
"ts-node": "^9.1.1",
Expand All @@ -46,14 +44,14 @@
"dependencies": {
"@types/lodash": "^4.17.5",
"@types/qs": "^6.9.15",
"@types/tar": "^4.0.4",
"@types/tar": "^6.1.13",
"@types/tmp": "^0.2.0",
"@types/tough-cookie": "^4.0.0",
"axios": "^0.21.0",
"axios-cookiejar-support": "^1.0.1",
"lodash": "^4.17.21",
"qs": "^6.12.1",
"tar": "^6.0.5",
"tar": "^6.2.1",
"tmp": "^0.2.1"
}
}

0 comments on commit 46d134a

Please sign in to comment.