Skip to content

Commit d9108ea

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency eslint-plugin-react to v7.27.1
1 parent e508cd4 commit d9108ea

File tree

2 files changed

+52
-139
lines changed

2 files changed

+52
-139
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"css-loader": "3.6.0",
3838
"eslint": "5.16.0",
3939
"eslint-loader": "2.2.1",
40-
"eslint-plugin-react": "7.26.1",
40+
"eslint-plugin-react": "7.27.1",
4141
"jest": "24.9.0",
4242
"jest-cli": "24.9.0",
4343
"node-fetch": "2.6.6",

yarn.lock

Lines changed: 51 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -3282,16 +3282,16 @@ array-includes@^3.1.1:
32823282
es-abstract "^1.17.0"
32833283
is-string "^1.0.5"
32843284

3285-
array-includes@^3.1.3:
3286-
version "3.1.3"
3287-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
3288-
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
3285+
array-includes@^3.1.4:
3286+
version "3.1.4"
3287+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
3288+
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
32893289
dependencies:
32903290
call-bind "^1.0.2"
32913291
define-properties "^1.1.3"
3292-
es-abstract "^1.18.0-next.2"
3292+
es-abstract "^1.19.1"
32933293
get-intrinsic "^1.1.1"
3294-
is-string "^1.0.5"
3294+
is-string "^1.0.7"
32953295

32963296
array-union@^1.0.1:
32973297
version "1.0.2"
@@ -3315,15 +3315,14 @@ array-unique@^0.3.2:
33153315
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
33163316
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
33173317

3318-
array.prototype.flatmap@^1.2.4:
3319-
version "1.2.4"
3320-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
3321-
integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==
3318+
array.prototype.flatmap@^1.2.5:
3319+
version "1.2.5"
3320+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
3321+
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
33223322
dependencies:
33233323
call-bind "^1.0.0"
33243324
define-properties "^1.1.3"
3325-
es-abstract "^1.18.0-next.1"
3326-
function-bind "^1.1.1"
3325+
es-abstract "^1.19.0"
33273326

33283327
arrify@^1.0.1:
33293328
version "1.0.1"
@@ -5476,51 +5475,7 @@ es-abstract@^1.18.0-next.0:
54765475
string.prototype.trimend "^1.0.1"
54775476
string.prototype.trimstart "^1.0.1"
54785477

5479-
es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
5480-
version "1.18.0"
5481-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4"
5482-
integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==
5483-
dependencies:
5484-
call-bind "^1.0.2"
5485-
es-to-primitive "^1.2.1"
5486-
function-bind "^1.1.1"
5487-
get-intrinsic "^1.1.1"
5488-
has "^1.0.3"
5489-
has-symbols "^1.0.2"
5490-
is-callable "^1.2.3"
5491-
is-negative-zero "^2.0.1"
5492-
is-regex "^1.1.2"
5493-
is-string "^1.0.5"
5494-
object-inspect "^1.9.0"
5495-
object-keys "^1.1.1"
5496-
object.assign "^4.1.2"
5497-
string.prototype.trimend "^1.0.4"
5498-
string.prototype.trimstart "^1.0.4"
5499-
unbox-primitive "^1.0.0"
5500-
5501-
es-abstract@^1.18.2:
5502-
version "1.18.3"
5503-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
5504-
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
5505-
dependencies:
5506-
call-bind "^1.0.2"
5507-
es-to-primitive "^1.2.1"
5508-
function-bind "^1.1.1"
5509-
get-intrinsic "^1.1.1"
5510-
has "^1.0.3"
5511-
has-symbols "^1.0.2"
5512-
is-callable "^1.2.3"
5513-
is-negative-zero "^2.0.1"
5514-
is-regex "^1.1.3"
5515-
is-string "^1.0.6"
5516-
object-inspect "^1.10.3"
5517-
object-keys "^1.1.1"
5518-
object.assign "^4.1.2"
5519-
string.prototype.trimend "^1.0.4"
5520-
string.prototype.trimstart "^1.0.4"
5521-
unbox-primitive "^1.0.1"
5522-
5523-
es-abstract@^1.19.1:
5478+
es-abstract@^1.19.0, es-abstract@^1.19.1:
55245479
version "1.19.1"
55255480
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
55265481
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
@@ -5625,25 +5580,25 @@ [email protected]:
56255580
object-hash "^1.1.4"
56265581
rimraf "^2.6.1"
56275582

