From 216757ff331e8f8ec7ddb6590c0d1f9ef05c8380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:01:11 +0000 Subject: [PATCH] Chore(deps): bump @inrupt/solid-client-authn-browser from 2.2.7 to 2.3.0 in /e2e/test-app (#239) --- e2e/test-app/package-lock.json | 48 +++++++++++++++++++++++++--------- e2e/test-app/package.json | 2 +- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/e2e/test-app/package-lock.json b/e2e/test-app/package-lock.json index 7db2d0b..3296ef2 100644 --- a/e2e/test-app/package-lock.json +++ b/e2e/test-app/package-lock.json @@ -12,7 +12,7 @@ "@inrupt/internal-test-env": "^3.2.4", "@inrupt/solid-client": "^2.1.2", "@inrupt/solid-client-access-grants": "^3.1.1", - "@inrupt/solid-client-authn-browser": "^2.2.7", + "@inrupt/solid-client-authn-browser": "^2.3.0", "@inrupt/solid-client-authn-node": "^2.3.0", "@inrupt/solid-client-vc": "^1.1.1", "next": "^14.2.15", @@ -163,14 +163,14 @@ } }, "node_modules/@inrupt/oidc-client-ext": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-2.2.7.tgz", - "integrity": "sha512-lTljsDej/h8OyPKGRIvr2V6Y7jeV1FjICGJ+DIca5I06BWZqLFpFar0sM7IRIu9I0/mvfUh8YBh7SublZKpE+Q==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-2.3.0.tgz", + "integrity": "sha512-EGEViPSqzHiuCP6/bsSxB9UBcJ1qirunEOTozZqbr3ctJZ4LbeBJpoCo7i5rU+seAWymtQv8FpeY51YBUzW4/g==", "dependencies": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^2.2.7", + "@inrupt/solid-client-authn-core": "^2.3.0", "jose": "^5.1.3", - "uuid": "^10.0.0" + "uuid": "^11.0.3" } }, "node_modules/@inrupt/oidc-client-ext/node_modules/jose": { @@ -181,6 +181,18 @@ "url": "https://github.com/sponsors/panva" } }, + "node_modules/@inrupt/oidc-client-ext/node_modules/uuid": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@inrupt/oidc-client/node_modules/acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", @@ -234,15 +246,15 @@ } }, "node_modules/@inrupt/solid-client-authn-browser": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-2.2.7.tgz", - "integrity": "sha512-QR4LPRJmm/hJdUyppZtVjVtQBP5V7P6tRBTGmgAqHZOoqL/wyi7tyQGbYO0zNd+48fHMcRHDArVUNp8dBg9CYQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-2.3.0.tgz", + "integrity": "sha512-3bh1bywDcIjqFMH6+pfAIuq0thLKC3d8Bwk+Wgg1wxgs/vgIFfzFVBjxwJu/Ms9g8MG6w7AApDC6Wbq2uZaU4w==", "dependencies": { - "@inrupt/oidc-client-ext": "^2.2.7", - "@inrupt/solid-client-authn-core": "^2.2.7", + "@inrupt/oidc-client-ext": "^2.3.0", + "@inrupt/solid-client-authn-core": "^2.3.0", "events": "^3.3.0", "jose": "^5.1.3", - "uuid": "^10.0.0" + "uuid": "^11.0.3" } }, "node_modules/@inrupt/solid-client-authn-browser/node_modules/jose": { @@ -253,6 +265,18 @@ "url": "https://github.com/sponsors/panva" } }, + "node_modules/@inrupt/solid-client-authn-browser/node_modules/uuid": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@inrupt/solid-client-authn-core": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.3.0.tgz", diff --git a/e2e/test-app/package.json b/e2e/test-app/package.json index da1f1fb..75b4f29 100644 --- a/e2e/test-app/package.json +++ b/e2e/test-app/package.json @@ -15,7 +15,7 @@ "@inrupt/internal-test-env": "^3.2.4", "@inrupt/solid-client": "^2.1.2", "@inrupt/solid-client-access-grants": "^3.1.1", - "@inrupt/solid-client-authn-browser": "^2.2.7", + "@inrupt/solid-client-authn-browser": "^2.3.0", "@inrupt/solid-client-authn-node": "^2.3.0", "@inrupt/solid-client-vc": "^1.1.1", "next": "^14.2.15",