Skip to content

Commit 8470b93

Browse files
committed
chore(deps): update dependency webpack to v4.46.0
1 parent f436492 commit 8470b93

2 files changed

Lines changed: 113 additions & 22 deletions

File tree

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.28",
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.46.0",
5353
"webpack-cli": "3.3.11",
5454
"webpack-dev-server": "3.10.3"
5555
}

yarn.lock

Lines changed: 111 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,11 @@
13211321
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02"
13221322
integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==
13231323

1324+
"@types/tapable@^1":
1325+
version "1.0.7"
1326+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
1327+
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
1328+
13241329
"@types/text-encoding@0.0.35":
13251330
version "0.0.35"
13261331
resolved "https://registry.yarnpkg.com/@types/text-encoding/-/text-encoding-0.0.35.tgz#6f14474e0b232bc70c59677aadc65dcc5a99c3a9"
@@ -1365,14 +1370,14 @@
13651370
"@types/webpack-sources" "*"
13661371
source-map "^0.6.0"
13671372

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==
1373+
"@types/webpack@4.41.28":
1374+
version "4.41.28"
1375+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.28.tgz#0069a2159b7ad4d83d0b5801942c17d54133897b"
1376+
integrity sha512-Nn84RAiJjKRfPFFCVR8LC4ueTtTdfWAMZ03THIzZWRJB+rX24BD3LqPSFnbMscWauEsT4segAsylPDIaZyZyLQ==
13721377
dependencies:
13731378
"@types/anymatch" "*"
13741379
"@types/node" "*"
1375-
"@types/tapable" "*"
1380+
"@types/tapable" "^1"
13761381
"@types/uglify-js" "*"
13771382
"@types/webpack-sources" "*"
13781383
source-map "^0.6.0"
@@ -1604,10 +1609,10 @@ acorn-jsx@^5.2.0:
16041609
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
16051610
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
16061611

1607-
acorn@^6.2.1:
1608-
version "6.4.1"
1609-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
1610-
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
1612+
acorn@^6.4.1:
1613+
version "6.4.2"
1614+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
1615+
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
16111616

16121617
acorn@^7.1.1:
16131618
version "7.1.1"
@@ -1702,6 +1707,14 @@ anymatch@^3.0.3:
17021707
normalize-path "^3.0.0"
17031708
picomatch "^2.0.4"
17041709

1710+
anymatch@~3.1.1:
1711+
version "3.1.2"
1712+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
1713+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
1714+
dependencies:
1715+
normalize-path "^3.0.0"
1716+
picomatch "^2.0.4"
1717+
17051718
aproba@^1.1.1:
17061719
version "1.2.0"
17071720
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -1962,6 +1975,11 @@ binary-extensions@^1.0.0:
19621975
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
19631976
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
19641977

1978+
binary-extensions@^2.0.0:
1979+
version "2.2.0"
1980+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
1981+
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
1982+
19651983
bindings@^1.5.0:
19661984
version "1.5.0"
19671985
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -2036,7 +2054,7 @@ braces@^2.3.1, braces@^2.3.2:
20362054
split-string "^3.0.2"
20372055
to-regex "^3.0.1"
20382056

2039-
braces@^3.0.1:
2057+
braces@^3.0.1, braces@~3.0.2:
20402058
version "3.0.2"
20412059
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
20422060
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -2275,6 +2293,21 @@ chokidar@^2.1.8:
22752293
optionalDependencies:
22762294
fsevents "^1.2.7"
22772295

2296+
chokidar@^3.4.1:
2297+
version "3.5.1"
2298+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
2299+
integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
2300+
dependencies:
2301+
anymatch "~3.1.1"
2302+
braces "~3.0.2"
2303+
glob-parent "~5.1.0"
2304+
is-binary-path "~2.1.0"
2305+
is-glob "~4.0.1"
2306+
normalize-path "~3.0.0"
2307+
readdirp "~3.5.0"
2308+
optionalDependencies:
2309+
fsevents "~2.3.1"
2310+
22782311
chownr@^1.1.1:
22792312
version "1.1.4"
22802313
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -2945,7 +2978,7 @@ enhanced-resolve@4.1.0:
29452978
memory-fs "^0.4.0"
29462979
tapable "^1.0.0"
29472980

2948-
enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
2981+
enhanced-resolve@^4.0.0:
29492982
version "4.1.1"
29502983
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66"
29512984
integrity sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==
@@ -2954,6 +2987,15 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
29542987
memory-fs "^0.5.0"
29552988
tapable "^1.0.0"
29562989

2990+
enhanced-resolve@^4.5.0:
2991+
version "4.5.0"
2992+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
2993+
integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
2994+
dependencies:
2995+
graceful-fs "^4.1.2"
2996+
memory-fs "^0.5.0"
2997+
tapable "^1.0.0"
2998+
29572999
entities@^1.1.1:
29583000
version "1.1.2"
29593001
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
@@ -3631,6 +3673,11 @@ fsevents@^2.1.2:
36313673
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
36323674
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
36333675

3676+
fsevents@~2.3.1:
3677+
version "2.3.2"
3678+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
3679+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
3680+
36343681
function-bind@^1.1.1:
36353682
version "1.1.1"
36363683
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3688,6 +3735,13 @@ glob-parent@^5.0.0:
36883735
dependencies:
36893736
is-glob "^4.0.1"
36903737

