Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Jan 29, 2024
2 parents a52363f + 862b788 commit 4c58d16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"lint:fix": "eslint . --ext .ts --fix"
},
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.6.7",
"tiny-async-pool": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.8",
"@types/node": "^20.11.10",
"@types/tiny-async-pool": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"nock": "^13.4.0",
"ts-jest": "^29.1.1",
"nock": "^13.5.1",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"files": [
Expand Down

0 comments on commit 4c58d16

Please sign in to comment.