From 7e46857a487d3431ae0525357aca5530196f7aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 01:47:56 +0000 Subject: [PATCH] chore(deps): bump yargs-parser from 13.1.1 to 13.1.2 in /ssr-test Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md) - [Commits](https://github.com/yargs/yargs-parser/commits) Signed-off-by: dependabot[bot] --- ssr-test/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssr-test/package-lock.json b/ssr-test/package-lock.json index 82ca452..21b8d7c 100644 --- a/ssr-test/package-lock.json +++ b/ssr-test/package-lock.json @@ -4883,9 +4883,9 @@ } }, "yargs-parser": { - "version": "13.1.1", - "resolved": "http://bnpm.byted.org/yargs-parser/download/yargs-parser-13.1.1.tgz", - "integrity": "sha1-0mBYUyqgbTZf4JH2ofwGsvfl7KA=", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", "dev": true, "requires": { "camelcase": "^5.0.0",