5628-
eslint-plugin-react@7.26.1:
5629-
version "7.26.1"
5630-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
5631-
integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
5583+
eslint-plugin-react@7.27.1:
5584+
version "7.27.1"
5585+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz#469202442506616f77a854d91babaae1ec174b45"
5586+
integrity sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==
56325587
dependencies:
5633-
array-includes "^3.1.3"
5634-
array.prototype.flatmap "^1.2.4"
5588+
array-includes "^3.1.4"
5589+
array.prototype.flatmap "^1.2.5"
56355590
doctrine "^2.1.0"
5636-
estraverse "^5.2.0"
5591+
estraverse "^5.3.0"
56375592
jsx-ast-utils "^2.4.1 || ^3.0.0"
56385593
minimatch "^3.0.4"
5639-
object.entries "^1.1.4"
5640-
object.fromentries "^2.0.4"
5641-
object.hasown "^1.0.0"
5642-
object.values "^1.1.4"
5594+
object.entries "^1.1.5"
5595+
object.fromentries "^2.0.5"
5596+
object.hasown "^1.1.0"
5597+
object.values "^1.1.5"
56435598
prop-types "^15.7.2"
56445599
resolve "^2.0.0-next.3"
56455600
semver "^6.3.0"
5646-
string.prototype.matchall "^4.0.5"
5601+
string.prototype.matchall "^4.0.6"
56475602

56485603
eslint-scope@^4.0.3:
56495604
version "4.0.3"
@@ -5743,10 +5698,10 @@ estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
57435698
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
57445699
integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=
57455700

5746-
estraverse@^5.2.0:
5747-
version "5.2.0"
5748-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
5749-
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
5701+
estraverse@^5.3.0:
5702+
version "5.3.0"
5703+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
5704+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
57505705

57515706
esutils@^2.0.2:
57525707
version "2.0.2"
@@ -6739,7 +6694,7 @@ has-ansi@^2.0.0:
67396694
dependencies:
67406695
ansi-regex "^2.0.0"
67416696

6742-
has-bigints@^1.0.0, has-bigints@^1.0.1:
6697+
has-bigints@^1.0.1:
67436698
version "1.0.1"
67446699
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
67456700
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -7338,11 +7293,6 @@ is-callable@^1.2.2:
73387293
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
73397294
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
73407295

7341-
is-callable@^1.2.3:
7342-
version "1.2.3"
7343-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
7344-
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
7345-
73467296
is-callable@^1.2.4:
73477297
version "1.2.4"
73487298
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
@@ -7594,22 +7544,6 @@ is-regex@^1.1.1:
75947544
dependencies:
75957545
has-symbols "^1.0.1"
75967546

7597-
is-regex@^1.1.2:
7598-
version "1.1.2"
7599-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251"
7600-
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
7601-
dependencies:
7602-
call-bind "^1.0.2"
7603-
has-symbols "^1.0.1"
7604-
7605-
is-regex@^1.1.3:
7606-
version "1.1.3"
7607-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
7608-
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
7609-
dependencies:
7610-
call-bind "^1.0.2"
7611-
has-symbols "^1.0.2"
7612-
76137547
is-regex@^1.1.4:
76147548
version "1.1.4"
76157549
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
@@ -7643,11 +7577,6 @@ is-string@^1.0.5:
76437577
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
76447578
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
76457579

7646-
is-string@^1.0.6:
7647-
version "1.0.6"
7648-
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
7649-
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
7650-
76517580
is-string@^1.0.7:
76527581
version "1.0.7"
76537582
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
@@ -9809,11 +9738,6 @@ object-hash@^1.1.4:
98099738
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
98109739
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
98119740

