From 468c39d98777418badc4adb893e1ddec670d90a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 05:52:25 +0000 Subject: [PATCH] Bump yargs from 15.0.1 to 15.0.2 in /arctic/static/arctic Bumps [yargs](https://github.com/yargs/yargs) from 15.0.1 to 15.0.2. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v15.0.1...v15.0.2) Signed-off-by: dependabot-preview[bot] --- arctic/static/arctic/package-lock.json | 6 +++--- arctic/static/arctic/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arctic/static/arctic/package-lock.json b/arctic/static/arctic/package-lock.json index be472b0c..849f9296 100644 --- a/arctic/static/arctic/package-lock.json +++ b/arctic/static/arctic/package-lock.json @@ -10948,9 +10948,9 @@ "dev": true }, "yargs": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.0.1.tgz", - "integrity": "sha512-47i2DJb+gkLpioPBdMmnvb4QkAuyz7tLes9nCgYDXEdPf05tqjCQpUELea3MfmoomS9NKAZlZEifstKIXiASMw==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.0.2.tgz", + "integrity": "sha512-GH/X/hYt+x5hOat4LMnCqMd8r5Cv78heOMIJn1hr7QPPBqfeC6p89Y78+WB9yGDvfpCvgasfmWLzNzEioOUD9Q==", "requires": { "cliui": "^6.0.0", "decamelize": "^1.2.0", diff --git a/arctic/static/arctic/package.json b/arctic/static/arctic/package.json index 3fc1d1b3..b1bc9529 100644 --- a/arctic/static/arctic/package.json +++ b/arctic/static/arctic/package.json @@ -24,7 +24,7 @@ "sass-burger": "^1.3.1", "selectize": "^0.12.5", "sortablejs": "^1.10.1", - "yargs": "^15.0.1" + "yargs": "^15.0.2" }, "devDependencies": { "babel-plugin-transform-es2015-modules-strip": "^0.1.1",