Skip to content

Commit

Permalink
chore(deps): bump uuid and @types/uuid
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 9.0.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v9.0.1)

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

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent b10afce commit 0d8c051
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 21 deletions.
32 changes: 19 additions & 13 deletions 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 packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/uuid": "^9.0.1"
"@types/uuid": "^9.0.4"
},
"dependencies": {
"@inrupt/oidc-client-ext": "^1.17.2",
"@inrupt/solid-client-authn-core": "^1.17.2",
"@inrupt/universal-fetch": "^1.0.2",
"events": "^3.3.0",
"jose": "^4.14.6",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@inrupt/universal-fetch": "^1.0.1",
"events": "^3.3.0",
"jose": "^4.14.6",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
Expand All @@ -48,6 +48,6 @@
"node": "^16.0.0 || ^18.0.0 || ^20.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.1"
"@types/uuid": "^9.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/uuid": "^9.0.1"
"@types/uuid": "^9.0.4"
},
"dependencies": {
"@inrupt/solid-client-authn-core": "^1.17.2",
"@inrupt/universal-fetch": "^1.0.1",
"jose": "^4.14.6",
"openid-client": "~5.4.2",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/uuid": "^9.0.1",
"@types/uuid": "^9.0.4",
"ts-node": "^10.9.1"
},
"dependencies": {
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^1.17.2",
"@inrupt/universal-fetch": "^1.0.1",
"jose": "^4.14.6",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0d8c051

Please sign in to comment.