Skip to content

Commit

Permalink
deps: update package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
single9 committed Apr 11, 2024
1 parent 8985576 commit d15e951
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 313 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
],
"license": "MIT",
"dependencies": {
"axios": "^1.3.5"
"axios": "^1.6.8"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.1",
"mocha": "^9.1.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^9.0.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"directories": {
"test": "test"
Expand Down
Loading

0 comments on commit d15e951

Please sign in to comment.