Skip to content

Commit 300ea8e

Browse files
Bump uuid from 11.1.0 to 13.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 13.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd3863f commit 300ea8e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@inrupt/solid-client-authn-core": "^3.1.0",
3535
"events": "^3.3.0",
3636
"jose": "^5.1.3",
37-
"uuid": "^11.1.0"
37+
"uuid": "^13.0.0"
3838
},
3939
"publishConfig": {
4040
"access": "public"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"events": "^3.3.0",
4040
"jose": "^5.1.3",
41-
"uuid": "^11.1.0"
41+
"uuid": "^13.0.0"
4242
},
4343
"publishConfig": {
4444
"access": "public"

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@inrupt/solid-client-authn-core": "^3.1.0",
3232
"jose": "^5.1.3",
3333
"openid-client": "^5.7.1",
34-
"uuid": "^11.1.0"
34+
"uuid": "^13.0.0"
3535
},
3636
"publishConfig": {
3737
"access": "public"

packages/oidc-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@inrupt/oidc-client": "^1.11.6",
2929
"@inrupt/solid-client-authn-core": "^3.1.0",
3030
"jose": "^5.1.3",
31-
"uuid": "^11.1.0"
31+
"uuid": "^13.0.0"
3232
},
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)