From b873ca34ddffb204e7abd11d265f15a99b3466c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 09:10:08 +0000 Subject: [PATCH] chore(deps): bump @inrupt/solid-client-errors from 0.0.3 to 0.0.4 Bumps [@inrupt/solid-client-errors](https://github.com/inrupt/solid-client-errors-js) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/inrupt/solid-client-errors-js/releases) - [Changelog](https://github.com/inrupt/solid-client-errors-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/inrupt/solid-client-errors-js/compare/v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-errors" dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13ef6fc0..d6f48bb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@inrupt/solid-client": "^3.0.0", - "@inrupt/solid-client-errors": "^0.0.3", + "@inrupt/solid-client-errors": "^0.0.4", "event-emitter-promisify": "^1.1.0", "jsonld-context-parser": "^3.0.0", "jsonld-streaming-parser": "^5.0.0", @@ -1444,11 +1444,12 @@ } }, "node_modules/@inrupt/solid-client-errors": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-errors/-/solid-client-errors-0.0.3.tgz", - "integrity": "sha512-Nsg6c+ANLV2F0tZH89mXuDc/azmu9il10qKqXijkYRSsyC1srC2v3vV+TLAulV47lnPgrL/YUzbDMrK5BE0cjA==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-errors/-/solid-client-errors-0.0.4.tgz", + "integrity": "sha512-Nc1aTudPm+/ekGGdrN92m5jEW5Y9TqqcA8BW2flUP4VZfr7hcgGi1ZBUbLvYPshSeLeD0Q0JMtH5td2ZsSJquQ==", + "license": "MIT", "engines": { - "node": "^20.0.0 || ^22.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@inrupt/solid-client/node_modules/@inrupt/solid-client-errors": { diff --git a/package.json b/package.json index 2edef39a..315a8d40 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ }, "dependencies": { "@inrupt/solid-client": "^3.0.0", - "@inrupt/solid-client-errors": "^0.0.3", + "@inrupt/solid-client-errors": "^0.0.4", "event-emitter-promisify": "^1.1.0", "jsonld-context-parser": "^3.0.0", "jsonld-streaming-parser": "^5.0.0",