Skip to content

Commit 4a70a83

Browse files
committed
Update dependency webpack-cli to v3.3.1
1 parent a071599 commit 4a70a83

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

fixtures/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"webpack": "4.20.2",
16-
"webpack-cli": "3.2.1"
16+
"webpack-cli": "3.3.1"
1717
}
1818
}

fixtures/subdep/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"devDependencies": {
1010
"webpack": "4.20.2",
11-
"webpack-cli": "3.2.1"
11+
"webpack-cli": "3.3.1"
1212
}
1313
}

worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"css-to-js-sourcemap-core": "*",
1414
"resolve-from": "4.0.0",
1515
"webpack": "4.20.2",
16-
"webpack-cli": "3.2.1"
16+
"webpack-cli": "3.3.1"
1717
},
1818
"license": "MIT"
1919
}

yarn.lock

+7-15
Original file line numberDiff line numberDiff line change
@@ -1389,10 +1389,6 @@ glob@~7.1.2:
13891389
once "^1.3.0"
13901390
path-is-absolute "^1.0.0"
13911391

1392-
global-modules-path@^2.3.0:
1393-
version "2.3.0"
1394-
resolved "https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.3.0.tgz#b0e2bac6beac39745f7db5c59d26a36a0b94f7dc"
1395-
13961392
global-modules@^1.0.0:
13971393
version "1.0.0"
13981394
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
@@ -1873,10 +1869,6 @@ levn@^0.3.0, levn@~0.3.0:
18731869
prelude-ls "~1.1.2"
18741870
type-check "~0.3.2"
18751871

1876-
lightercollective@^0.1.0:
1877-
version "0.1.0"
1878-
resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.1.0.tgz#70df102c530dcb8d0ccabfe6175a8d00d5f61300"
1879-
18801872
loader-runner@^2.3.0:
18811873
version "2.3.0"
18821874
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2"
@@ -3231,23 +3223,22 @@ watchpack@^1.5.0:
32313223
graceful-fs "^4.1.2"
32323224
neo-async "^2.5.0"
32333225

3234-
3235-
version "3.2.1"
3236-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.2.1.tgz#779c696c82482491f0803907508db2e276ed3b61"
3226+
3227+
version "3.3.1"
3228+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.1.tgz#98b0499c7138ba9ece8898bd99c4f007db59909d"
3229+
integrity sha512-c2inFU7SM0IttEgF7fK6AaUsbBnORRzminvbyRKS+NlbQHVZdCtzKBlavRL5359bFsywXGRAItA5di/IruC8mg==
32373230
dependencies:
32383231
chalk "^2.4.1"
32393232
cross-spawn "^6.0.5"
32403233
enhanced-resolve "^4.1.0"
32413234
findup-sync "^2.0.0"
32423235
global-modules "^1.0.0"
3243-
global-modules-path "^2.3.0"
32443236
import-local "^2.0.0"
32453237
interpret "^1.1.0"
3246-
lightercollective "^0.1.0"
32473238
loader-utils "^1.1.0"
32483239
supports-color "^5.5.0"
32493240
v8-compile-cache "^2.0.2"
3250-
yargs "^12.0.4"
3241+
yargs "^12.0.5"
32513242

32523243
webpack-sources@^1.1.0:
32533244
version "1.1.0"
@@ -3365,9 +3356,10 @@ yargs-parser@^11.1.1:
33653356
camelcase "^5.0.0"
33663357
decamelize "^1.2.0"
33673358

3368-
yargs@^12.0.4:
3359+
yargs@^12.0.5:
33693360
version "12.0.5"
33703361
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
3362+
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
33713363
dependencies:
33723364
cliui "^4.0.0"
33733365
decamelize "^1.2.0"

0 commit comments

Comments
 (0)