From 792b2081c8e9be66c3ae73a5bfccd1b29f56f52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 05:05:56 +0000 Subject: [PATCH] chore(deps): bump @inrupt/solid-client-authn-node from 1.12.2 to 1.15.0 Bumps [@inrupt/solid-client-authn-node](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-node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 93 ++++++++++++++++++++++++++++------------------- 1 file changed, 55 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0a18d3b..389f4924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -918,48 +918,56 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "1.12.2", - "license": "MIT", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.15.0.tgz", + "integrity": "sha512-yvRvDHQZb3EZ2PsNk5GRf5J48FvBK4P3E9crQ2ypfKEE95z71qOae0kHX97PTQbRiYR6F5ECGnLQh4OG+1C+bA==", "dependencies": { - "@inrupt/solid-common-vocab": "^1.0.0", - "@types/lodash.clonedeep": "^4.5.6", - "@types/uuid": "^8.3.0", - "cross-fetch": "^3.1.5", + "@inrupt/universal-fetch": "^1.0.1", "events": "^3.3.0", - "jose": "^4.3.7", + "jose": "^4.10.0", "lodash.clonedeep": "^4.5.0", - "uuid": "^8.3.1" + "uuid": "^9.0.0" }, "engines": { - "node": "^14.0.0 || ^16.0.0" + "node": "^14.0.0 || ^16.0.0 || ^18.0.0" + } + }, + "node_modules/@inrupt/solid-client-authn-core/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-node": { - "version": "1.12.2", - "license": "MIT", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.15.0.tgz", + "integrity": "sha512-+FjDRRwWaseEtwS8rQTfJcsR5bZDt5LnkM4pDaFywLzSP11XXZJHGITNMHv51pRQyvMZGRIc1yvPqbezl7LySw==", "dependencies": { - "@inrupt/solid-client-authn-core": "^1.12.2", - "cross-fetch": "^3.1.5", + "@inrupt/solid-client-authn-core": "^1.15.0", + "@inrupt/universal-fetch": "^1.0.1", "jose": "^4.3.7", "openid-client": "^5.1.0", - "uuid": "^8.3.2" + "uuid": "^9.0.0" }, "engines": { - "node": "^14.0.0 || ^16.0.0" + "node": "^14.0.0 || ^16.0.0 || ^18.0.0" } }, - "node_modules/@inrupt/solid-client/node_modules/uuid": { + "node_modules/@inrupt/solid-client-authn-node/node_modules/uuid": { "version": "9.0.0", - "license": "MIT", + "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-common-vocab": { - "version": "1.0.1", + "node_modules/@inrupt/solid-client/node_modules/uuid": { + "version": "9.0.0", "license": "MIT", - "dependencies": { - "@rdfjs/types": "^1.1.0" + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/@inrupt/universal-fetch": { @@ -12197,32 +12205,41 @@ } }, "@inrupt/solid-client-authn-core": { - "version": "1.12.2", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.15.0.tgz", + "integrity": "sha512-yvRvDHQZb3EZ2PsNk5GRf5J48FvBK4P3E9crQ2ypfKEE95z71qOae0kHX97PTQbRiYR6F5ECGnLQh4OG+1C+bA==", "requires": { - "@inrupt/solid-common-vocab": "^1.0.0", - "@types/lodash.clonedeep": "^4.5.6", - "@types/uuid": "^8.3.0", - "cross-fetch": "^3.1.5", + "@inrupt/universal-fetch": "^1.0.1", "events": "^3.3.0", - "jose": "^4.3.7", + "jose": "^4.10.0", "lodash.clonedeep": "^4.5.0", - "uuid": "^8.3.1" + "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-authn-node": { - "version": "1.12.2", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-1.15.0.tgz", + "integrity": "sha512-+FjDRRwWaseEtwS8rQTfJcsR5bZDt5LnkM4pDaFywLzSP11XXZJHGITNMHv51pRQyvMZGRIc1yvPqbezl7LySw==", "requires": { - "@inrupt/solid-client-authn-core": "^1.12.2", - "cross-fetch": "^3.1.5", + "@inrupt/solid-client-authn-core": "^1.15.0", + "@inrupt/universal-fetch": "^1.0.1", "jose": "^4.3.7", "openid-client": "^5.1.0", - "uuid": "^8.3.2" - } - }, - "@inrupt/solid-common-vocab": { - "version": "1.0.1", - "requires": { - "@rdfjs/types": "^1.1.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/universal-fetch": {