Skip to content

Commit cff4977

Browse files
committed
build(deps): ensure eslint-config-airbnb + all peerDeps are installed
Per breaking changes in eslint-config-airbnb-typescript here: https://github.com/iamturns/eslint-config-airbnb-typescript/releases/tag/v13.0.0
1 parent 0c7a91d commit cff4977

File tree

2 files changed

+183
-12
lines changed

2 files changed

+183
-12
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@
6363
"cross-spawn": "^7.0.1",
6464
"doctoc": "^2.1.0",
6565
"eslint": "^7.32.0",
66+
"eslint-config-airbnb": "19.0.0",
6667
"eslint-config-airbnb-typescript": "^14.0.2",
6768
"eslint-config-prettier": "^8.3.0",
68-
"eslint-plugin-import": "^2.24.2",
69+
"eslint-plugin-import": "^2.25.3",
6970
"eslint-plugin-jest": "^24.4.3",
7071
"eslint-plugin-jsx-a11y": "^6.5.1",
7172
"eslint-plugin-prettier": "^4.0.0",
7273
"eslint-plugin-react": "^7.27.0",
73-
"eslint-plugin-react-hooks": "^4.2.0",
74+
"eslint-plugin-react-hooks": "^4.3.0",
7475
"glob": "^7.2.0",
7576
"is-ci": "^3.0.0",
7677
"jest": "^27.3.1",

yarn.lock

Lines changed: 180 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
dependencies:
4747
"@babel/highlight" "^7.16.0"
4848

49+
"@babel/code-frame@^7.14.5":
50+
version "7.16.7"
51+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
52+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
53+
dependencies:
54+
"@babel/highlight" "^7.16.7"
55+
4956
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
5057
version "7.15.0"
5158
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
@@ -93,6 +100,15 @@
93100
dependencies:
94101
eslint-rule-composer "^0.3.0"
95102

103+
"@babel/generator@^7.15.4":
104+
version "7.16.8"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
106+
integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
107+
dependencies:
108+
"@babel/types" "^7.16.8"
109+
jsesc "^2.5.1"
110+
source-map "^0.5.0"
111+
96112
"@babel/generator@^7.16.0", "@babel/generator@^7.7.2":
97113
version "7.16.0"
98114
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2"
@@ -443,6 +459,11 @@
443459
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
444460
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
445461

462+
"@babel/helper-validator-identifier@^7.16.7":
463+
version "7.16.7"
464+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
465+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
466+
446467
"@babel/helper-validator-option@^7.14.5":
447468
version "7.14.5"
448469
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -495,11 +516,25 @@
495516
chalk "^2.0.0"
496517
js-tokens "^4.0.0"
497518

519+
"@babel/highlight@^7.16.7":
520+
version "7.16.10"
521+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
522+
integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
523+
dependencies:
524+
"@babel/helper-validator-identifier" "^7.16.7"
525+
chalk "^2.0.0"
526+
js-tokens "^4.0.0"
527+
498528
"@babel/parser@^7.1.0", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3", "@babel/parser@^7.7.2":
499529
version "7.16.3"
500530
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.3.tgz#271bafcb811080905a119222edbc17909c82261d"
501531
integrity sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==
502532

533+
"@babel/parser@^7.15.4":
534+
version "7.16.12"
535+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6"
536+
integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==
537+
503538
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
504539
version "7.15.4"
505540
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
@@ -1161,7 +1196,16 @@
11611196
dependencies:
11621197
regenerator-runtime "^0.13.4"
11631198

1164-
"@babel/template@^7.14.5", "@babel/template@^7.15.4", "@babel/template@^7.16.0", "@babel/template@^7.3.3":
1199+
"@babel/template@^7.14.5", "@babel/template@^7.15.4", "@babel/template@^7.3.3":
1200+
version "7.15.4"
1201+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
1202+
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
1203+
dependencies:
1204+
"@babel/code-frame" "^7.14.5"
1205+
"@babel/parser" "^7.15.4"
1206+
"@babel/types" "^7.15.4"
1207+
1208+
"@babel/template@^7.16.0":
11651209
version "7.16.0"
11661210
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
11671211
integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==
@@ -1170,7 +1214,22 @@
11701214
"@babel/parser" "^7.16.0"
11711215
"@babel/types" "^7.16.0"
11721216

1173-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.2":
1217+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2":
1218+
version "7.15.4"
1219+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
1220+
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
1221+
dependencies:
1222+
"@babel/code-frame" "^7.14.5"
1223+
"@babel/generator" "^7.15.4"
1224+
"@babel/helper-function-name" "^7.15.4"
1225+
"@babel/helper-hoist-variables" "^7.15.4"
1226+
"@babel/helper-split-export-declaration" "^7.15.4"
1227+
"@babel/parser" "^7.15.4"
1228+
"@babel/types" "^7.15.4"
1229+
debug "^4.1.0"
1230+
globals "^11.1.0"
1231+
1232+
"@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3":
11741233
version "7.16.3"
11751234
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
11761235
integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
@@ -1193,6 +1252,14 @@
11931252
"@babel/helper-validator-identifier" "^7.15.7"
11941253
to-fast-properties "^2.0.0"
11951254

