Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Bump @types/node from 22.8.7 to 22.9.0 in /api

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.7 to 22.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump uuid from 11.0.2 to 11.0.3 in /api

Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.2...v11.0.3)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and DigitallyRefined committed Nov 12, 2024
1 parent 9fb78a3 commit 72ba830
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions api/package-lock.json

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

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"mongodb": "^6.10.0",
"nodemailer": "^6.9.16",
"platform": "^1.3.6",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"devDependencies": {
"@simplewebauthn/types": "^11.0.0",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/platform": "^1.3.6",
"@types/uuid": "^10.0.0",
Expand Down

0 comments on commit 72ba830

Please sign in to comment.