Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from tabata-cfo/feature/28_update_axios
Browse files Browse the repository at this point in the history
axiosのバージョンアップ(0.19.0→0.24.0)
  • Loading branch information
zawazawazawazawa authored Mar 4, 2022
2 parents 03db84b + 5d08bfc commit 16ae8bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
34 changes: 8 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"types": "lib/index.d.js",
"dependencies": {
"@google-cloud/storage": "^4.6.0",
"axios": "^0.19.0",
"axios": "^0.24.0",
"body-parser": "^1.18.3",
"crypto": "^1.0.1",
"date-fns": "^2.11.0",
"express": "^4.16.4",
"firebase-admin": "^8.2.0",
"firebase-functions": "^3.1.0",
"simple-oauth2": "^2.2.1",
"form-data": "^3.0.0"
"form-data": "^3.0.0",
"simple-oauth2": "^2.2.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
Expand Down

0 comments on commit 16ae8bb

Please sign in to comment.