From e8d24cdaefbc72b1c9b9a58aa1213e6f81e2043a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:16:04 +0000 Subject: [PATCH] Chore(deps-dev): Bump @inrupt/solid-client-authn-node (#1042) --- package-lock.json | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aa80e52d..67a8b1ca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1279,34 +1279,60 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.2.1.tgz", - "integrity": "sha512-u+D/lCLI7sDHy4nn1XkoXXNmGFBxt3sVNCHvUUCRKsT3uBRngdGuAMRMHeQOzGZuHilGOCGi0gXXbapbQLfLTg==", + "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==", "dev": true, "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" } }, + "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==", + "dev": true, + "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.1", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.1.tgz", - "integrity": "sha512-XxKObpf/RFpYkIaEoABT5em28ECb71mRa8MHjFGwR22nzzntxUdDsHvYA+QtgZqgB3gipdHF2ax+NvdVbrbgxA==", + "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==", "dev": true, "dependencies": { - "@inrupt/solid-client-authn-core": "^2.2.1", + "@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" } }, + "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==", + "dev": true, + "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",