@@ -2601,13 +2601,14 @@ array-ify@^1.0.0:
2601
2601
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
2602
2602
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
2603
2603
2604
- array-includes@^3.0.3:
2605
- version "3.0.3 "
2606
- resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3 .tgz#184b48f62d92d7452bb31b323165c7f8bd02266d "
2607
- integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0 =
2604
+ array-includes@^3.0.3, array-includes@^3.1.1 :
2605
+ version "3.1.1 "
2606
+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1 .tgz#cdd67e6852bdf9c1215460786732255ed2459348 "
2607
+ integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ= =
2608
2608
dependencies:
2609
- define-properties "^1.1.2"
2610
- es-abstract "^1.7.0"
2609
+ define-properties "^1.1.3"
2610
+ es-abstract "^1.17.0"
2611
+ is-string "^1.0.5"
2611
2612
2612
2613
array-union@^1.0.1:
2613
2614
version "1.0.2"
@@ -5516,7 +5517,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
5516
5517
dependencies:
5517
5518
is-arrayish "^0.2.1"
5518
5519
5519
- es-abstract@^1.12.0, es-abstract@^1. 13.0, es-abstract@^1.15.0, es-abstract@^1.16.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.7.0 :
5520
+ es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.16.0, es-abstract@^1.4.3, es-abstract@^1.5.1:
5520
5521
version "1.16.0"
5521
5522
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d"
5522
5523
integrity sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==
@@ -5689,19 +5690,20 @@ eslint-plugin-jsx-a11y@^6.2.3:
5689
5690
jsx-ast-utils "^2.2.1"
5690
5691
5691
5692
eslint-plugin-react@^7.16.0:
5692
- version "7.16.0 "
5693
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0 .tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09 "
5694
- integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug ==
5693
+ version "7.18.3 "
5694
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3 .tgz#8be671b7f6be095098e79d27ac32f9580f599bc8 "
5695
+ integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg ==
5695
5696
dependencies:
5696
- array-includes "^3.0.3 "
5697
+ array-includes "^3.1.1 "
5697
5698
doctrine "^2.1.0"
5698
5699
has "^1.0.3"
5699
- jsx-ast-utils "^2.2.1 "
5700
- object.entries "^1.1.0 "
5701
- object.fromentries "^2.0.0 "
5702
- object.values "^1.1.0 "
5700
+ jsx-ast-utils "^2.2.3 "
5701
+ object.entries "^1.1.1 "
5702
+ object.fromentries "^2.0.2 "
5703
+ object.values "^1.1.1 "
5703
5704
prop-types "^15.7.2"
5704
- resolve "^1.12.0"
5705
+ resolve "^1.14.2"
5706
+ string.prototype.matchall "^4.0.2"
5705
5707
5706
5708
eslint-scope@^4.0.3:
5707
5709
version "4.0.3"
@@ -7869,6 +7871,11 @@ is-string@^1.0.4:
7869
7871
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
7870
7872
integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
7871
7873
7874
+ is-string@^1.0.5:
7875
+ version "1.0.5"
7876
+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
7877
+ integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
7878
+
7872
7879
is-subset@^0.1.1:
7873
7880
version "0.1.1"
7874
7881
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -8600,7 +8607,7 @@ jsprim@^1.2.2:
8600
8607
json-schema "0.2.3"
8601
8608
verror "1.10.0"
8602
8609
8603
- jsx-ast-utils@^2.2.1:
8610
+ jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3 :
8604
8611
version "2.2.3"
8605
8612
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
8606
8613
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
@@ -9894,27 +9901,17 @@ object.assign@^4.1.0:
9894
9901
has-symbols "^1.0.0"
9895
9902
object-keys "^1.0.11"
9896
9903
9897
- object.entries@^1.0.4, object.entries@^1.1.0:
9898
- version "1.1.0"
9899
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
9900
- integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
9901
- dependencies:
9902
- define-properties "^1.1.3"
9903
- es-abstract "^1.12.0"
9904
- function-bind "^1.1.1"
9905
- has "^1.0.3"
9906
-
9907
- object.fromentries@^2.0.0, "object.fromentries@^2.0.0 || ^1.0.0":
9908
- version "2.0.1"
9909
- resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
9910
- integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
9904
+ object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.1:
9905
+ version "1.1.1"
9906
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
9907
+ integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
9911
9908
dependencies:
9912
9909
define-properties "^1.1.3"
9913
- es-abstract "^1.15.0 "
9910
+ es-abstract "^1.17.0-next.1 "
9914
9911
function-bind "^1.1.1"
9915
9912
has "^1.0.3"
9916
9913
9917
- object.fromentries@^2.0.2:
9914
+ "object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.2:
9918
9915
version "2.0.2"
9919
9916
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
9920
9917
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
@@ -12160,10 +12157,10 @@ resolve@1.1.7:
12160
12157
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
12161
12158
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
12162
12159
12163
- resolve@^1.1.5, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0:
12164
- version "1.12 .0"
12165
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12 .0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6 "
12166
- integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w ==
12160
+ resolve@^1.1.5, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1. 3.2, resolve@^1.4.0, resolve@^1.5.0:
12161
+ version "1.15 .0"
12162
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15 .0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5 "
12163
+ integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw ==
12167
12164
dependencies:
12168
12165
path-parse "^1.0.6"
12169
12166
@@ -13054,7 +13051,7 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
13054
13051
is-fullwidth-code-point "^3.0.0"
13055
13052
strip-ansi "^6.0.0"
13056
13053
13057
- "string.prototype.matchall@^4.0.0 || ^3.0.1":
13054
+ "string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.2 :
13058
13055
version "4.0.2"
13059
13056
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e"
13060
13057
integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==
0 commit comments