From c00380f2b07752d1f9af9ef91a3efdd35a6483f1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <support@dependabot.com>
Date: Tue, 19 Jun 2018 09:38:42 +0000
Subject: [PATCH] Bump webpack-cli from 3.0.3 to 3.0.8 in /settings

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.3 to 3.0.8.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.0.3...v3.0.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 settings/package-lock.json | 12 ++++++------
 settings/package.json      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/settings/package-lock.json b/settings/package-lock.json
index 2204cdf78c7..65f37dd27ae 100644
--- a/settings/package-lock.json
+++ b/settings/package-lock.json
@@ -5452,9 +5452,9 @@
       }
     },
     "rxjs": {
-      "version": "6.2.0",
-      "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.0.tgz",
-      "integrity": "sha512-qBzf5uu6eOKiCZuAE0SgZ0/Qp+l54oeVxFfC2t+mJ2SFI6IB8gmMdJHs5DUMu5kqifqcCtsKS2XHjhZu6RKvAw==",
+      "version": "6.2.1",
+      "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.1.tgz",
+      "integrity": "sha512-OwMxHxmnmHTUpgO+V7dZChf3Tixf4ih95cmXjzzadULziVl/FKhHScGLj4goEw9weePVOH2Q0+GcCBUhKCZc/g==",
       "dev": true,
       "requires": {
         "tslib": "^1.9.0"
@@ -6408,9 +6408,9 @@
       }
     },
     "webpack-cli": {
-      "version": "3.0.3",
-      "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.0.3.tgz",
-      "integrity": "sha512-65a3T3SDIozJjRU4UJMdK+LXJt73gNs2qpdjsOeq6jIrfBvAKApy59Glof1qDG3wYEo38HRxb+KrwsrsAtsaiA==",
+      "version": "3.0.8",
+      "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.0.8.tgz",
+      "integrity": "sha512-KnRLJ0BUaYRqrhAMb9dv3gzdmhmgIMKo0FmdsnmfqbPGtLnnZ6tORZAvmmKfr+A0VgiVpqC60Gv7Ofg0R2CHtQ==",
       "dev": true,
       "requires": {
         "chalk": "^2.4.1",
diff --git a/settings/package.json b/settings/package.json
index 9412ed00cf1..baa17a9d01f 100644
--- a/settings/package.json
+++ b/settings/package.json
@@ -37,7 +37,7 @@
     "vue-loader": "^15.2.4",
     "vue-template-compiler": "^2.5.16",
     "webpack": "^4.12.0",
-    "webpack-cli": "^3.0.3",
+    "webpack-cli": "^3.0.8",
     "webpack-merge": "^4.1.3"
   }
 }
-- 
GitLab