3738+
glob-parent@~5.1.0:
3739+
version "5.1.2"
3740+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
3741+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
3742+
dependencies:
3743+
is-glob "^4.0.1"
3744+
36913745
glob@^7.0.3, glob@^7.1.3, glob@^7.1.4:
36923746
version "7.1.6"
36933747
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -4170,6 +4224,13 @@ is-binary-path@^1.0.0:
41704224
dependencies:
41714225
binary-extensions "^1.0.0"
41724226

4227+
is-binary-path@~2.1.0:
4228+
version "2.1.0"
4229+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
4230+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
4231+
dependencies:
4232+
binary-extensions "^2.0.0"
4233+
41734234
is-buffer@^1.1.5:
41744235
version "1.1.6"
41754236
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -4265,7 +4326,7 @@ is-glob@^3.1.0:
42654326
dependencies:
42664327
is-extglob "^2.1.0"
42674328

4268-
is-glob@^4.0.0, is-glob@^4.0.1:
4329+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
42694330
version "4.0.1"
42704331
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
42714332
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -5047,7 +5108,7 @@ normalize-path@^2.1.1:
50475108
dependencies:
50485109
remove-trailing-separator "^1.0.1"
50495110

5050-
normalize-path@^3.0.0:
5111+
normalize-path@^3.0.0, normalize-path@~3.0.0:
50515112
version "3.0.0"
50525113
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
50535114
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -5455,6 +5516,11 @@ picomatch@^2.0.4, picomatch@^2.0.5:
54555516
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
54565517
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
54575518

5519+
picomatch@^2.2.1:
5520+
version "2.2.3"
5521+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
5522+
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
5523+
54585524
pify@^2.0.0:
54595525
version "2.3.0"
54605526
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5777,6 +5843,13 @@ readdirp@^2.2.1:
57775843
micromatch "^3.1.10"
57785844
readable-stream "^2.0.2"
57795845

5846+
readdirp@~3.5.0:
5847+
version "3.5.0"
5848+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
5849+
integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
5850+
dependencies:
5851+
picomatch "^2.2.1"
5852+
57805853
realpath-native@^2.0.0:
57815854
version "2.0.0"
57825855
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-2.0.0.tgz#7377ac429b6e1fd599dc38d08ed942d0d7beb866"
@@ -7014,6 +7087,13 @@ walker@^1.0.7, walker@~1.0.5:
70147087
dependencies:
70157088
makeerror "1.0.x"
70167089

7090+
watchpack-chokidar2@^2.0.1:
7091+
version "2.0.1"
7092+
resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
7093+
integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==
7094+
dependencies:
7095+
chokidar "^2.1.8"
7096+
70177097
watchpack@^1.6.0:
70187098
version "1.6.1"
70197099
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.1.tgz#280da0a8718592174010c078c7585a74cd8cd0e2"
@@ -7023,6 +7103,17 @@ watchpack@^1.6.0:
70237103
graceful-fs "^4.1.2"
70247104
neo-async "^2.5.0"
70257105

7106+
watchpack@^1.7.4:
7107+
version "1.7.5"
7108+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
7109+
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
7110+
dependencies:
7111+
graceful-fs "^4.1.2"
7112+
neo-async "^2.5.0"
7113+
optionalDependencies:
7114+
chokidar "^3.4.1"
7115+
watchpack-chokidar2 "^2.0.1"
7116+
70267117
wbuf@^1.1.0, wbuf@^1.7.3:
70277118
version "1.7.3"
70287119
resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
@@ -7113,20 +7204,20 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
71137204
source-list-map "^2.0.0"
71147205
source-map "~0.6.1"
71157206

7116-
webpack@4.42.1:
7117-
version "4.42.1"
7118-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.1.tgz#ae707baf091f5ca3ef9c38b884287cfe8f1983ef"
7119-
integrity sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==
7207+
webpack@4.46.0:
7208+
version "4.46.0"
7209+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
7210+
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
71207211
dependencies:
71217212
"@webassemblyjs/ast" "1.9.0"
71227213
"@webassemblyjs/helper-module-context" "1.9.0"
71237214
"@webassemblyjs/wasm-edit" "1.9.0"
71247215
"@webassemblyjs/wasm-parser" "1.9.0"
7125-
acorn "^6.2.1"
7216+
acorn "^6.4.1"
71267217
ajv "^6.10.2"
71277218
ajv-keywords "^3.4.1"
71287219
chrome-trace-event "^1.0.2"
7129-
enhanced-resolve "^4.1.0"
7220+
enhanced-resolve "^4.5.0"
71307221
eslint-scope "^4.0.3"
71317222
json-parse-better-errors "^1.0.2"
71327223
loader-runner "^2.4.0"
@@ -7139,7 +7230,7 @@ webpack@4.42.1:
71397230
schema-utils "^1.0.0"
71407231
tapable "^1.1.3"
71417232
terser-webpack-plugin "^1.4.3"
7142-
watchpack "^1.6.0"
7233+
watchpack "^1.7.4"
71437234
webpack-sources "^1.4.1"
71447235

71457236
websocket-driver@>=0.5.1:

0 commit comments

Comments
 (0)