From 2b652dfb8852628fbfebfd54692d34e5cf43f722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:43:31 +0000 Subject: [PATCH] Chore(deps): bump @inrupt/solid-client-vc in /e2e/test-app Bumps [@inrupt/solid-client-vc](https://github.com/inrupt/solid-client-vc-js) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/inrupt/solid-client-vc-js/releases) - [Changelog](https://github.com/inrupt/solid-client-vc-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/inrupt/solid-client-vc-js/compare/v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: "@inrupt/solid-client-vc" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e/test-app/package-lock.json | 8 ++++---- e2e/test-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/test-app/package-lock.json b/e2e/test-app/package-lock.json index fbe3a0d..8746f57 100644 --- a/e2e/test-app/package-lock.json +++ b/e2e/test-app/package-lock.json @@ -14,7 +14,7 @@ "@inrupt/solid-client-access-grants": "^3.1.1", "@inrupt/solid-client-authn-browser": "^2.3.0", "@inrupt/solid-client-authn-node": "^2.3.0", - "@inrupt/solid-client-vc": "^1.1.1", + "@inrupt/solid-client-vc": "^1.2.0", "next": "^14.2.15", "react": "^18.2.0", "react-dom": "18.3.1" @@ -353,9 +353,9 @@ } }, "node_modules/@inrupt/solid-client-vc": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@inrupt/solid-client-vc/-/solid-client-vc-1.1.2.tgz", - "integrity": "sha512-+wwf16IzbiRoLYBtEcrBz9pmvdW3oWmHp5k9fRPNZZwB27N78DRSM0ietvfO9XeIzqfiWTLO4N1gm5uSgpIxOA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@inrupt/solid-client-vc/-/solid-client-vc-1.2.0.tgz", + "integrity": "sha512-dynCvAcbZYy+YVt17MT58Wfh6CzJTaQSDbXrNeEdWp54055tZR24CFiuQvidsoOt2M+y9rcGn9Fsf6KqXrrDYg==", "dependencies": { "@inrupt/solid-client": "^2.0.0", "@inrupt/solid-client-errors": "^0.0.2", diff --git a/e2e/test-app/package.json b/e2e/test-app/package.json index 0528599..cb376a4 100644 --- a/e2e/test-app/package.json +++ b/e2e/test-app/package.json @@ -17,7 +17,7 @@ "@inrupt/solid-client-access-grants": "^3.1.1", "@inrupt/solid-client-authn-browser": "^2.3.0", "@inrupt/solid-client-authn-node": "^2.3.0", - "@inrupt/solid-client-vc": "^1.1.1", + "@inrupt/solid-client-vc": "^1.2.0", "next": "^14.2.15", "react": "^18.2.0", "react-dom": "18.3.1"