Skip to content

Commit c0ee016

Browse files
committed
chore(deps): update dependency webpack to v4.44.1
1 parent 9319426 commit c0ee016

File tree

2 files changed

+83
-22
lines changed

2 files changed

+83
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react-dom": "16.9.7",
2727
"@types/styled-components": "5.1.0",
2828
"@types/text-encoding": "0.0.35",
29-
"@types/webpack": "4.41.10",
29+
"@types/webpack": "4.41.21",
3030
"@types/webpack-dev-server": "3.10.1",
3131
"@typescript-eslint/eslint-plugin": "2.0.0",
3232
"@typescript-eslint/parser": "2.0.0",
@@ -49,7 +49,7 @@
4949
"text-encoding": "0.7.0",
5050
"ts-loader": "7.0.1",
5151
"typescript": "3.8.3",
52-
"webpack": "4.42.1",
52+
"webpack": "4.44.1",
5353
"webpack-cli": "3.3.11",
5454
"webpack-dev-server": "3.10.3"
5555
}

yarn.lock

Lines changed: 81 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,10 +1365,10 @@
13651365
"@types/webpack-sources" "*"
13661366
source-map "^0.6.0"
13671367

1368-
"@types/webpack@4.41.10":
1369-
version "4.41.10"
1370-
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.10.tgz#2e1f6b3508a249854efe3dcc7690905ac5ee10be"
1371-
integrity sha512-vIy0qaq8AjOjZLuFPqpo7nAJzcoVXMdw3mvpNN07Uvdy0p1IpJeLNBe3obdRP7FX2jIusDE7z1pZa0A6qYUgnA==
1368+
"@types/webpack@4.41.21":
1369+
version "4.41.21"
1370+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.21.tgz#cc685b332c33f153bb2f5fc1fa3ac8adeb592dee"
1371+
integrity sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA==
13721372
dependencies:
13731373
"@types/anymatch" "*"
13741374
"@types/node" "*"
@@ -1604,7 +1604,7 @@ acorn-jsx@^5.2.0:
16041604
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
16051605
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
16061606

1607-
acorn@^6.2.1:
1607+
acorn@^6.4.1:
16081608
version "6.4.1"
16091609
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
16101610
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
@@ -1694,7 +1694,7 @@ anymatch@^2.0.0:
16941694
micromatch "^3.1.4"
16951695
normalize-path "^2.1.1"
16961696

1697-
anymatch@^3.0.3:
1697+
anymatch@^3.0.3, anymatch@~3.1.1:
16981698
version "3.1.1"
16991699
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
17001700
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
@@ -1962,6 +1962,11 @@ binary-extensions@^1.0.0:
19621962
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
19631963
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
19641964

1965+
binary-extensions@^2.0.0:
1966+
version "2.1.0"
1967+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
1968+
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
1969+
19651970
bindings@^1.5.0:
19661971
version "1.5.0"
19671972
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -2036,7 +2041,7 @@ braces@^2.3.1, braces@^2.3.2:
20362041
split-string "^3.0.2"
20372042
to-regex "^3.0.1"
20382043

2039-
braces@^3.0.1:
2044+
braces@^3.0.1, braces@~3.0.2:
20402045
version "3.0.2"
20412046
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
20422047
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -2275,6 +2280,21 @@ chokidar@^2.1.8:
22752280
optionalDependencies:
22762281
fsevents "^1.2.7"
22772282

2283+
chokidar@^3.4.1:
2284+
version "3.4.1"
2285+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
2286+
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
2287+
dependencies:
2288+
anymatch "~3.1.1"
2289+
braces "~3.0.2"
2290+
glob-parent "~5.1.0"
2291+
is-binary-path "~2.1.0"
2292+
is-glob "~4.0.1"
2293+
normalize-path "~3.0.0"
2294+
readdirp "~3.4.0"
2295+
optionalDependencies:
2296+
fsevents "~2.1.2"
2297+
22782298
chownr@^1.1.1:
22792299
version "1.1.4"
22802300
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -2945,7 +2965,7 @@ enhanced-resolve@4.1.0:
29452965
memory-fs "^0.4.0"
29462966
tapable "^1.0.0"
29472967

2948-
enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
2968+
enhanced-resolve@^4.0.0:
29492969
version "4.1.1"
29502970
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66"
29512971
integrity sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==
@@ -2954,6 +2974,15 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
29542974
memory-fs "^0.5.0"
29552975
tapable "^1.0.0"
29562976

2977+
enhanced-resolve@^4.3.0:
2978+
version "4.3.0"
2979+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126"
2980+
integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==
2981+
dependencies:
2982+
graceful-fs "^4.1.2"
2983+
memory-fs "^0.5.0"
2984+
tapable "^1.0.0"
2985+
29572986
entities@^1.1.1:
29582987
version "1.1.2"
29592988
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
@@ -3628,7 +3657,7 @@ fsevents@^1.2.7:
36283657
bindings "^1.5.0"
36293658
nan "^2.12.1"
36303659

3631-
fsevents@^2.1.2:
3660+
fsevents@^2.1.2, fsevents@~2.1.2:
36323661
version "2.1.3"
36333662
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
36343663
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
@@ -3683,7 +3712,7 @@ glob-parent@^3.1.0:
36833712
is-glob "^3.1.0"
36843713
path-dirname "^1.0.0"
36853714

