From 091318d3ba131025b9496307a13498e6189081d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:02:21 +0100 Subject: [PATCH] build(deps): bump @think-it-labs/edc-connector-client from 0.2.0-beta-7 to 0.2.0 (#178) build(deps): bump @think-it-labs/edc-connector-client Bumps [@think-it-labs/edc-connector-client](https://github.com/Think-iT-Labs/edc-connector-client) from 0.2.0-beta-7 to 0.2.0. - [Release notes](https://github.com/Think-iT-Labs/edc-connector-client/releases) - [Commits](https://github.com/Think-iT-Labs/edc-connector-client/compare/v0.2.0-beta-7...v0.2.0) --- updated-dependencies: - dependency-name: "@think-it-labs/edc-connector-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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b1577597..a75d210dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "~17.0.8", "@angular/platform-browser-dynamic": "~17.0.8", "@angular/router": "~17.0.8", - "@think-it-labs/edc-connector-client": "^0.2.0-beta-7", + "@think-it-labs/edc-connector-client": "^0.2.0", "rxjs": "~7.8.1", "zone.js": "~0.14.2" }, @@ -4464,9 +4464,9 @@ "dev": true }, "node_modules/@think-it-labs/edc-connector-client": { - "version": "0.2.0-beta-7", - "resolved": "https://registry.npmjs.org/@think-it-labs/edc-connector-client/-/edc-connector-client-0.2.0-beta-7.tgz", - "integrity": "sha512-/KNVIG0eeBQ1+9yLKRxGz1Usze56IBxcxhG+KsH+ZPEXKRHa60tWTOKM/wrABCa/9LcFUvgj7CPZNPVYcQW+BA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@think-it-labs/edc-connector-client/-/edc-connector-client-0.2.0.tgz", + "integrity": "sha512-gmD114ntPKkZgCUvApUdJ54f8yllZx0LCJh8uDw/6q38SWIynjaCoJxH3e6zksL1hcnZ05teVTU0OSncU2iMYw==", "dependencies": { "@think-it-labs/typed-error": "^0.3.0", "jsonld": "^8.2.1" @@ -18202,9 +18202,9 @@ "dev": true }, "@think-it-labs/edc-connector-client": { - "version": "0.2.0-beta-7", - "resolved": "https://registry.npmjs.org/@think-it-labs/edc-connector-client/-/edc-connector-client-0.2.0-beta-7.tgz", - "integrity": "sha512-/KNVIG0eeBQ1+9yLKRxGz1Usze56IBxcxhG+KsH+ZPEXKRHa60tWTOKM/wrABCa/9LcFUvgj7CPZNPVYcQW+BA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@think-it-labs/edc-connector-client/-/edc-connector-client-0.2.0.tgz", + "integrity": "sha512-gmD114ntPKkZgCUvApUdJ54f8yllZx0LCJh8uDw/6q38SWIynjaCoJxH3e6zksL1hcnZ05teVTU0OSncU2iMYw==", "requires": { "@think-it-labs/typed-error": "^0.3.0", "jsonld": "^8.2.1" diff --git a/package.json b/package.json index 459fb1a12..829d5d6b0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser": "~17.0.8", "@angular/platform-browser-dynamic": "~17.0.8", "@angular/router": "~17.0.8", - "@think-it-labs/edc-connector-client": "^0.2.0-beta-7", + "@think-it-labs/edc-connector-client": "^0.2.0", "rxjs": "~7.8.1", "zone.js": "~0.14.2" },