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 23, 2024
1 parent 9fb78a3 commit c68f5bd
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 57 deletions.
97 changes: 50 additions & 47 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.10.0",
"mongodb": "^6.11.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/nodemailer": "^6.4.16",
"@types/node": "^22.9.3",
"@types/nodemailer": "^6.4.17",
"@types/platform": "^1.3.6",
"@types/uuid": "^10.0.0",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"optionalDependencies": {
"mongodb-memory-server": "^10.1.2"
Expand Down
8 changes: 4 additions & 4 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@simplewebauthn/types": "^11.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c68f5bd

Please sign in to comment.