From 770b4ddccb6b94c051c6baa260a3c480b234d234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 11:22:59 +0000 Subject: [PATCH] chore(deps): bump @inrupt/solid-client-authn-browser Bumps [@inrupt/solid-client-authn-browser](https://github.com/inrupt/solid-client-authn) from 1.12.2 to 1.15.0. - [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/v1.12.2...v1.15.0) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-authn-browser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 255 +++++++++--------------- packages/internal-test-env/package.json | 2 +- 2 files changed, 93 insertions(+), 164 deletions(-) diff --git a/package-lock.json b/package-lock.json index 249d1258..f0a1ddfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -863,7 +863,8 @@ }, "node_modules/@inrupt/oidc-client": { "version": "1.11.6", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client/-/oidc-client-1.11.6.tgz", + "integrity": "sha512-1rCTk1T6pdm/7gKozutZutk7jwmYBADlnkGGoI5ypke099NOCa5KFXjkQpbjsps0PRkKZ+0EaR70XN5+xqmViA==", "dependencies": { "acorn": "^7.4.1", "base64-js": "^1.5.1", @@ -873,20 +874,28 @@ } }, "node_modules/@inrupt/oidc-client-ext": { - "version": "1.12.2", - "license": "MIT", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-1.15.0.tgz", + "integrity": "sha512-UC/+GlGqQeHudzL1mBLZ/NeEmf8802Mz+xvw9bIG490bPS9RjuwRf5M3Js9dZjV5ckvCVTfsDsnp+ix1ARx3WQ==", "dependencies": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^1.12.2", - "@types/jest": "^27.0.3", - "@types/uuid": "^8.3.0", - "jose": "^4.3.7", - "uuid": "^8.3.1" + "@inrupt/solid-client-authn-core": "^1.15.0", + "jose": "^4.10.0", + "uuid": "^9.0.0" + } + }, + "node_modules/@inrupt/oidc-client-ext/node_modules/uuid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/@inrupt/oidc-client/node_modules/acorn": { "version": "7.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "bin": { "acorn": "bin/acorn" }, @@ -915,21 +924,20 @@ } }, "node_modules/@inrupt/solid-client-authn-browser": { - "version": "1.12.2", - "license": "MIT", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-1.15.0.tgz", + "integrity": "sha512-ZuCwVFsJhsbSzJSvRW5DSIWW4AV1MkMYQ4Oe/uRPAw+WMdogQvsbQrPbDYugR9K5XUs+PBr2Iq3r/tNdSuhipA==", "dependencies": { - "@inrupt/oidc-client-ext": "^1.12.2", - "@inrupt/solid-client-authn-core": "^1.12.2", + "@inrupt/oidc-client-ext": "^1.15.0", + "@inrupt/solid-client-authn-core": "^1.15.0", + "@inrupt/universal-fetch": "^1.0.1", "@types/lodash.clonedeep": "^4.5.6", "@types/node": "^18.0.3", - "@types/uuid": "^8.3.0", + "@types/uuid": "^9.0.1", "events": "^3.3.0", "jose": "^4.3.7", "lodash.clonedeep": "^4.5.0", - "uuid": "^8.3.1" - }, - "engines": { - "node": "^14.0.0 || ^16.0.0" + "uuid": "^9.0.0" } }, "node_modules/@inrupt/solid-client-authn-browser/node_modules/@types/node": { @@ -937,6 +945,14 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.6.tgz", "integrity": "sha512-N7KINmeB8IN3vRR8dhgHEp+YpWvGFcpDoh5XZ8jB5a00AdFKCKEyyGTOPTddUf4JqU1ZKTVxkOxakDvchNVI2Q==" }, + "node_modules/@inrupt/solid-client-authn-browser/node_modules/uuid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@inrupt/solid-client-authn-core": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.15.0.tgz", @@ -3026,80 +3042,6 @@ "@types/istanbul-lib-report": "*" } }, - "node_modules/@types/jest": { - "version": "27.5.2", - "license": "MIT", - "dependencies": { - "jest-matcher-utils": "^27.0.0", - "pretty-format": "^27.0.0" - } - }, - "node_modules/@types/jest/node_modules/ansi-styles": { - "version": "5.2.0", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@types/jest/node_modules/diff-sequences": { - "version": "27.5.1", - "license": "MIT", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@types/jest/node_modules/jest-diff": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@types/jest/node_modules/jest-get-type": { - "version": "27.5.1", - "license": "MIT", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@types/jest/node_modules/jest-matcher-utils": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@types/jest/node_modules/pretty-format": { - "version": "27.5.1", - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@types/jest/node_modules/react-is": { - "version": "17.0.2", - "license": "MIT" - }, "node_modules/@types/json-schema": { "version": "7.0.11", "license": "MIT" @@ -3170,8 +3112,9 @@ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" }, "node_modules/@types/uuid": { - "version": "8.3.4", - "license": "MIT" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==" }, "node_modules/@types/yargs": { "version": "17.0.24", @@ -4684,9 +4627,10 @@ } }, "node_modules/core-js": { - "version": "3.26.1", + "version": "3.30.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.30.2.tgz", + "integrity": "sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg==", "hasInstallScript": true, - "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" @@ -4733,7 +4677,8 @@ }, "node_modules/crypto-js": { "version": "4.1.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz", + "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==" }, "node_modules/crypto-random-string": { "version": "2.0.0", @@ -11190,7 +11135,8 @@ }, "node_modules/randombytes": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dependencies": { "safe-buffer": "^5.1.0" } @@ -11821,7 +11767,8 @@ }, "node_modules/serialize-javascript": { "version": "4.0.0", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", "dependencies": { "randombytes": "^2.1.0" } @@ -13164,7 +13111,7 @@ "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.27.0", - "@inrupt/solid-client-authn-browser": "^1.12.2", + "@inrupt/solid-client-authn-browser": "^1.15.0", "@inrupt/solid-client-authn-node": "^1.12.2", "deepmerge-json": "^1.5.0", "dotenv": "^16.0.3" @@ -13739,7 +13686,7 @@ "version": "file:packages/internal-test-env", "requires": { "@inrupt/solid-client": "^1.27.0", - "@inrupt/solid-client-authn-browser": "^1.12.2", + "@inrupt/solid-client-authn-browser": "^1.15.0", "@inrupt/solid-client-authn-node": "^1.12.2", "deepmerge-json": "^1.5.0", "dotenv": "^16.0.3" @@ -13757,6 +13704,8 @@ }, "@inrupt/oidc-client": { "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client/-/oidc-client-1.11.6.tgz", + "integrity": "sha512-1rCTk1T6pdm/7gKozutZutk7jwmYBADlnkGGoI5ypke099NOCa5KFXjkQpbjsps0PRkKZ+0EaR70XN5+xqmViA==", "requires": { "acorn": "^7.4.1", "base64-js": "^1.5.1", @@ -13766,19 +13715,28 @@ }, "dependencies": { "acorn": { - "version": "7.4.1" + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" } } }, "@inrupt/oidc-client-ext": { - "version": "1.12.2", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-1.15.0.tgz", + "integrity": "sha512-UC/+GlGqQeHudzL1mBLZ/NeEmf8802Mz+xvw9bIG490bPS9RjuwRf5M3Js9dZjV5ckvCVTfsDsnp+ix1ARx3WQ==", "requires": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^1.12.2", - "@types/jest": "^27.0.3", - "@types/uuid": "^8.3.0", - "jose": "^4.3.7", - "uuid": "^8.3.1" + "@inrupt/solid-client-authn-core": "^1.15.0", + "jose": "^4.10.0", + "uuid": "^9.0.0" + }, + "dependencies": { + "uuid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" + } } }, "@inrupt/solid-client": { @@ -13801,23 +13759,31 @@ } }, "@inrupt/solid-client-authn-browser": { - "version": "1.12.2", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-1.15.0.tgz", + "integrity": "sha512-ZuCwVFsJhsbSzJSvRW5DSIWW4AV1MkMYQ4Oe/uRPAw+WMdogQvsbQrPbDYugR9K5XUs+PBr2Iq3r/tNdSuhipA==", "requires": { - "@inrupt/oidc-client-ext": "^1.12.2", - "@inrupt/solid-client-authn-core": "^1.12.2", + "@inrupt/oidc-client-ext": "^1.15.0", + "@inrupt/solid-client-authn-core": "^1.15.0", + "@inrupt/universal-fetch": "^1.0.1", "@types/lodash.clonedeep": "^4.5.6", "@types/node": "^18.0.3", - "@types/uuid": "^8.3.0", + "@types/uuid": "^9.0.1", "events": "^3.3.0", "jose": "^4.3.7", "lodash.clonedeep": "^4.5.0", - "uuid": "^8.3.1" + "uuid": "^9.0.0" }, "dependencies": { "@types/node": { "version": "18.16.6", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.6.tgz", "integrity": "sha512-N7KINmeB8IN3vRR8dhgHEp+YpWvGFcpDoh5XZ8jB5a00AdFKCKEyyGTOPTddUf4JqU1ZKTVxkOxakDvchNVI2Q==" + }, + "uuid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" } } }, @@ -15397,53 +15363,6 @@ "@types/istanbul-lib-report": "*" } }, - "@types/jest": { - "version": "27.5.2", - "requires": { - "jest-matcher-utils": "^27.0.0", - "pretty-format": "^27.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0" - }, - "diff-sequences": { - "version": "27.5.1" - }, - "jest-diff": { - "version": "27.5.1", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - } - }, - "jest-get-type": { - "version": "27.5.1" - }, - "jest-matcher-utils": { - "version": "27.5.1", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - } - }, - "pretty-format": { - "version": "27.5.1", - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - }, - "react-is": { - "version": "17.0.2" - } - } - }, "@types/json-schema": { "version": "7.0.11" }, @@ -15508,7 +15427,9 @@ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" }, "@types/uuid": { - "version": "8.3.4" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==" }, "@types/yargs": { "version": "17.0.24", @@ -16528,7 +16449,9 @@ } }, "core-js": { - "version": "3.26.1" + "version": "3.30.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.30.2.tgz", + "integrity": "sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg==" }, "core-util-is": { "version": "1.0.3", @@ -16562,7 +16485,9 @@ } }, "crypto-js": { - "version": "4.1.1" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz", + "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==" }, "crypto-random-string": { "version": "2.0.0", @@ -21085,6 +21010,8 @@ }, "randombytes": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "requires": { "safe-buffer": "^5.1.0" } @@ -21526,6 +21453,8 @@ }, "serialize-javascript": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", "requires": { "randombytes": "^2.1.0" } diff --git a/packages/internal-test-env/package.json b/packages/internal-test-env/package.json index 6a662386..de750387 100644 --- a/packages/internal-test-env/package.json +++ b/packages/internal-test-env/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@inrupt/solid-client": "^1.27.0", - "@inrupt/solid-client-authn-browser": "^1.12.2", + "@inrupt/solid-client-authn-browser": "^1.15.0", "@inrupt/solid-client-authn-node": "^1.12.2", "deepmerge-json": "^1.5.0", "dotenv": "^16.0.3"