Skip to content

Commit a4d8c5e

Browse files
committed
Update dependency webpack to v4.44.2
1 parent 17d9f45 commit a4d8c5e

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.4",
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.4.0",
8989
"ts-node": "8.10.2",
9090
"typescript": "3.8.3",
91-
"webpack": "4.42.1",
91+
"webpack": "4.44.2",
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
@@ -2399,7 +2399,7 @@
23992399
"@types/source-list-map" "*"
24002400
source-map "^0.6.1"
24012401

2402-
"@types/webpack@*", "@types/webpack@4.41.10", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
2402+
"@types/webpack@*", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
24032403
version "4.41.10"
24042404
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.10.tgz#2e1f6b3508a249854efe3dcc7690905ac5ee10be"
24052405
integrity sha512-vIy0qaq8AjOjZLuFPqpo7nAJzcoVXMdw3mvpNN07Uvdy0p1IpJeLNBe3obdRP7FX2jIusDE7z1pZa0A6qYUgnA==
@@ -2411,6 +2411,18 @@
24112411
"@types/webpack-sources" "*"
24122412
source-map "^0.6.0"
24132413

2414+
2415+
version "4.41.25"
2416+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.25.tgz#4d3b5aecc4e44117b376280fbfd2dc36697968c4"
2417+
integrity sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ==
2418+
dependencies:
2419+
"@types/anymatch" "*"
2420+
"@types/node" "*"
2421+
"@types/tapable" "*"
2422+
"@types/uglify-js" "*"
2423+
"@types/webpack-sources" "*"
2424+
source-map "^0.6.0"
2425+
24142426
"@types/yargs-parser@*":
24152427
version "15.0.0"
24162428
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
@@ -2677,6 +2689,11 @@ acorn@^6.0.1, acorn@^6.2.1:
26772689
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
26782690
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
26792691

2692+
acorn@^6.4.1:
2693+
version "6.4.2"
2694+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
2695+
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
2696+
26802697
acorn@^7.1.0, acorn@^7.1.1:
26812698
version "7.1.1"
26822699
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
@@ -2907,7 +2924,7 @@ anymatch@^2.0.0:
29072924
micromatch "^3.1.4"
29082925
normalize-path "^2.1.1"
29092926

2910-
anymatch@^3.0.3:
2927+
anymatch@^3.0.3, anymatch@~3.1.1:
29112928
version "3.1.1"
29122929
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
29132930
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
@@ -3747,6 +3764,11 @@ binary-extensions@^1.0.0:
37473764
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
37483765
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
37493766

3767+
binary-extensions@^2.0.0:
3768+
version "2.1.0"
3769+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
3770+
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
3771+
37503772
bindings@^1.5.0:
37513773
version "1.5.0"
37523774
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -3862,7 +3884,7 @@ braces@^2.3.1, braces@^2.3.2:
38623884
split-string "^3.0.2"
38633885
to-regex "^3.0.1"
38643886

3865-
braces@^3.0.1:
3887+
braces@^3.0.1, braces@~3.0.2:
38663888
version "3.0.2"
38673889
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
38683890
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4289,6 +4311,21 @@ chokidar@^2.0.4, chokidar@^2.1.8:
42894311
optionalDependencies:
42904312
fsevents "^1.2.7"
42914313

4314+
chokidar@^3.4.1:
4315+
version "3.4.3"
4316+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
4317+
integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
4318+
dependencies:
4319+
anymatch "~3.1.1"
4320+
braces "~3.0.2"
4321+
glob-parent "~5.1.0"
4322+
is-binary-path "~2.1.0"
4323+
is-glob "~4.0.1"
4324+
normalize-path "~3.0.0"
4325+
readdirp "~3.5.0"
4326+
optionalDependencies:
4327+
fsevents "~2.1.2"
4328+
42924329
chownr@^1.1.1, chownr@^1.1.2:
42934330
version "1.1.4"
42944331
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -5645,6 +5682,15 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
56455682
memory-fs "^0.5.0"
56465683
tapable "^1.0.0"
56475684

5685+
enhanced-resolve@^4.3.0:
5686+
version "4.3.0"
5687+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126"
5688+
integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==
5689+
dependencies:
5690+
graceful-fs "^4.1.2"
5691+
memory-fs "^0.5.0"
5692+
tapable "^1.0.0"
5693+
56485694
enquirer@^2.3.5:
56495695
version "2.3.5"
56505696
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.5.tgz#3ab2b838df0a9d8ab9e7dff235b0e8712ef92381"
@@ -6686,6 +6732,11 @@ fsevents@^2.1.2:
66866732
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
66876733
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
66886734

6735+
fsevents@~2.1.2:
6736+
version "2.1.3"
6737+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
6738+
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
6739+
66896740
function-bind@^1.1.1:
66906741
version "1.1.1"
66916742
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -6830,7 +6881,7 @@ glob-parent@^3.1.0:
68306881
is-glob "^3.1.0"
68316882
path-dirname "^1.0.0"
68326883

