From 76b4afc62e52f07f6e5012d0ecd7f6aa8aa1707f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:09:19 +0000 Subject: [PATCH] chore(deps): bump @inrupt/solid-client-authn-node from 2.2.6 to 2.2.7 Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn-js) from 2.2.6 to 2.2.7. - [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.2.6...v2.2.7) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-authn-node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- packages/internal-test-env/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4328a7ec7..bcc1f9809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -918,9 +918,9 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.2.6.tgz", - "integrity": "sha512-gZtkPYs+2bgCtkDs0XS9ARUvtRInOLMrgDpzC2RetEbOlKneDdc0beZBEUuCo1v4OM9ENksXVnnvkGMinj7qUw==", + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.2.7.tgz", + "integrity": "sha512-znnBBVGIvfvfgzHJPLmN7vh/ztUpV7gLYixKLEPJAE0TuNmKQX9ZbpUmWnW8d5E3/2Vvg4R1r1VSkS2p7PbUXA==", "dependencies": { "events": "^3.3.0", "jose": "^5.1.3", @@ -931,11 +931,11 @@ } }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.6.tgz", - "integrity": "sha512-vCo4iWdUqsOetb0r77kvF11fpP6SsYzOXN2atDeGAEzwrSSIFhiKZJK+7sXGpl3uoj7vVt4erLOSwDkx6xSVrQ==", + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.7.tgz", + "integrity": "sha512-pUE78trc1cNCYd1NxGQ/Ea/nVfunkJw/keRXqB261pHkv0yHRByRNUrurz4WWTrjB40k6+yawWu+UNsbyDFSUA==", "dependencies": { - "@inrupt/solid-client-authn-core": "^2.2.6", + "@inrupt/solid-client-authn-core": "^2.2.7", "jose": "^5.1.3", "openid-client": "^5.7.0", "uuid": "^10.0.0" @@ -8538,9 +8538,9 @@ } }, "node_modules/jose": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.3.tgz", - "integrity": "sha512-egLIoYSpcd+QUF+UHgobt5YzI2Pkw/H39ou9suW687MY6PmCwPmkNV/4TNjn1p2tX5xO3j0d0sq5hiYE24bSlg==", + "version": "5.9.6", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz", + "integrity": "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -13057,7 +13057,7 @@ "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.1.2", - "@inrupt/solid-client-authn-node": "^2.2.6", + "@inrupt/solid-client-authn-node": "^2.2.7", "deepmerge-json": "^1.5.0", "dotenv": "^16.4.5" }, diff --git a/packages/internal-test-env/package.json b/packages/internal-test-env/package.json index 6f8a09edc..9f45b821f 100644 --- a/packages/internal-test-env/package.json +++ b/packages/internal-test-env/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@inrupt/solid-client": "^2.1.2", - "@inrupt/solid-client-authn-node": "^2.2.6", + "@inrupt/solid-client-authn-node": "^2.2.7", "deepmerge-json": "^1.5.0", "dotenv": "^16.4.5" },