From d1cbbe18436796df0396812cccc1ccf9f608b0c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2019 06:30:04 +0000 Subject: [PATCH] Update js-yaml requirement from ~3.12.0 to ~3.13.1 Updates the requirements on [js-yaml](https://github.com/nodeca/js-yaml) to permit the latest version. - [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.12.0...3.13.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56f63552..5d8916cc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "config": "~2.0.1", "cssnano": "~4.1.7", "glob": "~7.1.3", - "js-yaml": "~3.12.0", + "js-yaml": "~3.13.1", "next": "7", "node-sass": "4", "normalize.css": "~8.0.0",