Skip to content

Commit 105283b

Browse files
committed
Update dependency webpack to v4.46.0
1 parent 3f01f4d commit 105283b

File tree

2 files changed

+121
-9
lines changed

2 files changed

+121
-9
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.2",
5757
"@types/styled-components": "5.1.0",
58-
"@types/webpack": "4.41.10",
58+
"@types/webpack": "4.41.25",
5959
"@types/webpack-dev-server": "3.10.1",
6060
"@typescript-eslint/eslint-plugin": "2.28.0",
6161
"@typescript-eslint/parser": "2.28.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

+119-7
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,7 @@
24182418
"@types/source-list-map" "*"
24192419
source-map "^0.6.1"
24202420

2421-
"@types/webpack@*", "@types/webpack@4.41.10", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
2421+
"@types/webpack@*", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
24222422
version "4.41.10"
24232423
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.10.tgz#2e1f6b3508a249854efe3dcc7690905ac5ee10be"
24242424
integrity sha512-vIy0qaq8AjOjZLuFPqpo7nAJzcoVXMdw3mvpNN07Uvdy0p1IpJeLNBe3obdRP7FX2jIusDE7z1pZa0A6qYUgnA==
@@ -2430,6 +2430,18 @@
24302430
"@types/webpack-sources" "*"
24312431
source-map "^0.6.0"
24322432

2433+
2434+
version "4.41.25"
2435+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.25.tgz#4d3b5aecc4e44117b376280fbfd2dc36697968c4"
2436+
integrity sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ==
2437+
dependencies:
2438+
"@types/anymatch" "*"
2439+
"@types/node" "*"
2440+
"@types/tapable" "*"
2441+
"@types/uglify-js" "*"
2442+
"@types/webpack-sources" "*"
2443+
source-map "^0.6.0"
2444+
24332445
"@types/yargs-parser@*":
24342446
version "15.0.0"
24352447
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
@@ -2696,6 +2708,11 @@ acorn@^6.0.1, acorn@^6.2.1:
26962708
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
26972709
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
26982710

2711+
acorn@^6.4.1:
2712+
version "6.4.2"
2713+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
2714+
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
2715+
26992716
acorn@^7.1.0, acorn@^7.1.1:
27002717
version "7.1.1"
27012718
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
@@ -2934,7 +2951,7 @@ anymatch@^2.0.0:
29342951
micromatch "^3.1.4"
29352952
normalize-path "^2.1.1"
29362953

2937-
anymatch@^3.0.3:
2954+
anymatch@^3.0.3, anymatch@~3.1.1:
29382955
version "3.1.1"
29392956
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
29402957
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
@@ -3774,6 +3791,11 @@ binary-extensions@^1.0.0:
37743791
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
37753792
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
37763793

3794+
binary-extensions@^2.0.0:
3795+
version "2.2.0"
3796+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
3797+
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
3798+
37773799
bindings@^1.5.0:
37783800
version "1.5.0"
37793801
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -3889,7 +3911,7 @@ braces@^2.3.1, braces@^2.3.2:
38893911
split-string "^3.0.2"
38903912
to-regex "^3.0.1"
38913913

3892-
braces@^3.0.1:
3914+
braces@^3.0.1, braces@~3.0.2:
38933915
version "3.0.2"
38943916
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
38953917
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4316,6 +4338,21 @@ chokidar@^2.0.4, chokidar@^2.1.8:
43164338
optionalDependencies:
43174339
fsevents "^1.2.7"
43184340

4341+
chokidar@^3.4.1:
4342+
version "3.5.0"
4343+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.0.tgz#458a4816a415e9d3b3caa4faec2b96a6935a9e65"
4344+
integrity sha512-JgQM9JS92ZbFR4P90EvmzNpSGhpPBGBSj10PILeDyYFwp4h2/D9OM03wsJ4zW1fEp4ka2DGrnUeD7FuvQ2aZ2Q==
4345+
dependencies:
4346+
anymatch "~3.1.1"
4347+
braces "~3.0.2"
4348+
glob-parent "~5.1.0"
4349+
is-binary-path "~2.1.0"
4350+
is-glob "~4.0.1"
4351+
normalize-path "~3.0.0"
4352+
readdirp "~3.5.0"
4353+
optionalDependencies:
4354+
fsevents "~2.3.1"
4355+
43194356
chownr@^1.1.1, chownr@^1.1.2:
43204357
version "1.1.4"
43214358
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -5692,6 +5729,15 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
56925729
memory-fs "^0.5.0"
56935730
tapable "^1.0.0"
56945731

5732+
enhanced-resolve@^4.5.0:
5733+
version "4.5.0"
5734+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
5735+
integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
5736+
dependencies:
5737+
graceful-fs "^4.1.2"
5738+
memory-fs "^0.5.0"
5739+
tapable "^1.0.0"
5740+
56955741
enquirer@^2.3.5:
56965742
version "2.3.5"
56975743
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.5.tgz#3ab2b838df0a9d8ab9e7dff235b0e8712ef92381"
@@ -6733,6 +6779,11 @@ fsevents@^2.1.2:
67336779
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
67346780
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
67356781

