Skip to content

Commit dce7950

Browse files
build(deps-dev): Bump eslint-plugin-react from 7.31.10 to 7.31.11
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.10 to 7.31.11. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.31.10...v7.31.11) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9884c04 commit dce7950

File tree

2 files changed

+125
-60
lines changed

2 files changed

+125
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-import": "^2.26.0",
4848
"eslint-plugin-jsx-a11y": "^6.6.1",
4949
"eslint-plugin-prettier": "^4.2.1",
50-
"eslint-plugin-react": "^7.31.10",
50+
"eslint-plugin-react": "^7.31.11",
5151
"jest": "^27.5.1",
5252
"jest-fetch-mock": "^3.0.3",
5353
"jest-puppeteer": "^6.1.1",

yarn.lock

Lines changed: 124 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,15 +2058,15 @@ array-differ@^3.0.0:
20582058
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b"
20592059
integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==
20602060

2061-
array-includes@^3.1.4, array-includes@^3.1.5:
2062-
version "3.1.5"
2063-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
2064-
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
2061+
array-includes@^3.1.4, array-includes@^3.1.5, array-includes@^3.1.6:
2062+
version "3.1.6"
2063+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
2064+
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
20652065
dependencies:
20662066
call-bind "^1.0.2"
20672067
define-properties "^1.1.4"
2068-
es-abstract "^1.19.5"
2069-
get-intrinsic "^1.1.1"
2068+
es-abstract "^1.20.4"
2069+
get-intrinsic "^1.1.3"
20702070
is-string "^1.0.7"
20712071

20722072
array-union@^2.1.0:
@@ -2088,15 +2088,26 @@ array.prototype.flat@^1.2.5:
20882088
define-properties "^1.1.3"
20892089
es-abstract "^1.19.0"
20902090

2091-
array.prototype.flatmap@^1.3.0:
2092-
version "1.3.0"
2093-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
2094-
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
2091+
array.prototype.flatmap@^1.3.1:
2092+
version "1.3.1"
2093+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
2094+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
20952095
dependencies:
20962096
call-bind "^1.0.2"
2097-
define-properties "^1.1.3"
2098-
es-abstract "^1.19.2"
2097+
define-properties "^1.1.4"
2098+
es-abstract "^1.20.4"
2099+
es-shim-unscopables "^1.0.0"
2100+
2101+
array.prototype.tosorted@^1.1.1:
2102+
version "1.1.1"
2103+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
2104+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
2105+
dependencies:
2106+
call-bind "^1.0.2"
2107+
define-properties "^1.1.4"
2108+
es-abstract "^1.20.4"
20992109
es-shim-unscopables "^1.0.0"
2110+
get-intrinsic "^1.1.3"
21002111

21012112
arrify@^2.0.1:
21022113
version "2.0.1"
@@ -3234,7 +3245,7 @@ error-ex@^1.3.1:
32343245
dependencies:
32353246
is-arrayish "^0.2.1"
32363247

3237-
es-abstract@^1.18.5, es-abstract@^1.19.0, es-abstract@^1.19.1:
3248+
es-abstract@^1.18.5, es-abstract@^1.19.0:
32383249
version "1.19.1"
32393250
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
32403251
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
@@ -3260,7 +3271,7 @@ es-abstract@^1.18.5, es-abstract@^1.19.0, es-abstract@^1.19.1:
32603271
string.prototype.trimstart "^1.0.4"
32613272
unbox-primitive "^1.0.1"
32623273

3263-
es-abstract@^1.19.2, es-abstract@^1.19.5:
3274+
es-abstract@^1.19.5:
32643275
version "1.20.1"
32653276
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
32663277
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
@@ -3289,6 +3300,36 @@ es-abstract@^1.19.2, es-abstract@^1.19.5:
32893300
string.prototype.trimstart "^1.0.5"
32903301
unbox-primitive "^1.0.2"
32913302

