Skip to content

Commit

Permalink
Bump axios and @sendgrid/mail in /server
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) to 1.6.2 and updates ancestor dependency [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs). These dependencies need to be updated together.


Updates `axios` from 0.26.1 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v1.6.2)

Updates `@sendgrid/mail` from 7.7.0 to 8.1.0
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CHANGELOG.md)
- [Upgrade guide](https://github.com/sendgrid/sendgrid-nodejs/blob/main/UPGRADE.md)
- [Commits](sendgrid/sendgrid-nodejs@7.7.0...8.1.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@sendgrid/mail"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent b56a807 commit e1f2c60
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
49 changes: 28 additions & 21 deletions server/package-lock.json

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Hack for LA",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@sendgrid/mail": "^8.1.0",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down

0 comments on commit e1f2c60

Please sign in to comment.