9812-
object-inspect@^1.10.3:
9813-
version "1.10.3"
9814-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
9815-
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
9816-
98179741
object-inspect@^1.11.0:
98189742
version "1.11.0"
98199743
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
@@ -9881,24 +9805,23 @@ object.assign@^4.1.2:
98819805
has-symbols "^1.0.1"
98829806
object-keys "^1.1.1"
98839807

9884-
object.entries@^1.1.4:
9885-
version "1.1.4"
9886-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
9887-
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
9808+
object.entries@^1.1.5:
9809+
version "1.1.5"
9810+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
9811+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
98889812
dependencies:
98899813
call-bind "^1.0.2"
98909814
define-properties "^1.1.3"
9891-
es-abstract "^1.18.2"
9815+
es-abstract "^1.19.1"
98929816

9893-
object.fromentries@^2.0.4:
9894-
version "2.0.4"
9895-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
9896-
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
9817+
object.fromentries@^2.0.5:
9818+
version "2.0.5"
9819+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
9820+
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
98979821
dependencies:
98989822
call-bind "^1.0.2"
98999823
define-properties "^1.1.3"
9900-
es-abstract "^1.18.0-next.2"
9901-
has "^1.0.3"
9824+
es-abstract "^1.19.1"
99029825

99039826
object.getownpropertydescriptors@^2.0.3:
99049827
version "2.0.3"
@@ -9908,7 +9831,7 @@ object.getownpropertydescriptors@^2.0.3:
99089831
define-properties "^1.1.2"
99099832
es-abstract "^1.5.1"
99109833

9911-
object.hasown@^1.0.0:
9834+
object.hasown@^1.1.0:
99129835
version "1.1.0"
99139836
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
99149837
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
@@ -9923,14 +9846,14 @@ object.pick@^1.3.0:
99239846
dependencies:
99249847
isobject "^3.0.1"
99259848

9926-
object.values@^1.1.4:
9927-
version "1.1.4"
9928-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
9929-
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
9849+
object.values@^1.1.5:
9850+
version "1.1.5"
9851+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
9852+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
99309853
dependencies:
99319854
call-bind "^1.0.2"
99329855
define-properties "^1.1.3"
9933-
es-abstract "^1.18.2"
9856+
es-abstract "^1.19.1"
99349857

99359858
obuf@^1.0.0, obuf@^1.1.2:
99369859
version "1.1.2"
@@ -12513,14 +12436,14 @@ string-width@^4.1.0, string-width@^4.2.0:
1251312436
is-fullwidth-code-point "^3.0.0"
1251412437
strip-ansi "^6.0.0"
1251512438

12516-
string.prototype.matchall@^4.0.5:
12517-
version "4.0.5"
12518-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
12519-
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
12439+
string.prototype.matchall@^4.0.6:
12440+
version "4.0.6"
12441+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
12442+
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
1252012443
dependencies:
1252112444
call-bind "^1.0.2"
1252212445
define-properties "^1.1.3"
12523-
es-abstract "^1.18.2"
12446+
es-abstract "^1.19.1"
1252412447
get-intrinsic "^1.1.1"
1252512448
has-symbols "^1.0.2"
1252612449
internal-slot "^1.0.3"
@@ -13097,16 +13020,6 @@ umask@^1.1.0, umask@~1.1.0:
1309713020
resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
1309813021
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
1309913022

13100-
unbox-primitive@^1.0.0:
13101-
version "1.0.0"
13102-
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.0.tgz#eeacbc4affa28e9b3d36b5eaeccc50b3251b1d3f"
13103-
integrity sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==
13104-
dependencies:
13105-
function-bind "^1.1.1"
13106-
has-bigints "^1.0.0"
13107-
has-symbols "^1.0.0"
13108-
which-boxed-primitive "^1.0.1"
13109-
1311013023
unbox-primitive@^1.0.1:
1311113024
version "1.0.1"
1311213025
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
@@ -13662,7 +13575,7 @@ whatwg-url@^7.0.0:
1366213575
tr46 "^1.0.1"
1366313576
webidl-conversions "^4.0.2"
1366413577

13665-
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
13578+
which-boxed-primitive@^1.0.2:
1366613579
version "1.0.2"
1366713580
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
1366813581
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)