From d193baf03903c0f6f5b6ab7a8bcab55357a31bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:57:37 +0000 Subject: [PATCH] Bump @inrupt/solid-client-authn-node from 2.5.0 to 5.0.0 Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn-js) from 2.5.0 to 5.0.0. - [Release notes](https://github.com/inrupt/solid-client-authn-js/releases) - [Changelog](https://github.com/inrupt/solid-client-authn-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/inrupt/solid-client-authn-js/compare/v2.5.0...v5.0.0) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-authn-node" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 95 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 81 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6356b4..33d11a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@inrupt/internal-playwright-helpers": "^4.0.4", "@inrupt/internal-test-env": "^4.0.3", "@inrupt/jest-jsdom-polyfills": "^4.0.4", - "@inrupt/solid-client-authn-node": "^2.5.0", + "@inrupt/solid-client-authn-node": "^5.0.0", "@playwright/test": "^1.60.0", "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^17.4.2", @@ -1195,6 +1195,61 @@ "dotenv": "^17.1.0" } }, + "node_modules/@inrupt/internal-test-env/node_modules/@inrupt/solid-client-authn-core": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.5.0.tgz", + "integrity": "sha512-S02hizURW3IL4d03Cn1xZTz25KqZdmS7qYfkOb/UHwPcy+VA7G8Um1xeDByqu7Bva2yPjNk5iCrKKUMmGb56mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "events": "^3.3.0", + "jose": "^5.1.3", + "uuid": "^11.1.0" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || ^22.0.0" + } + }, + "node_modules/@inrupt/internal-test-env/node_modules/@inrupt/solid-client-authn-node": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.5.0.tgz", + "integrity": "sha512-lWdSPX0D2Lx+kHjJ3ByrXu4lmWU+q1RrYuLkhNXdudVqmbqJM3ugb0s9Gzix82a/sVCmiCzLlJMu0MeGItvr+w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@inrupt/solid-client-authn-core": "^2.5.0", + "jose": "^5.1.3", + "openid-client": "^5.7.1", + "uuid": "^11.1.0" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || ^22.0.0" + } + }, + "node_modules/@inrupt/internal-test-env/node_modules/jose": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", + "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/panva" + } + }, + "node_modules/@inrupt/internal-test-env/node_modules/uuid": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@inrupt/jest-jsdom-polyfills": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-4.0.4.tgz", @@ -1230,20 +1285,24 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "2.5.0", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-5.0.0.tgz", + "integrity": "sha512-KYZCv8IO0ytDy3ApyVhiIsmWJY7Z+AXqmU3F+LtV3DBXxwZ9vF9YK8hOzf0ltPmVtqcf4RrnW5fIEtKmHmjuFQ==", "dev": true, "license": "MIT", "dependencies": { "events": "^3.3.0", - "jose": "^5.1.3", - "uuid": "^11.1.0" + "jose": "^6.2.3", + "uuid": "^14.0.0" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || ^22.0.0" + "node": "^22.0.0 || ^24.0.0" } }, "node_modules/@inrupt/solid-client-authn-core/node_modules/uuid": { - "version": "11.1.0", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -1251,25 +1310,29 @@ ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "2.5.0", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-5.0.0.tgz", + "integrity": "sha512-+UyG/KSHQPSEyP31g5BjimtEVUH8unlzfqz2F2v4u4ptxbcS8jEuc4bjTHgNMo6XMBiTN8fO0JyAJm6q4WvkpA==", "dev": true, "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-core": "^2.5.0", - "jose": "^5.1.3", + "@inrupt/solid-client-authn-core": "^5.0.0", + "jose": "^6.2.3", "openid-client": "^5.7.1", - "uuid": "^11.1.0" + "uuid": "^14.0.0" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || ^22.0.0" + "node": "^22.0.0 || ^24.0.0" } }, "node_modules/@inrupt/solid-client-authn-node/node_modules/uuid": { - "version": "11.1.0", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -1277,7 +1340,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/@inrupt/solid-client-errors": { @@ -7383,7 +7446,9 @@ } }, "node_modules/jose": { - "version": "5.10.0", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz", + "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index b6e1650..e14b5ec 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@inrupt/internal-playwright-helpers": "^4.0.4", "@inrupt/internal-test-env": "^4.0.3", "@inrupt/jest-jsdom-polyfills": "^4.0.4", - "@inrupt/solid-client-authn-node": "^2.5.0", + "@inrupt/solid-client-authn-node": "^5.0.0", "@playwright/test": "^1.60.0", "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^17.4.2",