From 0a79be6412f51ddea585442f436ff344f784f8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 10:19:37 -0500 Subject: [PATCH] Bump js-yaml from 4.0.0 to 4.1.0 in /hedera-mirror-rest (#1861) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.0.0...4.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Ian Jungmann --- hedera-mirror-rest/package-lock.json | 6 +++--- hedera-mirror-rest/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index 3363782e991..981c4017681 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -5519,9 +5519,9 @@ "dev": true }, "js-yaml": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", - "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "requires": { "argparse": "^2.0.1" }, diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index aeb09d6c73e..e157b0892bc 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -28,7 +28,7 @@ "cors": "^2.8.5", "express": "^4.17.1", "express-http-context": "^1.2.4", - "js-yaml": "^4.0.0", + "js-yaml": "^4.1.0", "lodash": "^4.17.21", "log4js": "^6.3.0", "long": "^4.0.0",