From 43fa9096a3e63920e71a5adb992488a3dc014e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:07:41 -0500 Subject: [PATCH] Bump uuid from 11.0.3 to 11.0.4 (#3821) 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](https://github.com/uuidjs/uuid/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- packages/browser/package.json | 2 +- packages/core/package.json | 2 +- packages/node/package.json | 2 +- packages/oidc-browser/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f077af7f7..f5c550d71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22306,9 +22306,9 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -23361,7 +23361,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" }, "devDependencies": { "@types/node": "^22.10.1", @@ -23417,7 +23417,7 @@ "dependencies": { "events": "^3.3.0", "jose": "^5.1.3", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "devDependencies": { "@types/uuid": "^10.0.0" @@ -23441,7 +23441,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" }, "devDependencies": { "@types/node": "^22.10.1", @@ -24072,7 +24072,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" }, "devDependencies": { "@types/jest": "^29.5.14", diff --git a/packages/browser/package.json b/packages/browser/package.json index 8b853e75a..c6a432129 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -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" diff --git a/packages/core/package.json b/packages/core/package.json index d8904f91a..89c2f2747 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -38,7 +38,7 @@ "dependencies": { "events": "^3.3.0", "jose": "^5.1.3", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "publishConfig": { "access": "public" diff --git a/packages/node/package.json b/packages/node/package.json index c5697b9f7..c572b4789 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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" diff --git a/packages/oidc-browser/package.json b/packages/oidc-browser/package.json index 5eaa5bca1..523fccede 100644 --- a/packages/oidc-browser/package.json +++ b/packages/oidc-browser/package.json @@ -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"