Skip to content

Commit

Permalink
chore(deps): bump uuid and @types/uuid (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent b10afce commit 44f921c
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 44f921c

Please sign in to comment.