1255+
"@babel/types@^7.16.8":
1256+
version "7.16.8"
1257+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
1258+
integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
1259+
dependencies:
1260+
"@babel/helper-validator-identifier" "^7.16.7"
1261+
to-fast-properties "^2.0.0"
1262+
11961263
"@bcoe/v8-coverage@^0.2.3":
11971264
version "0.2.3"
11981265
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2181,7 +2248,16 @@ array.prototype.flat@^1.2.4:
21812248
define-properties "^1.1.3"
21822249
es-abstract "^1.18.0-next.1"
21832250

2184-
array.prototype.flatmap@^1.2.5:
2251+
array.prototype.flat@^1.2.5:
2252+
version "1.2.5"
2253+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
2254+
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
2255+
dependencies:
2256+
call-bind "^1.0.2"
2257+
define-properties "^1.1.3"
2258+
es-abstract "^1.19.0"
2259+
2260+
array.prototype.flatmap@^1.2.4, array.prototype.flatmap@^1.2.5:
21852261
version "1.2.5"
21862262
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
21872263
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
@@ -3191,7 +3267,7 @@ es-abstract@^1.18.0-next.1:
31913267
string.prototype.trimend "^1.0.3"
31923268
string.prototype.trimstart "^1.0.3"
31933269

3194-
es-abstract@^1.19.0, es-abstract@^1.19.1:
3270+
es-abstract@^1.18.2, es-abstract@^1.19.0, es-abstract@^1.19.1:
31953271
version "1.19.1"
31963272
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
31973273
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
@@ -3267,13 +3343,32 @@ eslint-config-airbnb-base@^14.2.1:
32673343
object.assign "^4.1.2"
32683344
object.entries "^1.1.2"
32693345

3346+
eslint-config-airbnb-base@^15.0.0:
3347+
version "15.0.0"
3348+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
3349+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
3350+
dependencies:
3351+
confusing-browser-globals "^1.0.10"
3352+
object.assign "^4.1.2"
3353+
object.entries "^1.1.5"
3354+
semver "^6.3.0"
3355+
32703356
eslint-config-airbnb-typescript@^14.0.2:
32713357
version "14.0.2"
32723358
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-14.0.2.tgz#4dc1583b9eab671bb011dea7d4ff1fc0d88e6e09"
32733359
integrity sha512-oaVR63DqpRUiOOeSVxIzhD3FXbqJRH+7Lt9GCMsS9SKgrRW3XpZINN2FO4JEsnaHEGkktumd0AHE9K7KQNuXSQ==
32743360
dependencies:
32753361
eslint-config-airbnb-base "^14.2.1"
32763362

3363+
3364+
version "19.0.0"
3365+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c"
3366+
integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==
3367+
dependencies:
3368+
eslint-config-airbnb-base "^15.0.0"
3369+
object.assign "^4.1.2"
3370+
object.entries "^1.1.5"
3371+
32773372
eslint-config-kentcdodds@^19.2.0:
32783373
version "19.2.0"
32793374
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-19.2.0.tgz#2e61281f2a70b963a8816f5ab8e342963ea1f6a3"
@@ -3317,6 +3412,15 @@ eslint-module-utils@^2.6.2:
33173412
debug "^3.2.7"
33183413
pkg-dir "^2.0.0"
33193414

3415+
eslint-module-utils@^2.7.1:
3416+
version "2.7.1"
3417+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
3418+
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
3419+
dependencies:
3420+
debug "^3.2.7"
3421+
find-up "^2.1.0"
3422+
pkg-dir "^2.0.0"
3423+
33203424
eslint-plugin-import@^2.24.2:
33213425
version "2.24.2"
33223426
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
@@ -3338,6 +3442,25 @@ eslint-plugin-import@^2.24.2:
33383442
resolve "^1.20.0"
33393443
tsconfig-paths "^3.11.0"
33403444

3445+
eslint-plugin-import@^2.25.3:
3446+
version "2.25.3"
3447+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
3448+
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
3449+
dependencies:
3450+
array-includes "^3.1.4"
3451+
array.prototype.flat "^1.2.5"
3452+
debug "^2.6.9"
3453+
doctrine "^2.1.0"
3454+
eslint-import-resolver-node "^0.3.6"
3455+
eslint-module-utils "^2.7.1"
3456+
has "^1.0.3"
3457+
is-core-module "^2.8.0"
3458+
is-glob "^4.0.3"
3459+
minimatch "^3.0.4"
3460+
object.values "^1.1.5"
3461+
resolve "^1.20.0"
3462+
tsconfig-paths "^3.11.0"
3463+
33413464
eslint-plugin-jest-dom@^3.9.0:
33423465
version "3.9.0"
33433466
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.9.0.tgz#dab0b532f1a3e2285b74e3a6d32f7ce197975dcf"
@@ -3384,7 +3507,31 @@ eslint-plugin-react-hooks@^4.2.0:
33843507
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
33853508
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
33863509

