From ef1471ddacd9571b2892339be82673fc3ab6c15c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 06:09:17 +0000 Subject: [PATCH] Bump yargs from 15.1.0 to 15.3.0 in /arctic/static/arctic Bumps [yargs](https://github.com/yargs/yargs) from 15.1.0 to 15.3.0. - [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.1.0...v15.3.0) Signed-off-by: dependabot-preview[bot] --- arctic/static/arctic/package-lock.json | 14 +++++++------- arctic/static/arctic/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arctic/static/arctic/package-lock.json b/arctic/static/arctic/package-lock.json index b392e451..179f5551 100644 --- a/arctic/static/arctic/package-lock.json +++ b/arctic/static/arctic/package-lock.json @@ -11067,9 +11067,9 @@ "dev": true }, "yargs": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz", - "integrity": "sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.3.0.tgz", + "integrity": "sha512-g/QCnmjgOl1YJjGsnUg2SatC7NUYEiLXJqxNOQU9qSpjzGtGXda9b+OKccr1kLTy8BN9yqEyqfq5lxlwdc13TA==", "requires": { "cliui": "^6.0.0", "decamelize": "^1.2.0", @@ -11081,13 +11081,13 @@ "string-width": "^4.2.0", "which-module": "^2.0.0", "y18n": "^4.0.0", - "yargs-parser": "^16.1.0" + "yargs-parser": "^18.1.0" } }, "yargs-parser": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz", - "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.0.tgz", + "integrity": "sha512-o/Jr6JBOv6Yx3pL+5naWSoIA2jJ+ZkMYQG/ie9qFbukBe4uzmBatlXFOiu/tNKRWEtyf+n5w7jc/O16ufqOTdQ==", "requires": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" diff --git a/arctic/static/arctic/package.json b/arctic/static/arctic/package.json index b102e058..07243641 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.2", - "yargs": "^15.1.0" + "yargs": "^15.3.0" }, "devDependencies": { "babel-plugin-transform-es2015-modules-strip": "^0.1.1",