From 739526b4238f309b070cde3285982dceb78d9747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:09:58 +0000 Subject: [PATCH] Bump @transmute/security-context in /mrv-sender Bumps [@transmute/security-context](https://github.com/transmute-industries/verifiable-data/tree/HEAD/packages/security-context) from 0.7.0-unstable.40 to 0.7.0-unstable.80. - [Release notes](https://github.com/transmute-industries/verifiable-data/releases) - [Commits](https://github.com/transmute-industries/verifiable-data/commits/v0.7.0-unstable.80/packages/security-context) --- updated-dependencies: - dependency-name: "@transmute/security-context" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mrv-sender/package-lock.json | 18 +++++++++--------- mrv-sender/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mrv-sender/package-lock.json b/mrv-sender/package-lock.json index 59362a1c42..019b323aeb 100644 --- a/mrv-sender/package-lock.json +++ b/mrv-sender/package-lock.json @@ -1,12 +1,12 @@ { "name": "mrv-sender", - "version": "1.0.5", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mrv-sender", - "version": "1.0.5", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@transmute/credentials-context": "0.7.0-unstable.40", @@ -14,7 +14,7 @@ "@transmute/ed25519-signature-2018": "0.7.0-unstable.40", "@transmute/json-web-signature": "0.7.0-unstable.40", "@transmute/jsonld-schema": "0.7.0-unstable.40", - "@transmute/security-context": "0.7.0-unstable.40", + "@transmute/security-context": "0.7.0-unstable.80", "@transmute/vc.js": "0.7.0-unstable.40", "axios": "^0.26.1", "express": "^4.17.3", @@ -468,9 +468,9 @@ } }, "node_modules/@transmute/security-context": { - "version": "0.7.0-unstable.40", - "resolved": "https://registry.npmjs.org/@transmute/security-context/-/security-context-0.7.0-unstable.40.tgz", - "integrity": "sha512-d76f1U9UfzGh018LpoivGLWiVtcRH1dwQ9lu3yj9A41iKjVrGypFAx8fWQ6S9N7+xfmbAI20rnhz7GzbX8cPhw==" + "version": "0.7.0-unstable.80", + "resolved": "https://registry.npmjs.org/@transmute/security-context/-/security-context-0.7.0-unstable.80.tgz", + "integrity": "sha512-8Q1Q37QP1HNdemVNAi35Uaww1trPm7ybl8+vam90+MyI5kV4nLhOZab378vNYShUMgAccUkFXHlZSsuqD7HlCw==" }, "node_modules/@transmute/vc.js": { "version": "0.7.0-unstable.40", @@ -4333,9 +4333,9 @@ } }, "@transmute/security-context": { - "version": "0.7.0-unstable.40", - "resolved": "https://registry.npmjs.org/@transmute/security-context/-/security-context-0.7.0-unstable.40.tgz", - "integrity": "sha512-d76f1U9UfzGh018LpoivGLWiVtcRH1dwQ9lu3yj9A41iKjVrGypFAx8fWQ6S9N7+xfmbAI20rnhz7GzbX8cPhw==" + "version": "0.7.0-unstable.80", + "resolved": "https://registry.npmjs.org/@transmute/security-context/-/security-context-0.7.0-unstable.80.tgz", + "integrity": "sha512-8Q1Q37QP1HNdemVNAi35Uaww1trPm7ybl8+vam90+MyI5kV4nLhOZab378vNYShUMgAccUkFXHlZSsuqD7HlCw==" }, "@transmute/vc.js": { "version": "0.7.0-unstable.40", diff --git a/mrv-sender/package.json b/mrv-sender/package.json index 0758399d9a..65957ce071 100644 --- a/mrv-sender/package.json +++ b/mrv-sender/package.json @@ -6,7 +6,7 @@ "@transmute/ed25519-signature-2018": "0.7.0-unstable.40", "@transmute/json-web-signature": "0.7.0-unstable.40", "@transmute/jsonld-schema": "0.7.0-unstable.40", - "@transmute/security-context": "0.7.0-unstable.40", + "@transmute/security-context": "0.7.0-unstable.80", "@transmute/vc.js": "0.7.0-unstable.40", "axios": "^0.26.1", "express": "^4.17.3",