6782+
fsevents@~2.3.1:
6783+
version "2.3.1"
6784+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.1.tgz#b209ab14c61012636c8863507edf7fb68cc54e9f"
6785+
integrity sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==
6786+
67366787
function-bind@^1.1.1:
67376788
version "1.1.1"
67386789
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -6877,7 +6928,7 @@ glob-parent@^3.1.0:
68776928
is-glob "^3.1.0"
68786929
path-dirname "^1.0.0"
68796930

6880-
glob-parent@^5.0.0, glob-parent@^5.1.0:
6931+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
68816932
version "5.1.1"
68826933
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
68836934
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -7854,6 +7905,13 @@ is-binary-path@^1.0.0:
78547905
dependencies:
78557906
binary-extensions "^1.0.0"
78567907

7908+
is-binary-path@~2.1.0:
7909+
version "2.1.0"
7910+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
7911+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
7912+
dependencies:
7913+
binary-extensions "^2.0.0"
7914+
78577915
is-buffer@^1.0.2, is-buffer@^1.1.5:
78587916
version "1.1.6"
78597917
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -8011,7 +8069,7 @@ is-glob@^3.1.0:
80118069
dependencies:
80128070
is-extglob "^2.1.0"
80138071

8014-
is-glob@^4.0.0, is-glob@^4.0.1:
8072+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
80158073
version "4.0.1"
80168074
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
80178075
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -10173,7 +10231,7 @@ normalize-path@^2.1.1:
1017310231
dependencies:
1017410232
remove-trailing-separator "^1.0.1"
1017510233

10176-
normalize-path@^3.0.0:
10234+
normalize-path@^3.0.0, normalize-path@~3.0.0:
1017710235
version "3.0.0"
1017810236
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
1017910237
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -12264,6 +12322,13 @@ readdirp@^2.2.1:
1226412322
micromatch "^3.1.10"
1226512323
readable-stream "^2.0.2"
1226612324

12325+
readdirp@~3.5.0:
12326+
version "3.5.0"
12327+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
12328+
integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
12329+
dependencies:
12330+
picomatch "^2.2.1"
12331+
1226712332
realpath-native@^1.1.0:
1226812333
version "1.1.0"
1226912334
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"
@@ -14708,6 +14773,13 @@ warning@^4.0.1, warning@^4.0.2, warning@^4.0.3:
1470814773
dependencies:
1470914774
loose-envify "^1.0.0"
1471014775

14776+
watchpack-chokidar2@^2.0.1:
14777+
version "2.0.1"
14778+
resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
14779+
integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==
14780+
dependencies:
14781+
chokidar "^2.1.8"
14782+
1471114783
watchpack@^1.6.0:
1471214784
version "1.6.1"
1471314785
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.1.tgz#280da0a8718592174010c078c7585a74cd8cd0e2"
@@ -14717,6 +14789,17 @@ watchpack@^1.6.0:
1471714789
graceful-fs "^4.1.2"
1471814790
neo-async "^2.5.0"
1471914791

14792+
watchpack@^1.7.4:
14793+
version "1.7.5"
14794+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
14795+
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
14796+
dependencies:
14797+
graceful-fs "^4.1.2"
14798+
neo-async "^2.5.0"
14799+
optionalDependencies:
14800+
chokidar "^3.4.1"
14801+
watchpack-chokidar2 "^2.0.1"
14802+
1472014803
wbuf@^1.1.0, wbuf@^1.7.3:
1472114804
version "1.7.3"
1472214805
resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
@@ -14844,7 +14927,36 @@ webpack-virtual-modules@^0.2.0:
1484414927
dependencies:
1484514928
debug "^3.0.0"
1484614929

14847-
[email protected], webpack@^4.33.0, webpack@^4.38.0:
14930+
14931+
version "4.46.0"
14932+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
14933+
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
14934+
dependencies:
14935+
"@webassemblyjs/ast" "1.9.0"
14936+
"@webassemblyjs/helper-module-context" "1.9.0"
14937+
"@webassemblyjs/wasm-edit" "1.9.0"
14938+
"@webassemblyjs/wasm-parser" "1.9.0"
14939+
acorn "^6.4.1"
14940+
ajv "^6.10.2"
14941+
ajv-keywords "^3.4.1"
14942+
chrome-trace-event "^1.0.2"
14943+
enhanced-resolve "^4.5.0"
14944+
eslint-scope "^4.0.3"
14945+
json-parse-better-errors "^1.0.2"
14946+
loader-runner "^2.4.0"
14947+
loader-utils "^1.2.3"
14948+
memory-fs "^0.4.1"
14949+
micromatch "^3.1.10"
14950+
mkdirp "^0.5.3"
14951+
neo-async "^2.6.1"
14952+
node-libs-browser "^2.2.1"
14953+
schema-utils "^1.0.0"
14954+
tapable "^1.1.3"
14955+
terser-webpack-plugin "^1.4.3"
14956+
watchpack "^1.7.4"
14957+
webpack-sources "^1.4.1"
14958+
14959+
webpack@^4.33.0, webpack@^4.38.0:
1484814960
version "4.42.1"
1484914961
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.1.tgz#ae707baf091f5ca3ef9c38b884287cfe8f1983ef"
1485014962
integrity sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==

0 commit comments

Comments
 (0)