3303+
es-abstract@^1.20.4:
3304+
version "1.20.4"
3305+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
3306+
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
3307+
dependencies:
3308+
call-bind "^1.0.2"
3309+
es-to-primitive "^1.2.1"
3310+
function-bind "^1.1.1"
3311+
function.prototype.name "^1.1.5"
3312+
get-intrinsic "^1.1.3"
3313+
get-symbol-description "^1.0.0"
3314+
has "^1.0.3"
3315+
has-property-descriptors "^1.0.0"
3316+
has-symbols "^1.0.3"
3317+
internal-slot "^1.0.3"
3318+
is-callable "^1.2.7"
3319+
is-negative-zero "^2.0.2"
3320+
is-regex "^1.1.4"
3321+
is-shared-array-buffer "^1.0.2"
3322+
is-string "^1.0.7"
3323+
is-weakref "^1.0.2"
3324+
object-inspect "^1.12.2"
3325+
object-keys "^1.1.1"
3326+
object.assign "^4.1.4"
3327+
regexp.prototype.flags "^1.4.3"
3328+
safe-regex-test "^1.0.0"
3329+
string.prototype.trimend "^1.0.5"
3330+
string.prototype.trimstart "^1.0.5"
3331+
unbox-primitive "^1.0.2"
3332+
32923333
es-module-lexer@^0.9.0:
32933334
version "0.9.2"
32943335
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.2.tgz#d0a8c72c5d904014111fac7fab4c92b9ac545564"
@@ -3457,25 +3498,26 @@ eslint-plugin-prettier@^4.2.1:
34573498
dependencies:
34583499
prettier-linter-helpers "^1.0.0"
34593500

3460-
eslint-plugin-react@^7.31.10:
3461-
version "7.31.10"
3462-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
3463-
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
3501+
eslint-plugin-react@^7.31.11:
3502+
version "7.31.11"
3503+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
3504+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
34643505
dependencies:
3465-
array-includes "^3.1.5"
3466-
array.prototype.flatmap "^1.3.0"
3506+
array-includes "^3.1.6"
3507+
array.prototype.flatmap "^1.3.1"
3508+
array.prototype.tosorted "^1.1.1"
34673509
doctrine "^2.1.0"
34683510
estraverse "^5.3.0"
34693511
jsx-ast-utils "^2.4.1 || ^3.0.0"
34703512
minimatch "^3.1.2"
3471-
object.entries "^1.1.5"
3472-
object.fromentries "^2.0.5"
3473-
object.hasown "^1.1.1"
3474-
object.values "^1.1.5"
3513+
object.entries "^1.1.6"
3514+
object.fromentries "^2.0.6"
3515+
object.hasown "^1.1.2"
3516+
object.values "^1.1.6"
34753517
prop-types "^15.8.1"
34763518
resolve "^2.0.0-next.3"
34773519
semver "^6.3.0"
3478-
string.prototype.matchall "^4.0.7"
3520+
string.prototype.matchall "^4.0.8"
34793521

34803522
34813523
version "5.1.1"
@@ -4086,6 +4128,15 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
40864128
has "^1.0.3"
40874129
has-symbols "^1.0.1"
40884130

4131+
get-intrinsic@^1.1.3:
4132+
version "1.1.3"
4133+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
4134+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
4135+
dependencies:
4136+
function-bind "^1.1.1"
4137+
has "^1.0.3"
4138+
has-symbols "^1.0.3"
4139+
40894140
get-package-type@^0.1.0:
40904141
version "0.1.0"
40914142
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
@@ -4576,6 +4627,11 @@ is-callable@^1.1.4, is-callable@^1.2.4:
45764627
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
45774628
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
45784629

4630+
is-callable@^1.2.7:
4631+
version "1.2.7"
4632+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
4633+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
4634+
45794635
is-ci@^2.0.0:
45804636
version "2.0.0"
45814637
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -6184,7 +6240,7 @@ object-inspect@^1.11.0, object-inspect@^1.9.0:
61846240
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
61856241
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
61866242

6187-
object-inspect@^1.12.0:
6243+
object-inspect@^1.12.0, object-inspect@^1.12.2:
61886244
version "1.12.2"
61896245
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
61906246
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
@@ -6212,7 +6268,7 @@ object.assign@^4.1.2:
62126268
has-symbols "^1.0.1"
62136269
object-keys "^1.1.1"
62146270

