Skip to content

Commit

Permalink
Bump uuid from 11.0.3 to 11.0.4 (#3821)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.0.4.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.3...v11.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 2b8f3a4 commit 43fa909
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions 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 packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@inrupt/solid-client-authn-core": "^2.3.0",
"events": "^3.3.0",
"jose": "^5.1.3",
"uuid": "^11.0.3"
"uuid": "^11.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"events": "^3.3.0",
"jose": "^5.1.3",
"uuid": "^11.0.3"
"uuid": "^11.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@inrupt/solid-client-authn-core": "^2.3.0",
"jose": "^5.1.3",
"openid-client": "^5.7.1",
"uuid": "^11.0.3"
"uuid": "^11.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^2.3.0",
"jose": "^5.1.3",
"uuid": "^11.0.3"
"uuid": "^11.0.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 43fa909

Please sign in to comment.