Skip to content

Commit b78cc01

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.29.3
1 parent 752b9b3 commit b78cc01

File tree

2 files changed

+62
-177
lines changed

2 files changed

+62
-177
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-import": "2.25.2",
6464
"eslint-plugin-jsx-a11y": "6.4.1",
6565
"eslint-plugin-prettier": "3.4.1",
66-
"eslint-plugin-react": "7.26.1",
66+
"eslint-plugin-react": "7.29.3",
6767
"jest": "23.6.0",
6868
"prettier": "1.19.1",
6969
"prop-types": "15.7.2",

yarn.lock

Lines changed: 61 additions & 176 deletions
Original file line numberDiff line numberDiff line change
@@ -921,17 +921,6 @@ array-includes@^3.1.1:
921921
es-abstract "^1.17.0"
922922
is-string "^1.0.5"
923923

924-
array-includes@^3.1.3:
925-
version "3.1.3"
926-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
927-
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
928-
dependencies:
929-
call-bind "^1.0.2"
930-
define-properties "^1.1.3"
931-
es-abstract "^1.18.0-next.2"
932-
get-intrinsic "^1.1.1"
933-
is-string "^1.0.5"
934-
935924
array-includes@^3.1.4:
936925
version "3.1.4"
937926
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
@@ -1006,15 +995,14 @@ array.prototype.flatmap@^1.2.1:
1006995
es-abstract "^1.10.0"
1007996
function-bind "^1.1.1"
1008997

1009-
array.prototype.flatmap@^1.2.4:
1010-
version "1.2.4"
1011-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
1012-
integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==
998+
array.prototype.flatmap@^1.2.5:
999+
version "1.2.5"
1000+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
1001+
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
10131002
dependencies:
10141003
call-bind "^1.0.0"
10151004
define-properties "^1.1.3"
1016-
es-abstract "^1.18.0-next.1"
1017-
function-bind "^1.1.1"
1005+
es-abstract "^1.19.0"
10181006

10191007
arrify@^1.0.1:
10201008
version "1.0.1"
@@ -4205,74 +4193,6 @@ es-abstract@^1.18.0-next.1:
42054193
string.prototype.trimend "^1.0.3"
42064194
string.prototype.trimstart "^1.0.3"
42074195

4208-
es-abstract@^1.18.0-next.2:
4209-
version "1.18.0"
4210-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4"
4211-
integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==
4212-
dependencies:
4213-
call-bind "^1.0.2"
4214-
es-to-primitive "^1.2.1"
4215-
function-bind "^1.1.1"
4216-
get-intrinsic "^1.1.1"
4217-
has "^1.0.3"
4218-
has-symbols "^1.0.2"
4219-
is-callable "^1.2.3"
4220-
is-negative-zero "^2.0.1"
4221-
is-regex "^1.1.2"
4222-
is-string "^1.0.5"
4223-
object-inspect "^1.9.0"
4224-
object-keys "^1.1.1"
4225-
object.assign "^4.1.2"
4226-
string.prototype.trimend "^1.0.4"
4227-
string.prototype.trimstart "^1.0.4"
4228-
unbox-primitive "^1.0.0"
4229-
4230-
es-abstract@^1.18.1:
4231-
version "1.18.6"
4232-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
4233-
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
4234-
dependencies:
4235-
call-bind "^1.0.2"
4236-
es-to-primitive "^1.2.1"
4237-
function-bind "^1.1.1"
4238-
get-intrinsic "^1.1.1"
4239-
get-symbol-description "^1.0.0"
4240-
has "^1.0.3"
4241-
has-symbols "^1.0.2"
4242-
internal-slot "^1.0.3"
4243-
is-callable "^1.2.4"
4244-
is-negative-zero "^2.0.1"
4245-
is-regex "^1.1.4"
4246-
is-string "^1.0.7"
4247-
object-inspect "^1.11.0"
4248-
object-keys "^1.1.1"
4249-
object.assign "^4.1.2"
4250-
string.prototype.trimend "^1.0.4"
4251-
string.prototype.trimstart "^1.0.4"
4252-
unbox-primitive "^1.0.1"
4253-
4254-
es-abstract@^1.18.2:
4255-
version "1.18.3"
4256-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
4257-
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
4258-
dependencies:
4259-
call-bind "^1.0.2"
4260-
es-to-primitive "^1.2.1"
4261-
function-bind "^1.1.1"
4262-
get-intrinsic "^1.1.1"
4263-
has "^1.0.3"
4264-
has-symbols "^1.0.2"
4265-
is-callable "^1.2.3"
4266-
is-negative-zero "^2.0.1"
4267-
is-regex "^1.1.3"
4268-
is-string "^1.0.6"
4269-
object-inspect "^1.10.3"
4270-
object-keys "^1.1.1"
4271-
object.assign "^4.1.2"
4272-
string.prototype.trimend "^1.0.4"
4273-
string.prototype.trimstart "^1.0.4"
4274-
unbox-primitive "^1.0.1"
4275-
42764196
es-abstract@^1.19.0, es-abstract@^1.19.1:
42774197
version "1.19.1"
42784198
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
@@ -4520,25 +4440,25 @@ [email protected]:
45204440
dependencies:
45214441
prettier-linter-helpers "^1.0.0"
45224442

