From 37bd8c499297670cfaa413dfa9009dca782294a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:57:02 +0000 Subject: [PATCH] Bump @inrupt/solid-client-authn-core from 3.1.1 to 4.0.0 Bumps [@inrupt/solid-client-authn-core](https://github.com/inrupt/solid-client-authn-js) from 3.1.1 to 4.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...v4.0.0) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-authn-core" dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc931ba..fd6bc8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.8.0", "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-core": "^3.1.1", + "@inrupt/solid-client-authn-core": "^4.0.0", "@solid/community-server": "^7.1.9", "mashlib": "^2.1.4", "rdflib": "^2.3.6" @@ -3075,6 +3075,20 @@ "uuid": "^11.1.0" } }, + "node_modules/@inrupt/oidc-client-ext/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==", + "license": "MIT", + "dependencies": { + "events": "^3.3.0", + "jose": "^5.1.3", + "uuid": "^11.1.0" + }, + "engines": { + "node": "^20.0.0 || ^22.0.0" + } + }, "node_modules/@inrupt/oidc-client-ext/node_modules/jose": { "version": "5.10.0", "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", @@ -3110,6 +3124,20 @@ "uuid": "^11.1.0" } }, + "node_modules/@inrupt/solid-client-authn-browser/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==", + "license": "MIT", + "dependencies": { + "events": "^3.3.0", + "jose": "^5.1.3", + "uuid": "^11.1.0" + }, + "engines": { + "node": "^20.0.0 || ^22.0.0" + } + }, "node_modules/@inrupt/solid-client-authn-browser/node_modules/jose": { "version": "5.10.0", "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", @@ -3133,9 +3161,9 @@ } }, "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": "4.0.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-4.0.0.tgz", + "integrity": "sha512-q4iur4TxEkhk9XaGAvyRP/+MjU1oBv2xlBdGE+uoXmDHAnIqUN71zZjCWZfZlyQFRETgH3OfZ9tPrNSDIPA/wg==", "license": "MIT", "dependencies": { "events": "^3.3.0", @@ -3143,7 +3171,7 @@ "uuid": "^11.1.0" }, "engines": { - "node": "^20.0.0 || ^22.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@inrupt/solid-client-authn-core/node_modules/jose": { diff --git a/package.json b/package.json index 2d067a4..28776e3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "www" ], "dependencies": { - "@inrupt/solid-client-authn-core": "^3.1.1", + "@inrupt/solid-client-authn-core": "^4.0.0", "@solid/community-server": "^7.1.9", "mashlib": "^2.1.4", "rdflib": "^2.3.6"