From ee8cf44c475a67b5408d7b0a8549e03d80c59a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:02:56 +0000 Subject: [PATCH] Bump @inrupt/solid-client-authn-node from 3.1.1 to 5.0.0 Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn-js) from 3.1.1 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/v3.1.1...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 | 106 +++++++++------------------------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 87 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5af3194aa2..2ddc1e13c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@inrupt/internal-playwright-helpers": "^4.1.3", "@inrupt/internal-test-env": "^4.1.3", "@inrupt/jest-jsdom-polyfills": "^4.1.3", - "@inrupt/solid-client-authn-node": "^3.1.0", + "@inrupt/solid-client-authn-node": "^5.0.0", "@next/eslint-plugin-next": "^15.3.3", "@playwright/test": "^1.44.0", "@rdfjs/types": "^1.1.0", @@ -1208,47 +1208,6 @@ "dotenv": "^17.4.2" } }, - "node_modules/@inrupt/internal-test-env/node_modules/@inrupt/solid-client-authn-core": { - "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": "^6.2.3", - "uuid": "^14.0.0" - }, - "engines": { - "node": "^22.0.0 || ^24.0.0" - } - }, - "node_modules/@inrupt/internal-test-env/node_modules/@inrupt/solid-client-authn-node": { - "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": "^5.0.0", - "jose": "^6.2.3", - "openid-client": "^5.7.1", - "uuid": "^14.0.0" - }, - "engines": { - "node": "^22.0.0 || ^24.0.0" - } - }, - "node_modules/@inrupt/internal-test-env/node_modules/jose": { - "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": { - "url": "https://github.com/sponsors/panva" - } - }, "node_modules/@inrupt/jest-jsdom-polyfills": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-4.1.5.tgz", @@ -1284,60 +1243,34 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-3.1.1.tgz", - "integrity": "sha512-1oDSQCh/pVtPlTyvLQ2uwHo+hpLJF7izg82tjB+Ge8jqGYwkQyId0BrfncpCk//uJXxgRIcfAQp2MhXYbZo80Q==", + "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": "^20.0.0 || ^22.0.0" - } - }, - "node_modules/@inrupt/solid-client-authn-core/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": "^22.0.0 || ^24.0.0" } }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-3.1.1.tgz", - "integrity": "sha512-Xv+xFA2SG/wx2Yok4wmnwq2aIXjdE1pPc6Vx5JtucIm4sbqoxeXAf6xHW0vrxvILBETLMQzxNP+sLZtL/gfjQw==", + "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": "^3.1.1", - "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": "^20.0.0 || ^22.0.0" - } - }, - "node_modules/@inrupt/solid-client-authn-node/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": "^22.0.0 || ^24.0.0" } }, "node_modules/@inrupt/solid-client-errors": { @@ -7888,10 +7821,11 @@ } }, "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==", + "version": "6.2.7", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.7.tgz", + "integrity": "sha512-hq1OB1bALKfydZNoViyg6hPVGV4i93ny9Op+n4zP5RSf7SCZEXa/TsG2O3IEr7+WlHRTPnpqDmHfMH6qXAD60w==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" } diff --git a/package.json b/package.json index 86d3f12f7d..199449b4e7 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "@inrupt/internal-playwright-helpers": "^4.1.3", "@inrupt/internal-test-env": "^4.1.3", "@inrupt/jest-jsdom-polyfills": "^4.1.3", - "@inrupt/solid-client-authn-node": "^3.1.0", + "@inrupt/solid-client-authn-node": "^5.0.0", "@next/eslint-plugin-next": "^15.3.3", "@playwright/test": "^1.44.0", "@rdfjs/types": "^1.1.0",