summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-09-09 08:40:58 +0200
committerGitHub <noreply@github.com>2019-09-09 08:40:58 +0200
commitc13406c7926cc66c6b716dc5be6686e288f37414 (patch)
tree716e68d92cd7edc3817b6a06e22812964fc7acdc
parent04dd1996f06d9a13d4b63db919254c5645df7295 (diff)
parent40447fcd97ef194546e5d2cd74ee18ee25f99db2 (diff)
Merge pull request #1257 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.8
Bump webpack-cli from 3.3.7 to 3.3.8
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 89e12a63..7e1dce70 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11571,9 +11571,9 @@
}
},
"webpack-cli": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.7.tgz",
- "integrity": "sha512-OhTUCttAsr+IZSMVwGROGRHvT+QAs8H6/mHIl4SvhAwYywjiylYjpwybGx7WQ9Hkb45FhjtsymkwiRRbGJ1SZQ==",
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.8.tgz",
+ "integrity": "sha512-RANYSXwikSWINjHMd/mtesblNSpjpDLoYTBtP99n1RhXqVI/wxN40Auqy42I7y4xrbmRBoA5Zy5E0JSBD5XRhw==",
"dev": true,
"requires": {
"chalk": "2.4.2",
diff --git a/package.json b/package.json
index 9698b9a7..ef59ea02 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
- "webpack-cli": "^3.3.7",
+ "webpack-cli": "^3.3.8",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
}