3686-
glob-parent@^5.0.0:
3715+
glob-parent@^5.0.0, glob-parent@~5.1.0:
36873716
version "5.1.1"
36883717
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
36893718
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -4172,6 +4201,13 @@ is-binary-path@^1.0.0:
41724201
dependencies:
41734202
binary-extensions "^1.0.0"
41744203

4204+
is-binary-path@~2.1.0:
4205+
version "2.1.0"
4206+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
4207+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
4208+
dependencies:
4209+
binary-extensions "^2.0.0"
4210+
41754211
is-buffer@^1.1.5:
41764212
version "1.1.6"
41774213
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -4267,7 +4303,7 @@ is-glob@^3.1.0:
42674303
dependencies:
42684304
is-extglob "^2.1.0"
42694305

4270-
is-glob@^4.0.0, is-glob@^4.0.1:
4306+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
42714307
version "4.0.1"
42724308
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
42734309
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -5049,7 +5085,7 @@ normalize-path@^2.1.1:
50495085
dependencies:
50505086
remove-trailing-separator "^1.0.1"
50515087

5052-
normalize-path@^3.0.0:
5088+
normalize-path@^3.0.0, normalize-path@~3.0.0:
50535089
version "3.0.0"
50545090
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
50555091
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -5452,7 +5488,7 @@ pbkdf2@^3.0.3:
54525488
safe-buffer "^5.0.1"
54535489
sha.js "^2.4.8"
54545490

5455-
picomatch@^2.0.4, picomatch@^2.0.5:
5491+
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
54565492
version "2.2.2"
54575493
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
54585494
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -5779,6 +5815,13 @@ readdirp@^2.2.1:
57795815
micromatch "^3.1.10"
57805816
readable-stream "^2.0.2"
57815817

5818+
readdirp@~3.4.0:
5819+
version "3.4.0"
5820+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada"
5821+
integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==
5822+
dependencies:
5823+
picomatch "^2.2.1"
5824+
57825825
realpath-native@^2.0.0:
57835826
version "2.0.0"
57845827
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-2.0.0.tgz#7377ac429b6e1fd599dc38d08ed942d0d7beb866"
@@ -7016,6 +7059,13 @@ walker@^1.0.7, walker@~1.0.5:
70167059
dependencies:
70177060
makeerror "1.0.x"
70187061

7062+
watchpack-chokidar2@^2.0.0:
7063+
version "2.0.0"
7064+
resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz#9948a1866cbbd6cb824dea13a7ed691f6c8ddff0"
7065+
integrity sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==
7066+
dependencies:
7067+
chokidar "^2.1.8"
7068+
70197069
watchpack@^1.6.0:
70207070
version "1.6.1"
70217071
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.1.tgz#280da0a8718592174010c078c7585a74cd8cd0e2"
@@ -7025,6 +7075,17 @@ watchpack@^1.6.0:
70257075
graceful-fs "^4.1.2"
70267076
neo-async "^2.5.0"
70277077

7078+
watchpack@^1.7.4:
7079+
version "1.7.4"
7080+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b"
7081+
integrity sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==
7082+
dependencies:
7083+
graceful-fs "^4.1.2"
7084+
neo-async "^2.5.0"
7085+
optionalDependencies:
7086+
chokidar "^3.4.1"
7087+
watchpack-chokidar2 "^2.0.0"
7088+
70287089
wbuf@^1.1.0, wbuf@^1.7.3:
70297090
version "1.7.3"
70307091
resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
@@ -7115,20 +7176,20 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
71157176
source-list-map "^2.0.0"
71167177
source-map "~0.6.1"
71177178

7118-
webpack@4.42.1:
7119-
version "4.42.1"
7120-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.1.tgz#ae707baf091f5ca3ef9c38b884287cfe8f1983ef"
7121-
integrity sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==
7179+
webpack@4.44.1:
7180+
version "4.44.1"
7181+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21"
7182+
integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==
71227183
dependencies:
71237184
"@webassemblyjs/ast" "1.9.0"
71247185
"@webassemblyjs/helper-module-context" "1.9.0"
71257186
"@webassemblyjs/wasm-edit" "1.9.0"
71267187
"@webassemblyjs/wasm-parser" "1.9.0"
7127-
acorn "^6.2.1"
7188+
acorn "^6.4.1"
71287189
ajv "^6.10.2"
71297190
ajv-keywords "^3.4.1"
71307191
chrome-trace-event "^1.0.2"
7131-
enhanced-resolve "^4.1.0"
7192+
enhanced-resolve "^4.3.0"
71327193
eslint-scope "^4.0.3"
71337194
json-parse-better-errors "^1.0.2"
71347195
loader-runner "^2.4.0"
@@ -7141,7 +7202,7 @@ webpack@4.42.1:
71417202
schema-utils "^1.0.0"
71427203
tapable "^1.1.3"
71437204
terser-webpack-plugin "^1.4.3"
7144-
watchpack "^1.6.0"
7205+
watchpack "^1.7.4"
71457206
webpack-sources "^1.4.1"
71467207

71477208
websocket-driver@>=0.5.1:

0 commit comments

Comments
 (0)