Skip to content

Commit 0e22796

Browse files
committed
Update dependency webpack to v4.46.0
1 parent 50288cf commit 0e22796

File tree

2 files changed

+139
-7
lines changed

2 files changed

+139
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/react-router-dom": "5.1.6",
5656
"@types/react-test-renderer": "16.9.4",
5757
"@types/styled-components": "5.1.0",
58-
"@types/webpack": "4.41.10",
58+
"@types/webpack": "4.41.28",
5959
"@types/webpack-dev-server": "3.10.1",
6060
"@typescript-eslint/eslint-plugin": "2.34.0",
6161
"@typescript-eslint/parser": "2.34.0",
@@ -88,7 +88,7 @@
8888
"ts-jest": "25.5.1",
8989
"ts-node": "8.10.2",
9090
"typescript": "3.8.3",
91-
"webpack": "4.42.1",
91+
"webpack": "4.46.0",
9292
"webpack-cli": "3.3.11",
9393
"webpack-dev-server": "3.10.3"
9494
},

yarn.lock

+137-5
Original file line numberDiff line numberDiff line change
@@ -3225,6 +3225,11 @@
32253225
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02"
32263226
integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==
32273227

3228+
"@types/tapable@^1":
3229+
version "1.0.7"
3230+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
3231+
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
3232+
32283233
"@types/uglify-js@*":
32293234
version "3.0.5"
32303235
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.0.5.tgz#2c70d5c68f6e002e3b2e4f849adc5f162546f633"
@@ -3262,7 +3267,7 @@
32623267
"@types/source-list-map" "*"
32633268
source-map "^0.6.1"
32643269

3265-
"@types/webpack@*", "@types/webpack@4.41.10", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
3270+
"@types/webpack@*", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
32663271
version "4.41.10"
32673272
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.10.tgz#2e1f6b3508a249854efe3dcc7690905ac5ee10be"
32683273
integrity sha512-vIy0qaq8AjOjZLuFPqpo7nAJzcoVXMdw3mvpNN07Uvdy0p1IpJeLNBe3obdRP7FX2jIusDE7z1pZa0A6qYUgnA==
@@ -3274,6 +3279,18 @@
32743279
"@types/webpack-sources" "*"
32753280
source-map "^0.6.0"
32763281

3282+
3283+
version "4.41.28"
3284+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.28.tgz#0069a2159b7ad4d83d0b5801942c17d54133897b"
3285+
integrity sha512-Nn84RAiJjKRfPFFCVR8LC4ueTtTdfWAMZ03THIzZWRJB+rX24BD3LqPSFnbMscWauEsT4segAsylPDIaZyZyLQ==
3286+
dependencies:
3287+
"@types/anymatch" "*"
3288+
"@types/node" "*"
3289+
"@types/tapable" "^1"
3290+
"@types/uglify-js" "*"
3291+
"@types/webpack-sources" "*"
3292+
source-map "^0.6.0"
3293+
32773294
"@types/yargs-parser@*":
32783295
version "15.0.0"
32793296
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
@@ -3540,6 +3557,11 @@ acorn@^6.0.1, acorn@^6.2.1:
35403557
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
35413558
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
35423559

3560+
acorn@^6.4.1:
3561+
version "6.4.2"
3562+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
3563+
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
3564+
35433565
acorn@^7.1.0, acorn@^7.1.1:
35443566
version "7.1.1"
35453567
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
@@ -3786,6 +3808,14 @@ anymatch@^3.0.3:
37863808
normalize-path "^3.0.0"
37873809
picomatch "^2.0.4"
37883810

3811+
anymatch@~3.1.1:
3812+
version "3.1.2"
3813+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
3814+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
3815+
dependencies:
3816+
normalize-path "^3.0.0"
3817+
picomatch "^2.0.4"
3818+
37893819
app-root-dir@^1.0.2:
37903820
version "1.0.2"
37913821
resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118"
@@ -4633,6 +4663,11 @@ binary-extensions@^1.0.0:
46334663
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
46344664
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
46354665

4666+
binary-extensions@^2.0.0:
4667+
version "2.2.0"
4668+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
4669+
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
4670+
46364671
bindings@^1.5.0:
46374672
version "1.5.0"
46384673
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -4748,7 +4783,7 @@ braces@^2.3.1, braces@^2.3.2:
47484783
split-string "^3.0.2"
47494784
to-regex "^3.0.1"
47504785

4751-
braces@^3.0.1:
4786+
braces@^3.0.1, braces@~3.0.2:
47524787
version "3.0.2"
47534788
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
47544789
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -5199,6 +5234,21 @@ chokidar@^2.0.4, chokidar@^2.1.8:
51995234
optionalDependencies:
52005235
fsevents "^1.2.7"
52015236

5237+
chokidar@^3.4.1:
5238+
version "3.5.1"
5239+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
5240+
integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
5241+
dependencies:
5242+
anymatch "~3.1.1"
5243+
braces "~3.0.2"
5244+
glob-parent "~5.1.0"
5245+
is-binary-path "~2.1.0"
5246+
is-glob "~4.0.1"
5247+
normalize-path "~3.0.0"
5248+
readdirp "~3.5.0"
5249+
optionalDependencies:
5250+
fsevents "~2.3.1"
5251+
52025252
chownr@^1.1.1, chownr@^1.1.2:
52035253
version "1.1.4"
52045254
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -6593,6 +6643,15 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
65936643
memory-fs "^0.5.0"
65946644
tapable "^1.0.0"
65956645

