diff --git a/package-lock.json b/package-lock.json index 5e2fcf04..5642db19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -968,34 +968,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/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -6024,9 +6050,9 @@ } }, "node_modules/jose": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.4.0.tgz", - "integrity": "sha512-6rpxTHPAQyWMb9A35BroFl1Sp0ST3DpPcm5EVIxZxdH+e0Hv9fwhyB3XLKFUcHNpdSDnETmBfuPPTTlYz5+USw==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.4.1.tgz", + "integrity": "sha512-U6QajmpV/nhL9SyfAewo000fkiRQ+Yd2H0lBxJJ9apjpOgkOcBQJWOrMo917lxLptdS/n/o/xPzMkXhF46K8hQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/panva"