From e369402e213565965db78feabd2650d897b1c87f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Jan 2021 23:41:19 +0000 Subject: [PATCH] fix: upgrade @types/js-yaml from 3.12.1 to 3.12.5 Snyk has created this PR to upgrade @types/js-yaml from 3.12.1 to 3.12.5. See this package in npm: https://www.npmjs.com/package/@types/js-yaml See this project in Snyk: https://app.snyk.io/org/koakh/project/67a1704b-f0b9-4a22-89ac-0372a8f3a61a?utm_source=github&utm_medium=upgrade-pr --- .../convector-common-fabric-helper/package-lock.json | 8 ++++---- @worldsibu/convector-common-fabric-helper/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/@worldsibu/convector-common-fabric-helper/package-lock.json b/@worldsibu/convector-common-fabric-helper/package-lock.json index 0a72a3fc..1fd83468 100644 --- a/@worldsibu/convector-common-fabric-helper/package-lock.json +++ b/@worldsibu/convector-common-fabric-helper/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worldsibu/convector-common-fabric-helper", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1365,9 +1365,9 @@ "dev": true }, "@types/js-yaml": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.1.tgz", - "integrity": "sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA==" + "version": "3.12.5", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.5.tgz", + "integrity": "sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==" }, "@types/lodash": { "version": "4.14.104", diff --git a/@worldsibu/convector-common-fabric-helper/package.json b/@worldsibu/convector-common-fabric-helper/package.json index 493019f0..e3ec346f 100644 --- a/@worldsibu/convector-common-fabric-helper/package.json +++ b/@worldsibu/convector-common-fabric-helper/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@theledger/fabric-chaincode-utils": "^4.0.1", - "@types/js-yaml": "^3.11.2", + "@types/js-yaml": "^3.12.5", "fs-extra": "^6.0.1", "js-yaml": "^3.12.0", "tslib": "^1.9.0"