Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed May 16, 2022
1 parent 127ec66 commit 389a72d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions docs/OUTDATED.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ Open Template Hub - Auth Server Template v4

Following packages are not updated in the develop branch yet. So, if you want to update outdated packages on your own risk, update the package.json and install dependencies.

| Package | Current | Wanted | Latest | Location |
| --- | --- | --- | --- | --- |
| axios | 0.26.1 | 0.26.1 | 0.27.2 | auth-server-template |

<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"@types/cors": "^2.8.9",
"@types/express": "^4.17.6",
"@types/uuid": "^8.3.4",
"axios": "^0.26.1",
"axios": "^0.27.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.20.0",
"capitalize": "^2.0.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-promise-router": "^4.1.1",
"oauth-1.0a": "^2.2.6",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
"nodemon": "^2.0.16"
},
"git repository": "https://github.com/open-template-hub/auth-server-template",
"repository": {
Expand Down

0 comments on commit 389a72d

Please sign in to comment.