6215-
object.assign@^4.1.3:
6271+
object.assign@^4.1.3, object.assign@^4.1.4:
62166272
version "4.1.4"
62176273
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
62186274
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
@@ -6222,40 +6278,40 @@ object.assign@^4.1.3:
62226278
has-symbols "^1.0.3"
62236279
object-keys "^1.1.1"
62246280

6225-
object.entries@^1.1.5:
6226-
version "1.1.5"
6227-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
6228-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
6281+
object.entries@^1.1.5, object.entries@^1.1.6:
6282+
version "1.1.6"
6283+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
6284+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
62296285
dependencies:
62306286
call-bind "^1.0.2"
6231-
define-properties "^1.1.3"
6232-
es-abstract "^1.19.1"
6287+
define-properties "^1.1.4"
6288+
es-abstract "^1.20.4"
62336289

6234-
object.fromentries@^2.0.5:
6235-
version "2.0.5"
6236-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
6237-
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
6290+
object.fromentries@^2.0.6:
6291+
version "2.0.6"
6292+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
6293+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
62386294
dependencies:
62396295
call-bind "^1.0.2"
6240-
define-properties "^1.1.3"
6241-
es-abstract "^1.19.1"
6296+
define-properties "^1.1.4"
6297+
es-abstract "^1.20.4"
62426298

6243-
object.hasown@^1.1.1:
6244-
version "1.1.1"
6245-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
6246-
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
6299+
object.hasown@^1.1.2:
6300+
version "1.1.2"
6301+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
6302+
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
62476303
dependencies:
62486304
define-properties "^1.1.4"
6249-
es-abstract "^1.19.5"
6305+
es-abstract "^1.20.4"
62506306

6251-
object.values@^1.1.5:
6252-
version "1.1.5"
6253-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
6254-
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
6307+
object.values@^1.1.5, object.values@^1.1.6:
6308+
version "1.1.6"
6309+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
6310+
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
62556311
dependencies:
62566312
call-bind "^1.0.2"
6257-
define-properties "^1.1.3"
6258-
es-abstract "^1.19.1"
6313+
define-properties "^1.1.4"
6314+
es-abstract "^1.20.4"
62596315

62606316
on-exit-leak-free@^0.2.0:
62616317
version "0.2.0"
@@ -6907,7 +6963,7 @@ regexp.prototype.flags@^1.2.0:
69076963
call-bind "^1.0.2"
69086964
define-properties "^1.1.3"
69096965

6910-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
6966+
regexp.prototype.flags@^1.4.3:
69116967
version "1.4.3"
69126968
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
69136969
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -7112,6 +7168,15 @@ safe-json-stringify@~1:
71127168
resolved "https://registry.yarnpkg.com/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz#356e44bc98f1f93ce45df14bcd7c01cda86e0afd"
71137169
integrity sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==
71147170

7171+
safe-regex-test@^1.0.0:
7172+
version "1.0.0"
7173+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
7174+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
7175+
dependencies:
7176+
call-bind "^1.0.2"
7177+
get-intrinsic "^1.1.3"
7178+
is-regex "^1.1.4"
7179+
71157180
safe-stable-stringify@^2.1.0:
71167181
version "2.3.1"
71177182
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz#ab67cbe1fe7d40603ca641c5e765cb942d04fc73"
@@ -7457,18 +7522,18 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2
74577522
is-fullwidth-code-point "^3.0.0"
74587523
strip-ansi "^6.0.1"
74597524

7460-
string.prototype.matchall@^4.0.7:
7461-
version "4.0.7"
7462-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
7463-
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
7525+
string.prototype.matchall@^4.0.8:
7526+
version "4.0.8"
7527+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
7528+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
74647529
dependencies:
74657530
call-bind "^1.0.2"
7466-
define-properties "^1.1.3"
7467-
es-abstract "^1.19.1"
7468-
get-intrinsic "^1.1.1"
7531+
define-properties "^1.1.4"
7532+
es-abstract "^1.20.4"
7533+
get-intrinsic "^1.1.3"
74697534
has-symbols "^1.0.3"
74707535
internal-slot "^1.0.3"
7471-
regexp.prototype.flags "^1.4.1"
7536+
regexp.prototype.flags "^1.4.3"
74727537
side-channel "^1.0.4"
74737538

74747539
string.prototype.trimend@^1.0.4:

0 commit comments

Comments
 (0)