6833-
glob-parent@^5.0.0, glob-parent@^5.1.0:
6884+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
68346885
version "5.1.1"
68356886
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
68366887
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -7797,6 +7848,13 @@ is-binary-path@^1.0.0:
77977848
dependencies:
77987849
binary-extensions "^1.0.0"
77997850

7851+
is-binary-path@~2.1.0:
7852+
version "2.1.0"
7853+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
7854+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
7855+
dependencies:
7856+
binary-extensions "^2.0.0"
7857+
78007858
is-buffer@^1.0.2, is-buffer@^1.1.5:
78017859
version "1.1.6"
78027860
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -7954,7 +8012,7 @@ is-glob@^3.1.0:
79548012
dependencies:
79558013
is-extglob "^2.1.0"
79568014

7957-
is-glob@^4.0.0, is-glob@^4.0.1:
8015+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
79588016
version "4.0.1"
79598017
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
79608018
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -10111,7 +10169,7 @@ normalize-path@^2.1.1:
1011110169
dependencies:
1011210170
remove-trailing-separator "^1.0.1"
1011310171

10114-
normalize-path@^3.0.0:
10172+
normalize-path@^3.0.0, normalize-path@~3.0.0:
1011510173
version "3.0.0"
1011610174
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
1011710175
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -12109,6 +12167,13 @@ readdirp@^2.2.1:
1210912167
micromatch "^3.1.10"
1211012168
readable-stream "^2.0.2"
1211112169

12170+
readdirp@~3.5.0:
12171+
version "3.5.0"
12172+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
12173+
integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
12174+
dependencies:
12175+
picomatch "^2.2.1"
12176+
1211212177
realpath-native@^1.1.0:
1211312178
version "1.1.0"
1211412179
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"
@@ -14546,6 +14611,13 @@ warning@^4.0.1, warning@^4.0.2, warning@^4.0.3, warning@~4.0.3:
1454614611
dependencies:
1454714612
loose-envify "^1.0.0"
1454814613

14614+
watchpack-chokidar2@^2.0.1:
14615+
version "2.0.1"
14616+
resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
14617+
integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==
14618+
dependencies:
14619+
chokidar "^2.1.8"
14620+
1454914621
watchpack@^1.6.0:
1455014622
version "1.6.1"
1455114623
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.1.tgz#280da0a8718592174010c078c7585a74cd8cd0e2"
@@ -14555,6 +14627,17 @@ watchpack@^1.6.0:
1455514627
graceful-fs "^4.1.2"
1455614628
neo-async "^2.5.0"
1455714629

14630+
watchpack@^1.7.4:
14631+
version "1.7.5"
14632+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
14633+
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
14634+
dependencies:
14635+
graceful-fs "^4.1.2"
14636+
neo-async "^2.5.0"
14637+
optionalDependencies:
14638+
chokidar "^3.4.1"
14639+
watchpack-chokidar2 "^2.0.1"
14640+
1455814641
wbuf@^1.1.0, wbuf@^1.7.3:
1455914642
version "1.7.3"
1456014643
resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
@@ -14682,7 +14765,36 @@ webpack-virtual-modules@^0.2.0:
1468214765
dependencies:
1468314766
debug "^3.0.0"
1468414767

14685-
[email protected], webpack@^4.33.0, webpack@^4.38.0:
14768+
14769+
version "4.44.2"
14770+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
14771+
integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
14772+
dependencies:
14773+
"@webassemblyjs/ast" "1.9.0"
14774+
"@webassemblyjs/helper-module-context" "1.9.0"
14775+
"@webassemblyjs/wasm-edit" "1.9.0"
14776+
"@webassemblyjs/wasm-parser" "1.9.0"
14777+
acorn "^6.4.1"
14778+
ajv "^6.10.2"
14779+
ajv-keywords "^3.4.1"
14780+
chrome-trace-event "^1.0.2"
14781+
enhanced-resolve "^4.3.0"
14782+
eslint-scope "^4.0.3"
14783+
json-parse-better-errors "^1.0.2"
14784+
loader-runner "^2.4.0"
14785+
loader-utils "^1.2.3"
14786+
memory-fs "^0.4.1"
14787+
micromatch "^3.1.10"
14788+
mkdirp "^0.5.3"
14789+
neo-async "^2.6.1"
14790+
node-libs-browser "^2.2.1"
14791+
schema-utils "^1.0.0"
14792+
tapable "^1.1.3"
14793+
terser-webpack-plugin "^1.4.3"
14794+
watchpack "^1.7.4"
14795+
webpack-sources "^1.4.1"
14796+
14797+
webpack@^4.33.0, webpack@^4.38.0:
1468614798
version "4.42.1"
1468714799
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.1.tgz#ae707baf091f5ca3ef9c38b884287cfe8f1983ef"
1468814800
integrity sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==

0 commit comments

Comments
 (0)