From 924ec5db41e70a95d252de4cad220f1dbeb424b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:06:48 +0000 Subject: [PATCH] chore(deps-dev): bump @inrupt/solid-client-authn-node Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn-js) from 2.2.7 to 2.3.0. - [Release notes](https://github.com/inrupt/solid-client-authn-js/releases) - [Changelog](https://github.com/inrupt/solid-client-authn-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/inrupt/solid-client-authn-js/compare/v2.2.7...v2.3.0) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-authn-node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ee7db57..92f070be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -968,34 +968,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",