@@ -4082,6 +4082,30 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
40824082 string.prototype.trimstart "^1.0.4"
40834083 unbox-primitive "^1.0.1"
40844084
4085+ es-abstract@^1.18.1 :
4086+ version "1.18.6"
4087+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
4088+ integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
4089+ dependencies :
4090+ call-bind "^1.0.2"
4091+ es-to-primitive "^1.2.1"
4092+ function-bind "^1.1.1"
4093+ get-intrinsic "^1.1.1"
4094+ get-symbol-description "^1.0.0"
4095+ has "^1.0.3"
4096+ has-symbols "^1.0.2"
4097+ internal-slot "^1.0.3"
4098+ is-callable "^1.2.4"
4099+ is-negative-zero "^2.0.1"
4100+ is-regex "^1.1.4"
4101+ is-string "^1.0.7"
4102+ object-inspect "^1.11.0"
4103+ object-keys "^1.1.1"
4104+ object.assign "^4.1.2"
4105+ string.prototype.trimend "^1.0.4"
4106+ string.prototype.trimstart "^1.0.4"
4107+ unbox-primitive "^1.0.1"
4108+
40854109es-to-primitive@^1.2.1 :
40864110 version "1.2.1"
40874111 resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -4211,19 +4235,19 @@ eslint-plugin-react-hooks@^4.2.0:
42114235 integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
42124236
42134237eslint-plugin-react@^7.24.0 :
4214- version "7.25.2 "
4215- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.2 .tgz#d567a217d306b76dd110561f28074e2328ae38f8 "
4216- integrity sha512-elx4585wgmryanJK4C5IoSKQyVZ+e7H0t2JOOtJNBql0cuercvSShvRReuLBbfx8687yW5yv+UL7pXwMsd6adQ ==
4238+ version "7.25.3 "
4239+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.3 .tgz#3333a974772745ddb3aecea84621019b635766bc "
4240+ integrity sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w ==
42174241 dependencies :
42184242 array-includes "^3.1.3"
42194243 array.prototype.flatmap "^1.2.4"
42204244 doctrine "^2.1.0"
42214245 estraverse "^5.2.0"
4222- has "^1.0.3"
42234246 jsx-ast-utils "^2.4.1 || ^3.0.0"
42244247 minimatch "^3.0.4"
42254248 object.entries "^1.1.4"
42264249 object.fromentries "^2.0.4"
4250+ object.hasown "^1.0.0"
42274251 object.values "^1.1.4"
42284252 prop-types "^15.7.2"
42294253 resolve "^2.0.0-next.3"
@@ -4663,6 +4687,14 @@ get-stream@^6.0.0:
46634687 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.0.tgz#3e0012cb6827319da2706e601a1583e8629a6718"
46644688 integrity sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==
46654689
4690+ get-symbol-description@^1.0.0 :
4691+ version "1.0.0"
4692+ resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
4693+ integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
4694+ dependencies :
4695+ call-bind "^1.0.2"
4696+ get-intrinsic "^1.1.1"
4697+
46664698getpass@^0.1.1 :
46674699 version "0.1.7"
46684700 resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
@@ -4841,6 +4873,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
48414873 resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
48424874 integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
48434875
4876+ has-tostringtag@^1.0.0 :
4877+ version "1.0.0"
4878+ resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
4879+ integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
4880+ dependencies :
4881+ has-symbols "^1.0.2"
4882+
48444883has-unicode@^2.0.0, has-unicode@^2.0.1 :
48454884 version "2.0.1"
48464885 resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -5102,6 +5141,11 @@ is-callable@^1.1.4, is-callable@^1.2.3:
51025141 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
51035142 integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
51045143
5144+ is-callable@^1.2.4 :
5145+ version "1.2.4"
5146+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
5147+ integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
5148+
51055149is-ci@^2.0.0 :
51065150 version "2.0.0"
51075151 resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -5237,6 +5281,14 @@ is-regex@^1.1.3:
52375281 call-bind "^1.0.2"
52385282 has-symbols "^1.0.2"
52395283
5284+ is-regex@^1.1.4 :
5285+ version "1.1.4"
5286+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
5287+ integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
5288+ dependencies :
5289+ call-bind "^1.0.2"
5290+ has-tostringtag "^1.0.0"
5291+
52405292is-regexp@^1.0.0 :
52415293 version "1.0.0"
52425294 resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -5259,6 +5311,13 @@ is-string@^1.0.5, is-string@^1.0.6:
52595311 resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
52605312 integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
52615313
5314+ is-string@^1.0.7 :
5315+ version "1.0.7"
5316+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
5317+ integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
5318+ dependencies :
5319+ has-tostringtag "^1.0.0"
5320+
52625321is-symbol@^1.0.2, is-symbol@^1.0.3 :
52635322 version "1.0.3"
52645323 resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
@@ -6780,6 +6839,11 @@ object-inspect@^1.10.3, object-inspect@^1.9.0:
67806839 resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
67816840 integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
67826841
6842+ object-inspect@^1.11.0 :
6843+ version "1.11.0"
6844+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
6845+ integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
6846+
67836847object-keys@^1.0.12, object-keys@^1.1.1 :
67846848 version "1.1.1"
67856849 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -6823,6 +6887,14 @@ object.getownpropertydescriptors@^2.0.3:
68236887 define-properties "^1.1.3"
68246888 es-abstract "^1.18.0-next.2"
68256889
6890+ object.hasown@^1.0.0 :
6891+ version "1.0.0"
6892+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
6893+ integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
6894+ dependencies :
6895+ define-properties "^1.1.3"
6896+ es-abstract "^1.18.1"
6897+
68266898object.values@^1.1.4 :
68276899 version "1.1.4"
68286900 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
0 commit comments