Skip to content

Commit 14e5c20

Browse files
Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.9
1 parent 431da86 commit 14e5c20

File tree

4 files changed

+173
-39
lines changed

4 files changed

+173
-39
lines changed

REPOS/react/fixtures/flight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/core": "7.12.3",
88
"@babel/plugin-syntax-import-meta": "^7.10.4",
99
"@babel/register": "^7.7.0",
10-
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
10+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.9",
1111
"@svgr/webpack": "5.4.0",
1212
"@typescript-eslint/eslint-plugin": "^4.5.0",
1313
"@typescript-eslint/parser": "^4.5.0",

REPOS/react/fixtures/flight/yarn.lock

+65-18
Original file line numberDiff line numberDiff line change
@@ -1703,16 +1703,19 @@
17031703
dependencies:
17041704
mkdirp "^1.0.4"
17051705

1706-
"@pmmmwh/react-refresh-webpack-plugin@0.4.2":
1707-
version "0.4.2"
1708-
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.2.tgz#1f9741e0bde9790a0e13272082ed7272a083620d"
1709-
integrity sha512-Loc4UDGutcZ+Bd56hBInkm6JyjyCwWy4t2wcDXzN8EDPANgVRj0VP8Nxn0Zq2pc+WKauZwEivQgbDGg4xZO20A==
1706+
"@pmmmwh/react-refresh-webpack-plugin@0.5.9":
1707+
version "0.5.9"
1708+
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.9.tgz#35aae6624a6270ca7ad755800b7eec417fa6f830"
1709+
integrity sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==
17101710
dependencies:
1711-
ansi-html "^0.0.7"
1711+
ansi-html-community "^0.0.8"
1712+
common-path-prefix "^3.0.0"
1713+
core-js-pure "^3.23.3"
17121714
error-stack-parser "^2.0.6"
1713-
html-entities "^1.2.1"
1714-
native-url "^0.2.6"
1715-
schema-utils "^2.6.5"
1715+
find-up "^5.0.0"
1716+
html-entities "^2.1.0"
1717+
loader-utils "^2.0.3"
1718+
schema-utils "^3.0.0"
17161719
source-map "^0.7.3"
17171720

17181721
"@rollup/plugin-node-resolve@^7.1.1":
@@ -2504,7 +2507,12 @@ ansi-escapes@^4.3.1:
25042507
dependencies:
25052508
type-fest "^0.11.0"
25062509

2507-
ansi-html@0.0.7, ansi-html@^0.0.7:
2510+
ansi-html-community@^0.0.8:
2511+
version "0.0.8"
2512+
resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
2513+
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
2514+
2515+
ansi-html@0.0.7:
25082516
version "0.0.7"
25092517
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
25102518

@@ -3630,6 +3638,11 @@ commander@^4.1.1:
36303638
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
36313639
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
36323640

3641+
common-path-prefix@^3.0.0:
3642+
version "3.0.0"
3643+
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
3644+
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
3645+
36333646
common-tags@^1.8.0:
36343647
version "1.8.0"
36353648
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
@@ -3800,6 +3813,11 @@ core-js-pure@^3.0.0:
38003813
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.8.1.tgz#23f84048f366fdfcf52d3fd1c68fec349177d119"
38013814
integrity sha512-Se+LaxqXlVXGvmexKGPvnUIYC1jwXu1H6Pkyb3uBM5d8/NELMYCHs/4/roD7721NxrTLyv7e5nXd5/QLBO+10g==
38023815

3816+
core-js-pure@^3.23.3:
3817+
version "3.26.1"
3818+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.1.tgz#653f4d7130c427820dcecd3168b594e8bb095a33"
3819+
integrity sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ==
3820+
38033821
core-js@^2.4.0:
38043822
version "2.5.7"
38053823
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
@@ -5376,6 +5394,14 @@ find-up@^3.0.0:
53765394
dependencies:
53775395
locate-path "^3.0.0"
53785396

5397+
find-up@^5.0.0:
5398+
version "5.0.0"
5399+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
5400+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
5401+
dependencies:
5402+
locate-path "^6.0.0"
5403+
path-exists "^4.0.0"
5404+
53795405
flat-cache@^3.0.4:
53805406
version "3.0.4"
53815407
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -5894,11 +5920,16 @@ html-encoding-sniffer@^2.0.1:
58945920
dependencies:
58955921
whatwg-encoding "^1.0.5"
58965922

5897-
html-entities@^1.2.1, html-entities@^1.3.1:
5923+
html-entities@^1.3.1:
58985924
version "1.3.1"
58995925
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44"
59005926
integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==
59015927

5928+
html-entities@^2.1.0:
5929+
version "2.3.3"
5930+
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46"
5931+
integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==
5932+
59025933
html-escaper@^2.0.0:
59035934
version "2.0.2"
59045935
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -7333,6 +7364,15 @@ loader-utils@^1.4.0:
73337364
emojis-list "^3.0.0"
73347365
json5 "^1.0.1"
73357366

7367+
loader-utils@^2.0.3:
7368+
version "2.0.4"
7369+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
7370+
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
7371+
dependencies:
7372+
big.js "^5.2.2"
7373+
emojis-list "^3.0.0"
7374+
json5 "^2.1.2"
7375+
73367376
locate-path@^2.0.0:
73377377
version "2.0.0"
73387378
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
@@ -7354,6 +7394,13 @@ locate-path@^5.0.0:
73547394
dependencies:
73557395
p-locate "^4.1.0"
73567396

7397+
locate-path@^6.0.0:
7398+
version "6.0.0"
7399+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
7400+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
7401+
dependencies:
7402+
p-locate "^5.0.0"
7403+
73577404
lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0:
73587405
version "3.0.0"
73597406
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -7833,13 +7880,6 @@ nanomatch@^1.2.9:
78337880
snapdragon "^0.8.1"
78347881
to-regex "^3.0.1"
78357882

7836-
native-url@^0.2.6:
7837-
version "0.2.6"
7838-
resolved "https://registry.yarnpkg.com/native-url/-/native-url-0.2.6.tgz#ca1258f5ace169c716ff44eccbddb674e10399ae"
7839-
integrity sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==
7840-
dependencies:
7841-
querystring "^0.2.0"
7842-
78437883
natural-compare@^1.4.0:
78447884
version "1.4.0"
78457885
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8404,6 +8444,13 @@ p-locate@^4.1.0:
84048444
dependencies:
84058445
p-limit "^2.2.0"
84068446

8447+
p-locate@^5.0.0:
8448+
version "5.0.0"
8449+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
8450+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
8451+
dependencies:
8452+
p-limit "^3.0.2"
8453+
84078454
p-map@^2.0.0:
84088455
version "2.1.0"
84098456
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -9504,7 +9551,7 @@ querystring-es3@^0.2.0:
95049551
version "0.2.1"
95059552
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
95069553

9507-
querystring@0.2.0, querystring@^0.2.0:
9554+
querystring@0.2.0:
95089555
version "0.2.0"
95099556
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
95109557

REPOS/react/packages/react-devtools-scheduling-profiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"regenerator-runtime": "^0.13.7"
1818
},
1919
"devDependencies": {
20-
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.1",
20+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
2121
"@reach/menu-button": "^0.11.2",
2222
"@reach/tooltip": "^0.11.2",
2323
"babel-loader": "^8.1.0",

0 commit comments

Comments
 (0)