Skip to content

Commit 9bc9c3c

Browse files
Bump gatsby from 2.24.37 to 2.24.47 (#1364)
1 parent f765f37 commit 9bc9c3c

File tree

2 files changed

+103
-91
lines changed

2 files changed

+103
-91
lines changed

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/react-copy-to-clipboard": "^4.3.0",
1414
"@types/react-helmet": "^6.0.0",
1515
"babel-plugin-styled-components": "^1.11.1",
16-
"gatsby": "^2.24.37",
16+
"gatsby": "^2.24.47",
1717
"gatsby-plugin-manifest": "^2.4.23",
1818
"gatsby-plugin-mdx": "^1.2.34",
1919
"gatsby-plugin-react-helmet": "^3.3.10",

yarn.lock

Lines changed: 102 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@
11431143
"@babel/parser" "^7.10.4"
11441144
"@babel/types" "^7.10.4"
11451145

1146-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.3", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
1146+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.2", "@babel/traverse@^7.10.3", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
11471147
version "7.11.0"
11481148
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
11491149
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
@@ -5509,10 +5509,10 @@ babel-plugin-remove-export-keywords@^1.6.5:
55095509
resolved "https://registry.yarnpkg.com/babel-plugin-remove-export-keywords/-/babel-plugin-remove-export-keywords-1.6.16.tgz#e764b42e3c8e4a5ce3e2c996dc43b6348d5d94cf"
55105510
integrity sha512-JrB9ZASlMAfkRF+5NdgoQxgenhJxzXFEO1vrqsSDJdzLrC38L2wrvXF9mm1YLbrehkZxcrNz9UYDyARP4jaY9g==
55115511

5512-
babel-plugin-remove-graphql-queries@^2.9.16:
5513-
version "2.9.16"
5514-
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.16.tgz#7fff54c7fc618c9cc9508b020d99354e3144b435"
5515-
integrity sha512-7Z+awkeghPRk4axY8N6ywQu9GpxpqHTkXRiZ+VxDaIppbybeZsAQ7uA6B4B63M4nm0BSOrHZzZWuT/kOg2RA8g==
5512+
babel-plugin-remove-graphql-queries@^2.9.17:
5513+
version "2.9.17"
5514+
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.17.tgz#f66c421a58392ddca8b2f06473ca0eb2c4ec632d"
5515+
integrity sha512-ThFGZlxD+U4H+aSX4DRpz7pdJq6Y7wob0rDDx7Q2rZPp9lbNfnGACUjPyTiCIy8EsBMpPYvT4WZjb4Gd0Xq6zQ==
55165516

55175517
"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.11.1:
55185518
version "1.11.1"
@@ -5869,6 +5869,20 @@ boolbase@^1.0.0, boolbase@~1.0.0:
58695869
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
58705870
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
58715871

5872+
boxen@^3.0.0:
5873+
version "3.2.0"
5874+
resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb"
5875+
integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==
5876+
dependencies:
5877+
ansi-align "^3.0.0"
5878+
camelcase "^5.3.1"
5879+
chalk "^2.4.2"
5880+
cli-boxes "^2.2.0"
5881+
string-width "^3.0.0"
5882+
term-size "^1.2.0"
5883+
type-fest "^0.3.0"
5884+
widest-line "^2.0.0"
5885+
58725886
boxen@^4.1.0, boxen@^4.2.0:
58735887
version "4.2.0"
58745888
resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64"
@@ -6553,22 +6567,7 @@ chokidar@^2.0.4, chokidar@^2.1.8:
65536567
optionalDependencies:
65546568
fsevents "^1.2.7"
65556569

6556-
chokidar@^3.2.2, chokidar@^3.4.1:
6557-
version "3.4.1"
6558-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
6559-
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
6560-
dependencies:
6561-
anymatch "~3.1.1"
6562-
braces "~3.0.2"
6563-
glob-parent "~5.1.0"
6564-
is-binary-path "~2.1.0"
6565-
is-glob "~4.0.1"
6566-
normalize-path "~3.0.0"
6567-
readdirp "~3.4.0"
6568-
optionalDependencies:
6569-
fsevents "~2.1.2"
6570-
6571-
chokidar@^3.3.0:
6570+
chokidar@^3.2.2, chokidar@^3.3.0, chokidar@^3.4.1:
65726571
version "3.4.2"
65736572
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
65746573
integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
@@ -9317,6 +9316,19 @@ exec-sh@^0.3.2:
93179316
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5"
93189317
integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==
93199318

9319+
execa@^0.7.0:
9320+
version "0.7.0"
9321+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
9322+
integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=
9323+
dependencies:
9324+
cross-spawn "^5.0.1"
9325+
get-stream "^3.0.0"
9326+
is-stream "^1.1.0"
9327+
npm-run-path "^2.0.0"
9328+
p-finally "^1.0.0"
9329+
signal-exit "^3.0.0"
9330+
strip-eof "^1.0.0"
9331+
93209332
execa@^1.0.0:
93219333
version "1.0.0"
93229334
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
@@ -10156,10 +10168,10 @@ fuse.js@^3.6.1:
1015610168
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.6.1.tgz#7de85fdd6e1b3377c23ce010892656385fd9b10c"
1015710169
integrity sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==
1015810170

10159-
gatsby-cli@^2.12.80:
10160-
version "2.12.80"
10161-
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.80.tgz#3ef391ce9a40229b0da3301a8bdf83bc2ce8d82d"
10162-
integrity sha512-B8KUYMnepRSGexV4XjWhVAUUXy6TsmvUElQ0E3OgyI9RxpoKsCprJzhG96A+Df7Rgx+cPkV1fGArbOjfxnF4lQ==
10171+
gatsby-cli@^2.12.87:
10172+
version "2.12.87"
10173+
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.87.tgz#0b9a3ca313a713698a0350e39e13dc7095523a02"
10174+
integrity sha512-LB65Hh8hN/H5XSh6EnOnK1jpUiB9GqgaW9c4SeGayogenaWk2RAY4blkq7ncVunM5Nm+uKbY9bDM9TlFe+r2Bg==
1016310175
dependencies:
1016410176
"@babel/code-frame" "^7.10.3"
1016510177
"@hapi/joi" "^15.1.1"
@@ -10175,8 +10187,8 @@ gatsby-cli@^2.12.80:
1017510187
fs-exists-cached "^1.0.0"
1017610188
fs-extra "^8.1.0"
1017710189
gatsby-core-utils "^1.3.15"
10178-
gatsby-recipes "^0.2.10"
10179-
gatsby-telemetry "^1.3.26"
10190+
gatsby-recipes "^0.2.16"
10191+
gatsby-telemetry "^1.3.27"
1018010192
hosted-git-info "^3.0.4"
1018110193
ink "^2.7.1"
1018210194
ink-spinner "^3.1.0"
@@ -10191,7 +10203,7 @@ gatsby-cli@^2.12.80:
1019110203
react "^16.8.0"
1019210204
redux "^4.0.5"
1019310205
resolve-cwd "^3.0.0"
10194-
semver "^6.3.0"
10206+
semver "^7.3.2"
1019510207
signal-exit "^3.0.3"
1019610208
source-map "0.7.3"
1019710209
stack-trace "^0.0.10"
@@ -10329,18 +10341,18 @@ gatsby-plugin-mdx@^1.2.34:
1032910341
unist-util-remove "^1.0.3"
1033010342
unist-util-visit "^1.4.1"
1033110343

10332-
gatsby-plugin-page-creator@^2.3.20:
10333-
version "2.3.20"
10334-
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.20.tgz#7172680f178426cb35ae29175f4cf9a9afbefcd7"
10335-
integrity sha512-EtoKgXNXvkY5IA4XvBPhlM5TelR6R04e3fpcGWuYO4oqts/9Ih0GGI9CzUBRXNwM5MplNBUcUutyAwMtT9NzVA==
10344+
gatsby-plugin-page-creator@^2.3.22:
10345+
version "2.3.22"
10346+
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.22.tgz#8e4427b09beee321be0a1f9bf7d9f4e1b9008d06"
10347+
integrity sha512-XG3uZh/1uqsT/cpp/Oy7l15MR3yF6RqG/Mf4Vk0iYRZn6poveIh8Pw4nhPekwbrn8TGT7Fp/dv1Npkvs/E2kqw==
1033610348
dependencies:
10337-
"@babel/runtime" "^7.10.3"
10338-
bluebird "^3.7.2"
10349+
"@babel/traverse" "^7.10.2"
1033910350
fs-exists-cached "^1.0.0"
1034010351
gatsby-page-utils "^0.2.20"
10341-
glob "^7.1.6"
10352+
globby "^11.0.1"
10353+
graphql "^14.6.0"
1034210354
lodash "^4.17.15"
10343-
micromatch "^3.1.10"
10355+
slugify "^1.4.4"
1034410356

1034510357
gatsby-plugin-react-helmet@^3.3.10:
1034610358
version "3.3.10"
@@ -10363,18 +10375,18 @@ gatsby-plugin-tsconfig-paths@^1.0.2:
1036310375
dependencies:
1036410376
tsconfig-paths-webpack-plugin "^3.2.0"
1036510377

10366-
gatsby-plugin-typescript@^2.4.15, gatsby-plugin-typescript@^2.4.17:
10367-
version "2.4.17"
10368-
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.17.tgz#0d3c1ebe0915ce34cd1066fd9f8a58521b2e8a71"
10369-
integrity sha512-Bp0e2Nc3CYYfhYvvIO7DIZOzy6hlYDJFBE/rHPK9mu5RLX8THqNmT53579SJWx4ozSPCNK41EfPbAJdtEgEPaA==
10378+
gatsby-plugin-typescript@^2.4.15, gatsby-plugin-typescript@^2.4.18:
10379+
version "2.4.18"
10380+
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.18.tgz#9361ef69f149f68e55ebf2d3f773b9aafce75df8"
10381+
integrity sha512-irFd9xu+LjEmL7olcuUziVSb2yRf0nVWFwgaDb+l5rfU6HeKr3zyHuxLqBMwvXWTxu6gVs8sAJVXCcxxM4DbeA==
1037010382
dependencies:
1037110383
"@babel/core" "^7.10.3"
1037210384
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1"
1037310385
"@babel/plugin-proposal-numeric-separator" "^7.10.1"
1037410386
"@babel/plugin-proposal-optional-chaining" "^7.10.3"
1037510387
"@babel/preset-typescript" "^7.10.1"
1037610388
"@babel/runtime" "^7.10.3"
10377-
babel-plugin-remove-graphql-queries "^2.9.16"
10389+
babel-plugin-remove-graphql-queries "^2.9.17"
1037810390

1037910391
gatsby-react-router-scroll@^3.0.12:
1038010392
version "3.0.12"
@@ -10383,10 +10395,10 @@ gatsby-react-router-scroll@^3.0.12:
1038310395
dependencies:
1038410396
"@babel/runtime" "^7.10.3"
1038510397

10386-
gatsby-recipes@^0.2.10:
10387-
version "0.2.10"
10388-
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.2.10.tgz#ec9e56acd0cd39f544407a8d9dbeaf23e764e4e1"
10389-
integrity sha512-4iL9ZaZxIk1qTHCq+bFhT7edFJVuyWLInQKwQLsxxHIzM5DcizB21Lw62lzAOcACLiXzmJTofgVQOw+17c6Yhw==
10398+
gatsby-recipes@^0.2.16:
10399+
version "0.2.16"
10400+
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.2.16.tgz#ad59cc82275b19fe5d9697037cfaf1a8cb19ce88"
10401+
integrity sha512-Aq3zeg0kmzKlqiQWoONMz3cf/QdP/AjUEGNdUhEKyvwgd0d7K9may99ltrzcssLfhkLtv/+aPJllhQG//RQxqQ==
1039010402
dependencies:
1039110403
"@babel/core" "^7.9.6"
1039210404
"@babel/generator" "^7.9.6"
@@ -10425,18 +10437,20 @@ gatsby-recipes@^0.2.10:
1042510437
fs-extra "^8.1.0"
1042610438
gatsby-core-utils "^1.3.15"
1042710439
gatsby-interface "^0.0.166"
10428-
gatsby-telemetry "^1.3.26"
10440+
gatsby-telemetry "^1.3.27"
1042910441
glob "^7.1.6"
1043010442
graphql "^14.6.0"
1043110443
graphql-compose "^6.3.8"
1043210444
graphql-subscriptions "^1.1.0"
1043310445
graphql-type-json "^0.3.2"
1043410446
hicat "^0.7.0"
1043510447
html-tag-names "^1.1.5"
10448+
ink-box "^1.0.0"
1043610449
is-binary-path "^2.1.0"
1043710450
is-url "^1.2.4"
1043810451
isomorphic-fetch "^2.1.0"
1043910452
jest-diff "^25.5.0"
10453+
lock "^1.0.0"
1044010454
lodash "^4.17.15"
1044110455
mitt "^1.2.0"
1044210456
mkdirp "^0.5.1"
@@ -10491,10 +10505,10 @@ gatsby-source-filesystem@^2.3.24:
1049110505
valid-url "^1.0.9"
1049210506
xstate "^4.11.0"
1049310507

10494-
gatsby-telemetry@^1.3.26:
10495-
version "1.3.26"
10496-
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.26.tgz#c9b3845787ed47258da0d902d565f7c930534871"
10497-
integrity sha512-10DqlSw0mvuRcQfoYmYdt+XAZqECqCUY8wYWo1Vpg3BwSpRtaW2rFjDqPa+MZSB5qfBfL92urDw8g1uZZolBNQ==
10508+
gatsby-telemetry@^1.3.27:
10509+
version "1.3.27"
10510+
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.27.tgz#8e5bfa3509bcc99b11ecd5b0ed2a89f3bdc61dbb"
10511+
integrity sha512-cX3+6dB3Tc6KYebYjVL0DGBvlnlJ43whmkVDKlcsSHyOKMkQBaCD4cKav3Im6iFa3jhmj5Z2MH20oPC26tHSTQ==
1049810512
dependencies:
1049910513
"@babel/code-frame" "^7.10.3"
1050010514
"@babel/runtime" "^7.10.3"
@@ -10512,10 +10526,10 @@ gatsby-telemetry@^1.3.26:
1051210526
node-fetch "2.6.0"
1051310527
uuid "3.4.0"
1051410528

10515-
gatsby@^2.24.37:
10516-
version "2.24.37"
10517-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.37.tgz#d9b8d705db4776682a1dcce0e37052824e8d4663"
10518-
integrity sha512-WCrNQ9KUqTKV2mteZvJQ3m7Y7nakdJHAI8T6k+7prsDe9jCErzhWw+RtB3F309kpWnIEBH2ZfOk/sX9/DVFF+w==
10529+
gatsby@^2.24.47:
10530+
version "2.24.47"
10531+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.47.tgz#44f50af6304111c0e5b7f9e9b777103dc2245a93"
10532+
integrity sha512-+LLqdKqfVGpk0GyKMaWMnCqonVUyumg7a5fhODdZbDELmcNsQKtO5HShKs8ZbMm1PIIHewmU3uRlqRZygfAD6w==
1051910533
dependencies:
1052010534
"@babel/code-frame" "^7.10.3"
1052110535
"@babel/core" "^7.10.3"
@@ -10538,7 +10552,7 @@ gatsby@^2.24.37:
1053810552
babel-loader "^8.1.0"
1053910553
babel-plugin-add-module-exports "^0.3.3"
1054010554
babel-plugin-dynamic-import-node "^2.3.3"
10541-
babel-plugin-remove-graphql-queries "^2.9.16"
10555+
babel-plugin-remove-graphql-queries "^2.9.17"
1054210556
babel-preset-gatsby "^0.5.5"
1054310557
better-opn "1.0.0"
1054410558
better-queue "^3.8.10"
@@ -10578,15 +10592,15 @@ gatsby@^2.24.37:
1057810592
find-cache-dir "^3.3.1"
1057910593
fs-exists-cached "1.0.0"
1058010594
fs-extra "^8.1.0"
10581-
gatsby-cli "^2.12.80"
10595+
gatsby-cli "^2.12.87"
1058210596
gatsby-core-utils "^1.3.15"
1058310597
gatsby-graphiql-explorer "^0.4.12"
1058410598
gatsby-legacy-polyfills "^0.0.2"
1058510599
gatsby-link "^2.4.13"
10586-
gatsby-plugin-page-creator "^2.3.20"
10587-
gatsby-plugin-typescript "^2.4.17"
10600+
gatsby-plugin-page-creator "^2.3.22"
10601+
gatsby-plugin-typescript "^2.4.18"
1058810602
gatsby-react-router-scroll "^3.0.12"
10589-
gatsby-telemetry "^1.3.26"
10603+
gatsby-telemetry "^1.3.27"
1059010604
glob "^7.1.6"
1059110605
got "8.3.2"
1059210606
graphql "^14.6.0"
@@ -10632,7 +10646,7 @@ gatsby@^2.24.37:
1063210646
react-refresh "^0.7.0"
1063310647
redux "^4.0.5"
1063410648
redux-thunk "^2.3.0"
10635-
semver "^5.7.1"
10649+
semver "^7.3.2"
1063610650
shallow-compare "^1.2.2"
1063710651
signal-exit "^3.0.3"
1063810652
slugify "^1.4.4"
@@ -11923,6 +11937,14 @@ init-package-json@^1.10.3:
1192311937
validate-npm-package-license "^3.0.1"
1192411938
validate-npm-package-name "^3.0.0"
1192511939

11940+
ink-box@^1.0.0:
11941+
version "1.0.0"
11942+
resolved "https://registry.yarnpkg.com/ink-box/-/ink-box-1.0.0.tgz#8cbcb5541d32787d08d43acf1a9907e86e3572f3"
11943+
integrity sha512-wD2ldWX9lcE/6+flKbAJ0TZF7gKbTH8CRdhEor6DD8d+V0hPITrrGeST2reDBpCia8wiqHrdxrqTyafwtmVanA==
11944+
dependencies:
11945+
boxen "^3.0.0"
11946+
prop-types "^15.7.2"
11947+
1192611948
ink-spinner@^3.1.0:
1192711949
version "3.1.0"
1192811950
resolved "https://registry.yarnpkg.com/ink-spinner/-/ink-spinner-3.1.0.tgz#a1090102663bf3cc90f1dbfb81f143378a892300"
@@ -13699,6 +13721,11 @@ locate-path@^5.0.0:
1369913721
dependencies:
1370013722
p-locate "^4.1.0"
1370113723

13724+
lock@^1.0.0:
13725+
version "1.1.0"
13726+
resolved "https://registry.yarnpkg.com/lock/-/lock-1.1.0.tgz#53157499d1653b136ca66451071fca615703fa55"
13727+
integrity sha1-UxV0mdFlOxNspmRRBx/KYVcD+lU=
13728+
1370213729
lockfile@^1.0.4:
1370313730
version "1.0.4"
1370413731
resolved "https://registry.yarnpkg.com/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609"
@@ -20223,6 +20250,13 @@ temp-write@^3.4.0:
2022320250
temp-dir "^1.0.0"
2022420251
uuid "^3.0.1"
2022520252

20253+
term-size@^1.2.0:
20254+
version "1.2.0"
20255+
resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
20256+
integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=
20257+
dependencies:
20258+
execa "^0.7.0"
20259+
2022620260
term-size@^2.1.0:
2022720261
version "2.2.0"
2022820262
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.0.tgz#1f16adedfe9bdc18800e1776821734086fcc6753"
@@ -21663,7 +21697,7 @@ webpack-virtual-modules@^0.2.2:
2166321697
dependencies:
2166421698
debug "^3.0.0"
2166521699

21666-
webpack@^4.43.0:
21700+
webpack@^4.43.0, webpack@^4.44.0:
2166721701
version "4.44.1"
2166821702
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21"
2166921703
integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==
@@ -21692,35 +21726,6 @@ webpack@^4.43.0:
2169221726
watchpack "^1.7.4"
2169321727
webpack-sources "^1.4.1"
2169421728

21695-
webpack@^4.44.0:
21696-
version "4.44.0"
21697-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.0.tgz#3b08f88a89470175f036f4a9496b8a0428668802"
21698-
integrity sha512-wAuJxK123sqAw31SpkPiPW3iKHgFUiKvO7E7UZjtdExcsRe3fgav4mvoMM7vvpjLHVoJ6a0Mtp2fzkoA13e0Zw==
21699-
dependencies:
21700-
"@webassemblyjs/ast" "1.9.0"
21701-
"@webassemblyjs/helper-module-context" "1.9.0"
21702-
"@webassemblyjs/wasm-edit" "1.9.0"
21703-
"@webassemblyjs/wasm-parser" "1.9.0"
21704-
acorn "^6.4.1"
21705-
ajv "^6.10.2"
21706-
ajv-keywords "^3.4.1"
21707-
chrome-trace-event "^1.0.2"
21708-
enhanced-resolve "^4.3.0"
21709-
eslint-scope "^4.0.3"
21710-
json-parse-better-errors "^1.0.2"
21711-
loader-runner "^2.4.0"
21712-
loader-utils "^1.2.3"
21713-
memory-fs "^0.4.1"
21714-
micromatch "^3.1.10"
21715-
mkdirp "^0.5.3"
21716-
neo-async "^2.6.1"
21717-
node-libs-browser "^2.2.1"
21718-
schema-utils "^1.0.0"
21719-
tapable "^1.1.3"
21720-
terser-webpack-plugin "^1.4.3"
21721-
watchpack "^1.7.4"
21722-
webpack-sources "^1.4.1"
21723-
2172421729
webpack@~4.43.0:
2172521730
version "4.43.0"
2172621731
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6"
@@ -21849,6 +21854,13 @@ wide-align@^1.1.0:
2184921854
dependencies:
2185021855
string-width "^1.0.2 || 2"
2185121856

21857+
widest-line@^2.0.0:
21858+
version "2.0.1"
21859+
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
21860+
integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==
21861+
dependencies:
21862+
string-width "^2.1.1"
21863+
2185221864
widest-line@^3.1.0:
2185321865
version "3.1.0"
2185421866
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca"

0 commit comments

Comments
 (0)