4523-
eslint-plugin-react@7.26.1:
4524-
version "7.26.1"
4525-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
4526-
integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
4443+
eslint-plugin-react@7.29.3:
4444+
version "7.29.3"
4445+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz#f4eab757f2756d25d6d4c2a58a9e20b004791f05"
4446+
integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==
45274447
dependencies:
4528-
array-includes "^3.1.3"
4529-
array.prototype.flatmap "^1.2.4"
4448+
array-includes "^3.1.4"
4449+
array.prototype.flatmap "^1.2.5"
45304450
doctrine "^2.1.0"
4531-
estraverse "^5.2.0"
4451+
estraverse "^5.3.0"
45324452
jsx-ast-utils "^2.4.1 || ^3.0.0"
4533-
minimatch "^3.0.4"
4534-
object.entries "^1.1.4"
4535-
object.fromentries "^2.0.4"
4536-
object.hasown "^1.0.0"
4537-
object.values "^1.1.4"
4538-
prop-types "^15.7.2"
4453+
minimatch "^3.1.2"
4454+
object.entries "^1.1.5"
4455+
object.fromentries "^2.0.5"
4456+
object.hasown "^1.1.0"
4457+
object.values "^1.1.5"
4458+
prop-types "^15.8.1"
45394459
resolve "^2.0.0-next.3"
45404460
semver "^6.3.0"
4541-
string.prototype.matchall "^4.0.5"
4461+
string.prototype.matchall "^4.0.6"
45424462

45434463
eslint-scope@^5.0.0:
45444464
version "5.0.0"
@@ -4652,10 +4572,10 @@ estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
46524572
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
46534573
integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=
46544574

4655-
estraverse@^5.2.0:
4656-
version "5.2.0"
4657-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
4658-
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
4575+
estraverse@^5.3.0:
4576+
version "5.3.0"
4577+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
4578+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
46594579

46604580
estree-walker@^0.2.1:
46614581
version "0.2.1"
@@ -5642,7 +5562,7 @@ has-ansi@^2.0.0:
56425562
dependencies:
56435563
ansi-regex "^2.0.0"
56445564

5645-
has-bigints@^1.0.0, has-bigints@^1.0.1:
5565+
has-bigints@^1.0.1:
56465566
version "1.0.1"
56475567
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
56485568
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
@@ -6358,11 +6278,6 @@ is-callable@^1.2.2:
63586278
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
63596279
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
63606280

6361-
is-callable@^1.2.3:
6362-
version "1.2.3"
6363-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
6364-
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
6365-
63666281
is-callable@^1.2.4:
63676282
version "1.2.4"
63686283
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
@@ -6672,22 +6587,6 @@ is-regex@^1.1.1:
66726587
dependencies:
66736588
has-symbols "^1.0.1"
66746589

6675-
is-regex@^1.1.2:
6676-
version "1.1.2"
6677-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251"
6678-
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
6679-
dependencies:
6680-
call-bind "^1.0.2"
6681-
has-symbols "^1.0.1"
6682-
6683-
is-regex@^1.1.3:
6684-
version "1.1.3"
6685-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
6686-
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
6687-
dependencies:
6688-
call-bind "^1.0.2"
6689-
has-symbols "^1.0.2"
6690-
66916590
is-regex@^1.1.4:
66926591
version "1.1.4"
66936592
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
@@ -6728,11 +6627,6 @@ is-string@^1.0.5:
67286627
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
67296628
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
67306629

6731-
is-string@^1.0.6:
6732-
version "1.0.6"
6733-
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
6734-
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
6735-
67366630
is-string@^1.0.7:
67376631
version "1.0.7"
67386632
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
@@ -8037,6 +7931,13 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
80377931
dependencies:
80387932
brace-expansion "^1.1.7"
80397933

7934+
minimatch@^3.1.2:
7935+
version "3.1.2"
7936+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
7937+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
7938+
dependencies:
7939+
brace-expansion "^1.1.7"
7940+
80407941
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
80417942
version "1.2.5"
80427943
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -8612,11 +8513,6 @@ object-copy@^0.1.0:
86128513
define-property "^0.2.5"
86138514
kind-of "^3.0.3"
86148515

8615-
object-inspect@^1.10.3:
8616-
version "1.10.3"
8617-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
8618-
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
8619-
86208516
object-inspect@^1.11.0:
86218517
version "1.11.0"
86228518
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
@@ -8741,14 +8637,14 @@ object.entries@^1.1.2:
87418637
es-abstract "^1.17.5"
87428638
has "^1.0.3"
87438639