3387-
eslint-plugin-react@^7.25.1, eslint-plugin-react@^7.27.0:
3510+
eslint-plugin-react-hooks@^4.3.0:
3511+
version "4.3.0"
3512+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
3513+
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
3514+
3515+
eslint-plugin-react@^7.25.1:
3516+
version "7.25.3"
3517+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz#3333a974772745ddb3aecea84621019b635766bc"
3518+
integrity sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w==
3519+
dependencies:
3520+
array-includes "^3.1.3"
3521+
array.prototype.flatmap "^1.2.4"
3522+
doctrine "^2.1.0"
3523+
estraverse "^5.2.0"
3524+
jsx-ast-utils "^2.4.1 || ^3.0.0"
3525+
minimatch "^3.0.4"
3526+
object.entries "^1.1.4"
3527+
object.fromentries "^2.0.4"
3528+
object.hasown "^1.0.0"
3529+
object.values "^1.1.4"
3530+
prop-types "^15.7.2"
3531+
resolve "^2.0.0-next.3"
3532+
string.prototype.matchall "^4.0.5"
3533+
3534+
eslint-plugin-react@^7.27.0:
33883535
version "7.27.0"
33893536
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz#f952c76517a3915b81c7788b220b2b4c96703124"
33903537
integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==
@@ -4230,6 +4377,13 @@ is-core-module@^2.2.0, is-core-module@^2.6.0:
42304377
dependencies:
42314378
has "^1.0.3"
42324379

4380+
is-core-module@^2.8.0:
4381+
version "2.8.0"
4382+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
4383+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
4384+
dependencies:
4385+
has "^1.0.3"
4386+
42334387
is-date-object@^1.0.1:
42344388
version "1.0.2"
42354389
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
@@ -4274,6 +4428,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
42744428
dependencies:
42754429
is-extglob "^2.1.1"
42764430

4431+
is-glob@^4.0.3:
4432+
version "4.0.3"
4433+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
4434+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
4435+
dependencies:
4436+
is-extglob "^2.1.1"
4437+
42774438
is-hexadecimal@^1.0.0:
42784439
version "1.0.4"
42794440
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
@@ -5611,7 +5772,7 @@ object.assign@^4.1.2:
56115772
has-symbols "^1.0.1"
56125773
object-keys "^1.1.1"
56135774

5614-
object.entries@^1.1.2, object.entries@^1.1.5:
5775+
object.entries@^1.1.2, object.entries@^1.1.4, object.entries@^1.1.5:
56155776
version "1.1.5"
56165777
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
56175778
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
@@ -5620,7 +5781,7 @@ object.entries@^1.1.2, object.entries@^1.1.5:
56205781
define-properties "^1.1.3"
56215782
es-abstract "^1.19.1"
56225783

5623-
object.fromentries@^2.0.5:
5784+
object.fromentries@^2.0.4, object.fromentries@^2.0.5:
56245785
version "2.0.5"
56255786
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
56265787
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
@@ -5629,15 +5790,24 @@ object.fromentries@^2.0.5:
56295790
define-properties "^1.1.3"
56305791
es-abstract "^1.19.1"
56315792

5632-
object.hasown@^1.1.0:
5793+
object.hasown@^1.0.0, object.hasown@^1.1.0:
56335794
version "1.1.0"
56345795
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
56355796
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
56365797
dependencies:
56375798
define-properties "^1.1.3"
56385799
es-abstract "^1.19.1"
56395800

5640-
object.values@^1.1.4, object.values@^1.1.5:
5801+
object.values@^1.1.4:
5802+
version "1.1.4"
5803+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
5804+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
5805+
dependencies:
5806+
call-bind "^1.0.2"
5807+
define-properties "^1.1.3"
5808+
es-abstract "^1.18.2"
5809+
5810+
object.values@^1.1.5:
56415811
version "1.1.5"
56425812
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
56435813
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
@@ -6613,7 +6783,7 @@ string-width@^4.1.0, string-width@^4.2.0:
66136783
is-fullwidth-code-point "^3.0.0"
66146784
strip-ansi "^6.0.0"
66156785

6616-
string.prototype.matchall@^4.0.6:
6786+
string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.6:
66176787
version "4.0.6"
66186788
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
66196789
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==

0 commit comments

Comments
 (0)