6646+
enhanced-resolve@^4.5.0:
6647+
version "4.5.0"
6648+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
6649+
integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
6650+
dependencies:
6651+
graceful-fs "^4.1.2"
6652+
memory-fs "^0.5.0"
6653+
tapable "^1.0.0"
6654+
65966655
enquirer@^2.3.5:
65976656
version "2.3.5"
65986657
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.5.tgz#3ab2b838df0a9d8ab9e7dff235b0e8712ef92381"
@@ -7658,6 +7717,11 @@ fsevents@^2.1.2:
76587717
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
76597718
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
76607719

7720+
fsevents@~2.3.1:
7721+
version "2.3.2"
7722+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
7723+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
7724+
76617725
function-bind@^1.1.1:
76627726
version "1.1.1"
76637727
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -7818,6 +7882,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0:
78187882
dependencies:
78197883
is-glob "^4.0.1"
78207884

7885+
glob-parent@~5.1.0:
7886+
version "5.1.2"
7887+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
7888+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
7889+
dependencies:
7890+
is-glob "^4.0.1"
7891+
78217892
glob-to-regexp@^0.3.0:
78227893
version "0.3.0"
78237894
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -8788,6 +8859,13 @@ is-binary-path@^1.0.0:
87888859
dependencies:
87898860
binary-extensions "^1.0.0"
87908861

8862+
is-binary-path@~2.1.0:
8863+
version "2.1.0"
8864+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
8865+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
8866+
dependencies:
8867+
binary-extensions "^2.0.0"
8868+
87918869
is-buffer@^1.0.2, is-buffer@^1.1.5:
87928870
version "1.1.6"
87938871
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -8957,7 +9035,7 @@ is-glob@^3.1.0:
89579035
dependencies:
89589036
is-extglob "^2.1.0"
89599037

8960-
is-glob@^4.0.0, is-glob@^4.0.1:
9038+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
89619039
version "4.0.1"
89629040
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
89639041
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -11143,7 +11221,7 @@ normalize-path@^2.1.1:
1114311221
dependencies:
1114411222
remove-trailing-separator "^1.0.1"
1114511223

11146-
normalize-path@^3.0.0:
11224+
normalize-path@^3.0.0, normalize-path@~3.0.0:
1114711225
version "3.0.0"
1114811226
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
1114911227
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -13290,6 +13368,13 @@ readdirp@^2.2.1:
1329013368
micromatch "^3.1.10"
1329113369
readable-stream "^2.0.2"
1329213370

13371+
readdirp@~3.5.0:
13372+
version "3.5.0"
13373+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
13374+
integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
13375+
dependencies:
13376+
picomatch "^2.2.1"
13377+
1329313378
realpath-native@^1.1.0:
1329413379
version "1.1.0"
1329513380
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"
@@ -15777,6 +15862,13 @@ warning@^4.0.1, warning@^4.0.2, warning@^4.0.3:
1577715862
dependencies:
1577815863
loose-envify "^1.0.0"
1577915864

15865+
watchpack-chokidar2@^2.0.1:
15866+
version "2.0.1"
15867+
resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
15868+
integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==
15869+
dependencies:
15870+
chokidar "^2.1.8"
15871+
1578015872
watchpack@^1.6.0:
1578115873
version "1.6.1"
1578215874
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.1.tgz#280da0a8718592174010c078c7585a74cd8cd0e2"
@@ -15786,6 +15878,17 @@ watchpack@^1.6.0:
1578615878
graceful-fs "^4.1.2"
1578715879
neo-async "^2.5.0"
1578815880

15881+
watchpack@^1.7.4:
15882+
version "1.7.5"
15883+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
15884+
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
15885+
dependencies:
15886+
graceful-fs "^4.1.2"
15887+
neo-async "^2.5.0"
15888+
optionalDependencies:
15889+
chokidar "^3.4.1"
15890+
watchpack-chokidar2 "^2.0.1"
15891+
1578915892
wbuf@^1.1.0, wbuf@^1.7.3:
1579015893
version "1.7.3"
1579115894
resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
@@ -15913,7 +16016,36 @@ webpack-virtual-modules@^0.2.0:
1591316016
dependencies:
1591416017
debug "^3.0.0"
1591516018

15916-
[email protected], webpack@^4.33.0, webpack@^4.38.0:
16019+
16020+
version "4.46.0"
16021+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
16022+
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
16023+
dependencies:
16024+
"@webassemblyjs/ast" "1.9.0"
16025+
"@webassemblyjs/helper-module-context" "1.9.0"
16026+
"@webassemblyjs/wasm-edit" "1.9.0"
16027+
"@webassemblyjs/wasm-parser" "1.9.0"
16028+
acorn "^6.4.1"
16029+
ajv "^6.10.2"
16030+
ajv-keywords "^3.4.1"
16031+
chrome-trace-event "^1.0.2"
16032+
enhanced-resolve "^4.5.0"
16033+
eslint-scope "^4.0.3"
16034+
json-parse-better-errors "^1.0.2"
16035+
loader-runner "^2.4.0"
16036+
loader-utils "^1.2.3"
16037+
memory-fs "^0.4.1"
16038+
micromatch "^3.1.10"
16039+
mkdirp "^0.5.3"
16040+
neo-async "^2.6.1"
16041+
node-libs-browser "^2.2.1"
16042+
schema-utils "^1.0.0"
16043+
tapable "^1.1.3"
16044+
terser-webpack-plugin "^1.4.3"
16045+
watchpack "^1.7.4"
16046+
webpack-sources "^1.4.1"
16047+
16048+
webpack@^4.33.0, webpack@^4.38.0:
1591716049
version "4.42.1"
1591816050
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.1.tgz#ae707baf091f5ca3ef9c38b884287cfe8f1983ef"
1591916051
integrity sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==

0 commit comments

Comments
 (0)