From 32b1a6bc7bd1de11947c90dca7e17cee48fa4727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:37:42 +0000 Subject: [PATCH] chore(deps): bump @inrupt/solid-client from 1.30.0 to 1.30.1 (#825) Bumps [@inrupt/solid-client](https://github.com/inrupt/solid-client-js) from 1.30.0 to 1.30.1. - [Release notes](https://github.com/inrupt/solid-client-js/releases) - [Changelog](https://github.com/inrupt/solid-client-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/inrupt/solid-client-js/compare/v1.30.0...v1.30.1) --- updated-dependencies: - dependency-name: "@inrupt/solid-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9625ffb8..5865888d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -952,9 +952,9 @@ } }, "node_modules/@inrupt/solid-client": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.30.0.tgz", - "integrity": "sha512-iRyLqM9k5W0IiRHZz+dGsa+94pu8cGqjRB5B8s+YhLlNQH/fY6Xmu21f1zl1uKWebc4PBlAJPcBcR46RVXlCJQ==", + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.30.1.tgz", + "integrity": "sha512-2y663rHTMFRt6WCA5YJkPbykKiwsJXfHc4h0aOmPV+HH5n6xbrSohkyxWGc4SBVmzaOz+D8kiTlkjxtW4FDoPQ==", "dependencies": { "@inrupt/universal-fetch": "^1.0.1", "@rdfjs/dataset": "^1.1.0", @@ -967,7 +967,7 @@ "uuid": "^9.0.0" }, "engines": { - "node": "^14.17.0 || ^16.0.0 || ^18.0.0 || ^20.0.0" + "node": "^16.0.0 || ^18.0.0 || ^20.0.0" }, "optionalDependencies": { "fsevents": "^2.3.2"