Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Feb 17, 2024
1 parent 99d8524 commit 73c3805
Show file tree
Hide file tree
Showing 2 changed files with 1,904 additions and 861 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"coverage": "jest --coverage"
},
"dependencies": {
"axios": "^0.22.0",
"axios": "1.6.7",
"form-data": "^4.0.0",
"jsonwebtoken": "9.0.2",
"node-fetch": "^3.3.2"
Expand All @@ -33,20 +33,20 @@
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/jest": "^27.0.2",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "9.0.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"jest": "^27.2.1",
"jest": "29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.4",
"ts-jest": "^27.0.5",
"semantic-release": "19.0.5",
"ts-jest": "29.1.2",
"typescript": "^4.5.5"
},
"files": [
Expand Down
Loading

0 comments on commit 73c3805

Please sign in to comment.