From 1981dc4437f21a387bd3f0530878b29819c26ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:56:18 +0000 Subject: [PATCH] Bump yargs-parser from 13.1.1 to 13.1.2 in /examples/js-example 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] --- examples/js-example/package-lock.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/js-example/package-lock.json b/examples/js-example/package-lock.json index da5a06d..d13b518 100644 --- a/examples/js-example/package-lock.json +++ b/examples/js-example/package-lock.json @@ -4596,6 +4596,11 @@ "scheduler": "^0.15.0" } }, + "react-floco": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/react-floco/-/react-floco-0.0.1.tgz", + "integrity": "sha512-3FgIWXQ80u6XNbEW5itHVaVzOAq9Zf+9fncScIcMjQA8OUO6kI50InUP5FaX57xV3kR0prTKAnPitbhPNkb6zw==" + }, "react-is": { "version": "16.9.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz", @@ -6037,9 +6042,9 @@ } }, "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0"