From 0d8c051223074476441b63aa50330d9f0a395df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:00:30 +0000 Subject: [PATCH] chore(deps): bump uuid and @types/uuid 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](https://github.com/uuidjs/uuid/compare/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] --- package-lock.json | 32 ++++++++++++++++++------------ packages/browser/package.json | 4 ++-- packages/core/package.json | 4 ++-- packages/node/package.json | 4 ++-- packages/oidc-browser/package.json | 4 ++-- 5 files changed, 27 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0591c1cc1b..6137b8fd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5703,9 +5703,10 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.2", - "dev": true, - "license": "MIT" + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz", + "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==", + "dev": true }, "node_modules/@types/ws": { "version": "8.5.5", @@ -22358,8 +22359,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "license": "MIT", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } @@ -23315,11 +23321,11 @@ "@inrupt/universal-fetch": "^1.0.2", "events": "^3.3.0", "jose": "^4.14.6", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "devDependencies": { "@types/node": "^20.6.0", - "@types/uuid": "^9.0.1" + "@types/uuid": "^9.0.4" } }, "packages/browser/examples/demoAuthentiationMonitor": { @@ -23397,10 +23403,10 @@ "@inrupt/universal-fetch": "^1.0.1", "events": "^3.3.0", "jose": "^4.14.6", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "devDependencies": { - "@types/uuid": "^9.0.1" + "@types/uuid": "^9.0.4" }, "engines": { "node": "^16.0.0 || ^18.0.0 || ^20.0.0" @@ -23415,11 +23421,11 @@ "@inrupt/universal-fetch": "^1.0.1", "jose": "^4.14.6", "openid-client": "~5.4.2", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "devDependencies": { "@types/node": "^20.6.0", - "@types/uuid": "^9.0.1" + "@types/uuid": "^9.0.4" }, "engines": { "node": "^16.0.0 || ^18.0.0 || ^20.0.0" @@ -24077,11 +24083,11 @@ "@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" }, "devDependencies": { "@types/jest": "^29.5.3", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.4", "ts-node": "^10.9.1" } } diff --git a/packages/browser/package.json b/packages/browser/package.json index 3b5c1aaf89..bc63820394 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@types/node": "^20.6.0", - "@types/uuid": "^9.0.1" + "@types/uuid": "^9.0.4" }, "dependencies": { "@inrupt/oidc-client-ext": "^1.17.2", @@ -34,7 +34,7 @@ "@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" diff --git a/packages/core/package.json b/packages/core/package.json index c21dbd0622..bfe671f155 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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" @@ -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" } } diff --git a/packages/node/package.json b/packages/node/package.json index 256377bf5d..73f6ba688e 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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" diff --git a/packages/oidc-browser/package.json b/packages/oidc-browser/package.json index 08fa4d0682..bf269d5702 100644 --- a/packages/oidc-browser/package.json +++ b/packages/oidc-browser/package.json @@ -17,7 +17,7 @@ "license": "MIT", "devDependencies": { "@types/jest": "^29.5.3", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.4", "ts-node": "^10.9.1" }, "dependencies": { @@ -25,7 +25,7 @@ "@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"