Skip to content

Commit

Permalink
chore(deps): bump axios from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2023
1 parent 0b2e455 commit dac807e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@kaetram/common": "workspace:*",
"@sentry/node": "^7.68.0",
"@sentry/tracing": "^7.68.0",
"axios": "^1.5.0",
"axios": "^1.6.0",
"cors": "^2.8.5",
"discord.js": "^14.13.0",
"dotenv-extended": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@kaetram/common": "workspace:*",
"@sentry/node": "^7.68.0",
"@sentry/tracing": "^7.68.0",
"axios": "^1.5.0",
"axios": "^1.6.0",
"discord.js": "^14.13.0",
"dotenv-extended": "^2.9.0",
"dotenv-parse-variables": "^2.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,7 @@ __metadata:
"@types/dotenv-parse-variables": "npm:^2.0.1"
"@types/express": "npm:^4.17.17"
"@types/nodemailer": "npm:^6.4.9"
axios: "npm:^1.5.0"
axios: "npm:^1.6.0"
cors: "npm:^2.8.5"
discord.js: "npm:^14.13.0"
dotenv-extended: "npm:^2.9.0"
Expand Down Expand Up @@ -3523,7 +3523,7 @@ __metadata:
"@types/express": "npm:^4.17.17"
"@types/sanitizer": "npm:^0.0.28"
"@types/websocket": "npm:^1.0.6"
axios: "npm:^1.5.0"
axios: "npm:^1.6.0"
discord.js: "npm:^14.13.0"
dotenv-extended: "npm:^2.9.0"
dotenv-parse-variables: "npm:^2.0.0"
Expand Down Expand Up @@ -5418,14 +5418,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.5.0":
version: 1.5.0
resolution: "axios@npm:1.5.0"
"axios@npm:^1.6.0":
version: 1.6.1
resolution: "axios@npm:1.6.1"
dependencies:
follow-redirects: "npm:^1.15.0"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 39440528483b1eeaeac1913a96a9bedfcb477bc059f0cc690a8242f361ce5ed84b73206dca5ce2977b94cf6b8c2b0132602764fc2fa465765ee3729e5d3f2d6a
checksum: a306bd74ddac770dc2529108059a4294d594e952056ac330d27c1755b7d3f6cbdde1c58fb748b979e2b2a13f47024e0d6bfd219fc6901558775c7148e520b96c
languageName: node
linkType: hard

Expand Down

0 comments on commit dac807e

Please sign in to comment.