Skip to content

Commit

Permalink
deps: update tmp things; prod dep, not test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins committed Jun 21, 2024
1 parent 46d134a commit 5d5dea4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 31 deletions.
42 changes: 15 additions & 27 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,13 +29,11 @@
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^14.18.36",
"@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",
"tmp": "^0.2.1",
"ts-jest": "^29.1.5",
"ts-node": "^9.1.1",
"ts-standard": "^9.0.0",
Expand All @@ -45,13 +43,13 @@
"@types/lodash": "^4.17.5",
"@types/qs": "^6.9.15",
"@types/tar": "^6.1.13",
"@types/tmp": "^0.2.0",
"@types/tmp": "^0.2.6",
"@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.2.1",
"tmp": "^0.2.1"
"tmp": "^0.2.3"
}
}

0 comments on commit 5d5dea4

Please sign in to comment.