From d083e2134b368b280e3bfdb9e911cebd3dde1d04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 09:34:19 +0000 Subject: [PATCH] Bump js-yaml from 3.13.1 to 3.14.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 3.14.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/3.13.1...3.14.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb70bf811e..6b400a04cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3215,9 +3215,9 @@ "dev": true }, "js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", "dev": true, "requires": { "argparse": "^1.0.7", diff --git a/package.json b/package.json index f96e233878..1089cfd9b8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^7.1.0", "find-unused-sass-variables": "^2.0.0", "hugo-bin": "^0.59.1", - "js-yaml": "^3.13.1", + "js-yaml": "^3.14.0", "linkinator": "^2.1.1", "npm-run-all": "^4.1.5", "postcss-cli": "^7.1.1",