Skip to content

Commit

Permalink
chore(deps): bump the minor group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [next-auth](https://github.com/nextauthjs/next-auth) | `4.24.8` | `4.24.10` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.15` | `6.9.16` |
| [sass](https://github.com/sass/dart-sass) | `1.80.3` | `1.80.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.7` | `22.8.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `18.3.12` |


Updates `next-auth` from 4.24.8 to 4.24.10
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.10)

Updates `nodemailer` from 6.9.15 to 6.9.16
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.15...v6.9.16)

Updates `sass` from 1.80.3 to 1.80.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.3...1.80.4)

Updates `@types/node` from 22.7.7 to 22.8.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.11 to 18.3.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 6ca00e7 commit 69d7d1f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"jsqr": "^1.4.0",
"luxon": "^3.5.0",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-auth": "^4.24.10",
"next-qrcode": "^2.5.1",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fontawesome": "^1.7.1",
Expand All @@ -39,7 +39,7 @@
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sass": "^1.80.3",
"sass": "^1.80.4",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"unified": "^11.0.5",
Expand All @@ -53,9 +53,9 @@
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.1",
Expand Down

0 comments on commit 69d7d1f

Please sign in to comment.