Merge pull request #3 from Software-Ingenieur-Begerad/renovate/axios-0.x

fix(deps): update dependency axios to ^0.27.0
This commit is contained in:
Stefan Begerad 2022-06-21 21:05:50 +02:00 committed by GitHub
commit 48df96cd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,6 @@
"nodemon": "^2.0.7" "nodemon": "^2.0.7"
}, },
"dependencies": { "dependencies": {
"axios": "^0.21.1" "axios": "^0.27.0"
} }
} }

View File

@ -13,6 +13,6 @@
"nodemon": "^2.0.7" "nodemon": "^2.0.7"
}, },
"dependencies": { "dependencies": {
"axios": "^0.21.1" "axios": "^0.27.0"
} }
} }

View File

@ -14,6 +14,6 @@
"nodemon": "^2.0.7" "nodemon": "^2.0.7"
}, },
"dependencies": { "dependencies": {
"axios": "^0.21.1" "axios": "^0.27.0"
} }
} }