From 8e261947979489fea86f350417a05f4b03d784e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:29:05 +0000 Subject: [PATCH] Chore(deps): bump @inrupt/solid-client-authn-node in /e2e/test-app Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/inrupt/solid-client-authn/releases) - [Changelog](https://github.com/inrupt/solid-client-authn-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/inrupt/solid-client-authn/compare/v2.2.3...v2.2.4) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-authn-node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- e2e/test-app/package-lock.json | 44 ++++++++++++++++++++++++++-------- e2e/test-app/package.json | 2 +- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/e2e/test-app/package-lock.json b/e2e/test-app/package-lock.json index c384e9e..1626c83 100644 --- a/e2e/test-app/package-lock.json +++ b/e2e/test-app/package-lock.json @@ -13,7 +13,7 @@ "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-access-grants": "^3.0.4", "@inrupt/solid-client-authn-browser": "^2.2.3", - "@inrupt/solid-client-authn-node": "^2.2.3", + "@inrupt/solid-client-authn-node": "^2.2.4", "@inrupt/solid-client-vc": "^1.0.3", "next": "^14.2.3", "react": "^18.2.0", @@ -258,13 +258,13 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.2.3.tgz", - "integrity": "sha512-fn9ngy5mcgXH59s6cyDVZeG5N40WNOU6EfHMKS5ky6Hdk3izuFGcVPn01dS6TePk/wfXTPyreA+gvAi+1E5UWA==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.2.4.tgz", + "integrity": "sha512-PpH6ftxdhFvbSs4Mo/YJ9RrTF5xg/g1DX4AAoZHWoEkrGmnMAfgkG2kpq9+5tvLG9N52ja+CGbUNy3lHfpt6vw==", "dependencies": { "events": "^3.3.0", "jose": "^5.1.3", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "engines": { "node": "^18.0.0 || ^20.0.0" @@ -278,15 +278,27 @@ "url": "https://github.com/sponsors/panva" } }, + "node_modules/@inrupt/solid-client-authn-core/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.3.tgz", - "integrity": "sha512-Ds57MFZ8XMyJqhCPpuj3cOfbudPbp0tZ/x187kmJsB2Ir4qLB6/O8Od+DN7SXzcnJjM/TrwZ34THklVxzXid8A==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.4.tgz", + "integrity": "sha512-8rpvdXxfKx+FNFhCYCmNW9mqGuRmOPwA8PRJDhYNMjTf03jBge9baxx1andtyeXKhwZHWNcmmIg2a/GHTYe05w==", "dependencies": { - "@inrupt/solid-client-authn-core": "^2.2.3", + "@inrupt/solid-client-authn-core": "^2.2.4", "jose": "^5.1.3", "openid-client": "^5.6.5", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "engines": { "node": "^18.0.0 || ^20.0.0" @@ -300,6 +312,18 @@ "url": "https://github.com/sponsors/panva" } }, + "node_modules/@inrupt/solid-client-authn-node/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@inrupt/solid-client-vc": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@inrupt/solid-client-vc/-/solid-client-vc-1.0.3.tgz", diff --git a/e2e/test-app/package.json b/e2e/test-app/package.json index 63397ca..0ddcee9 100644 --- a/e2e/test-app/package.json +++ b/e2e/test-app/package.json @@ -16,7 +16,7 @@ "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-access-grants": "^3.0.4", "@inrupt/solid-client-authn-browser": "^2.2.3", - "@inrupt/solid-client-authn-node": "^2.2.3", + "@inrupt/solid-client-authn-node": "^2.2.4", "@inrupt/solid-client-vc": "^1.0.3", "next": "^14.2.3", "react": "^18.2.0",