8744-
object.entries@^1.1.4:
8745-
version "1.1.4"
8746-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
8747-
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
8640+
object.entries@^1.1.5:
8641+
version "1.1.5"
8642+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
8643+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
87488644
dependencies:
87498645
call-bind "^1.0.2"
87508646
define-properties "^1.1.3"
8751-
es-abstract "^1.18.2"
8647+
es-abstract "^1.19.1"
87528648

87538649
object.fromentries@^1.0.0:
87548650
version "1.0.0"
@@ -8770,15 +8666,14 @@ object.fromentries@^2.0.3:
87708666
es-abstract "^1.18.0-next.1"
87718667
has "^1.0.3"
87728668

8773-
object.fromentries@^2.0.4:
8774-
version "2.0.4"
8775-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
8776-
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
8669+
object.fromentries@^2.0.5:
8670+
version "2.0.5"
8671+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
8672+
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
87778673
dependencies:
87788674
call-bind "^1.0.2"
87798675
define-properties "^1.1.3"
8780-
es-abstract "^1.18.0-next.2"
8781-
has "^1.0.3"
8676+
es-abstract "^1.19.1"
87828677

87838678
object.getownpropertydescriptors@^2.0.3:
87848679
version "2.0.3"
@@ -8788,13 +8683,13 @@ object.getownpropertydescriptors@^2.0.3:
87888683
define-properties "^1.1.2"
87898684
es-abstract "^1.5.1"
87908685

8791-
object.hasown@^1.0.0:
8792-
version "1.0.0"
8793-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
8794-
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
8686+
object.hasown@^1.1.0:
8687+
version "1.1.0"
8688+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
8689+
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
87958690
dependencies:
87968691
define-properties "^1.1.3"
8797-
es-abstract "^1.18.1"
8692+
es-abstract "^1.19.1"
87988693

87998694
object.omit@^2.0.0:
88008695
version "2.0.1"
@@ -8841,15 +8736,6 @@ object.values@^1.1.2:
88418736
es-abstract "^1.18.0-next.1"
88428737
has "^1.0.3"
88438738

8844-
object.values@^1.1.4:
8845-
version "1.1.4"
8846-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
8847-
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
8848-
dependencies:
8849-
call-bind "^1.0.2"
8850-
define-properties "^1.1.3"
8851-
es-abstract "^1.18.2"
8852-
88538739
object.values@^1.1.5:
88548740
version "1.1.5"
88558741
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
@@ -9753,6 +9639,15 @@ prop-types@^15.6.0:
97539639
loose-envify "^1.3.1"
97549640
object-assign "^4.1.1"
97559641

9642+
prop-types@^15.8.1:
9643+
version "15.8.1"
9644+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
9645+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
9646+
dependencies:
9647+
loose-envify "^1.4.0"
9648+
object-assign "^4.1.1"
9649+
react-is "^16.13.1"
9650+
97569651
protocols@^1.1.0, protocols@^1.4.0:
97579652
version "1.4.6"
97589653
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.6.tgz#f8bb263ea1b5fd7a7604d26b8be39bd77678bf8a"
@@ -11501,14 +11396,14 @@ string.prototype.matchall@^3.0.0:
1150111396
has-symbols "^1.0.0"
1150211397
regexp.prototype.flags "^1.2.0"
1150311398

11504-
string.prototype.matchall@^4.0.5:
11505-
version "4.0.5"
11506-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
11507-
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
11399+
string.prototype.matchall@^4.0.6:
11400+
version "4.0.6"
11401+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
11402+
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
1150811403
dependencies:
1150911404
call-bind "^1.0.2"
1151011405
define-properties "^1.1.3"
11511-
es-abstract "^1.18.2"
11406+
es-abstract "^1.19.1"
1151211407
get-intrinsic "^1.1.1"
1151311408
has-symbols "^1.0.2"
1151411409
internal-slot "^1.0.3"
@@ -12155,16 +12050,6 @@ uid-number@^0.0.6:
1215512050
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
1215612051
integrity sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=
1215712052

12158-
unbox-primitive@^1.0.0:
12159-
version "1.0.0"
12160-
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.0.tgz#eeacbc4affa28e9b3d36b5eaeccc50b3251b1d3f"
12161-
integrity sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==
12162-
dependencies:
12163-
function-bind "^1.1.1"
12164-
has-bigints "^1.0.0"
12165-
has-symbols "^1.0.0"
12166-
which-boxed-primitive "^1.0.1"
12167-
1216812053
unbox-primitive@^1.0.1:
1216912054
version "1.0.1"
1217012055
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
@@ -12579,7 +12464,7 @@ whet.extend@~0.9.9:
1257912464
resolved "https://registry.yarnpkg.com/whet.extend/-/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1"
1258012465
integrity sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=
1258112466

12582-
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
12467+
which-boxed-primitive@^1.0.2:
1258312468
version "1.0.2"
1258412469
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
1258512470
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==

0 commit comments

Comments
 (0)