From abc232bf81924533d4b74bc0b1dcc50b91c08597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2019 14:35:34 +0000 Subject: [PATCH] Bump js-yaml from 3.12.0 to 3.13.1 in /Commenlyzer-front Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. - [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[bot] --- Commenlyzer-front/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Commenlyzer-front/package-lock.json b/Commenlyzer-front/package-lock.json index 26fd558..fdaf181 100644 --- a/Commenlyzer-front/package-lock.json +++ b/Commenlyzer-front/package-lock.json @@ -5258,9 +5258,9 @@ "dev": true }, "js-yaml": { - "version": "3.12.0", - "resolved": "http://packages.matcom.uh.cu:8081/repository/npm-proxy/js-yaml/-/js-yaml-3.12.0.tgz", - "integrity": "sha1-6u1lbsg0TxD1J8a/obbiJE3hZ9E=", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { "argparse": "^1.0.7",