diff --git a/package-lock.json b/package-lock.json index 647f13c4..f13908ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -972,34 +972,60 @@ } }, "node_modules/@inrupt/solid-client-authn-core": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.2.7.tgz", - "integrity": "sha512-znnBBVGIvfvfgzHJPLmN7vh/ztUpV7gLYixKLEPJAE0TuNmKQX9ZbpUmWnW8d5E3/2Vvg4R1r1VSkS2p7PbUXA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-2.3.0.tgz", + "integrity": "sha512-uzMU3aiDuav33yEV3Fi8ywIycg66YNAYSbFBolRZbHLE/08BlsjJUzVT7Qv/XKBt1egT83sDrOIm5Mr3jm5KUQ==", "dev": true, "dependencies": { "events": "^3.3.0", "jose": "^5.1.3", - "uuid": "^10.0.0" + "uuid": "^11.0.3" }, "engines": { "node": "^18.0.0 || ^20.0.0 || ^22.0.0" } }, + "node_modules/@inrupt/solid-client-authn-core/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==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@inrupt/solid-client-authn-node": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.2.7.tgz", - "integrity": "sha512-pUE78trc1cNCYd1NxGQ/Ea/nVfunkJw/keRXqB261pHkv0yHRByRNUrurz4WWTrjB40k6+yawWu+UNsbyDFSUA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-node/-/solid-client-authn-node-2.3.0.tgz", + "integrity": "sha512-Y0GM4fjJlvuqi7MxcY33/pPROLM1wEInndOMRiL9AuFzECTng7hjFaAovtIVPhJYtF+ZUja1VbcAYkmeTcvtzw==", "dev": true, "dependencies": { - "@inrupt/solid-client-authn-core": "^2.2.7", + "@inrupt/solid-client-authn-core": "^2.3.0", "jose": "^5.1.3", "openid-client": "^5.7.0", - "uuid": "^10.0.0" + "uuid": "^11.0.3" }, "engines": { "node": "^18.0.0 || ^20.0.0 || ^22.0.0" } }, + "node_modules/@inrupt/solid-client-authn-node/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==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@inrupt/solid-client-errors": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/@inrupt/solid-client-errors/-/solid-client-errors-0.0.2.tgz",