Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ba5a536

Browse files
Update all non-major dependencies
1 parent 33791ca commit ba5a536

File tree

3 files changed

+66
-66
lines changed

3 files changed

+66
-66
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"opus-recorder": "^8.0.3",
123123
"pako": "^2.0.3",
124124
"png-chunks-extract": "^1.0.0",
125-
"posthog-js": "1.157.2",
125+
"posthog-js": "1.160.1",
126126
"qrcode": "1.5.4",
127127
"re-resizable": "^6.9.0",
128128
"react": "17.0.2",

playwright/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.46.1-jammy
1+
FROM mcr.microsoft.com/playwright:v1.47.0-jammy
22

33
WORKDIR /work/matrix-react-sdk
44
VOLUME ["/work/element-web/node_modules"]

yarn.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,13 +2982,13 @@
29822982
"@typescript-eslint/types" "7.18.0"
29832983
"@typescript-eslint/visitor-keys" "7.18.0"
29842984

2985-
"@typescript-eslint/scope-manager@8.3.0":
2986-
version "8.3.0"
2987-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
2988-
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
2985+
"@typescript-eslint/scope-manager@8.4.0":
2986+
version "8.4.0"
2987+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4"
2988+
integrity sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==
29892989
dependencies:
2990-
"@typescript-eslint/types" "8.3.0"
2991-
"@typescript-eslint/visitor-keys" "8.3.0"
2990+
"@typescript-eslint/types" "8.4.0"
2991+
"@typescript-eslint/visitor-keys" "8.4.0"
29922992

29932993
"@typescript-eslint/[email protected]":
29942994
version "7.18.0"
@@ -3005,10 +3005,10 @@
30053005
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
30063006
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
30073007

3008-
"@typescript-eslint/types@8.3.0":
3009-
version "8.3.0"
3010-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
3011-
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
3008+
"@typescript-eslint/types@8.4.0":
3009+
version "8.4.0"
3010+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171"
3011+
integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==
30123012

30133013
"@typescript-eslint/[email protected]":
30143014
version "7.18.0"
@@ -3024,13 +3024,13 @@
30243024
semver "^7.6.0"
30253025
ts-api-utils "^1.3.0"
30263026

3027-
"@typescript-eslint/typescript-estree@8.3.0":
3028-
version "8.3.0"
3029-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
3030-
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
3027+
"@typescript-eslint/typescript-estree@8.4.0":
3028+
version "8.4.0"
3029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482"
3030+
integrity sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==
30313031
dependencies:
3032-
"@typescript-eslint/types" "8.3.0"
3033-
"@typescript-eslint/visitor-keys" "8.3.0"
3032+
"@typescript-eslint/types" "8.4.0"
3033+
"@typescript-eslint/visitor-keys" "8.4.0"
30343034
debug "^4.3.4"
30353035
fast-glob "^3.3.2"
30363036
is-glob "^4.0.3"
@@ -3049,14 +3049,14 @@
30493049
"@typescript-eslint/typescript-estree" "7.18.0"
30503050

30513051
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
3052-
version "8.3.0"
3053-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
3054-
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
3052+
version "8.4.0"
3053+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3"
3054+
integrity sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==
30553055
dependencies:
30563056
"@eslint-community/eslint-utils" "^4.4.0"
3057-
"@typescript-eslint/scope-manager" "8.3.0"
3058-
"@typescript-eslint/types" "8.3.0"
3059-
"@typescript-eslint/typescript-estree" "8.3.0"
3057+
"@typescript-eslint/scope-manager" "8.4.0"
3058+
"@typescript-eslint/types" "8.4.0"
3059+
"@typescript-eslint/typescript-estree" "8.4.0"
30603060

30613061
"@typescript-eslint/[email protected]":
30623062
version "7.18.0"
@@ -3066,12 +3066,12 @@
30663066
"@typescript-eslint/types" "7.18.0"
30673067
eslint-visitor-keys "^3.4.3"
30683068

3069-
"@typescript-eslint/visitor-keys@8.3.0":
3070-
version "8.3.0"
3071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
3072-
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
3069+
"@typescript-eslint/visitor-keys@8.4.0":
3070+
version "8.4.0"
3071+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2"
3072+
integrity sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==
30733073
dependencies:
3074-
"@typescript-eslint/types" "8.3.0"
3074+
"@typescript-eslint/types" "8.4.0"
30753075
eslint-visitor-keys "^3.4.3"
30763076

30773077
"@ungap/structured-clone@^1.2.0":
@@ -4702,9 +4702,9 @@ eslint-plugin-import@^2.25.4:
47024702
tsconfig-paths "^3.15.0"
47034703

47044704
eslint-plugin-jest@^28.0.0:
4705-
version "28.8.0"
4706-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.0.tgz#54f597b5a3295ad04ec946baa245ad02b9b2bca0"
4707-
integrity sha512-Tubj1hooFxCl52G4qQu0edzV/+EZzPUeN8p2NnW5uu4fbDs+Yo7+qDVDc4/oG3FbCqEBmu/OC3LSsyiU22oghw==
4705+
version "28.8.3"
4706+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0"
4707+
integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==
47084708
dependencies:
47094709
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
47104710

@@ -4741,9 +4741,9 @@ eslint-plugin-react-hooks@^4.3.0:
47414741
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
47424742

47434743
eslint-plugin-react@^7.28.0:
4744-
version "7.35.0"
4745-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
4746-
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
4744+
version "7.35.2"
4745+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
4746+
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
47474747
dependencies:
47484748
array-includes "^3.1.8"
47494749
array.prototype.findlast "^1.2.5"
@@ -5315,7 +5315,7 @@ function-bind@^1.1.2:
53155315
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
53165316
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
53175317

5318-
function.prototype.name@^1.1.5, function.prototype.name@^1.1.6:
5318+
function.prototype.name@^1.1.6:
53195319
version "1.1.6"
53205320
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
53215321
integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==
@@ -6775,17 +6775,17 @@ [email protected]:
67756775
integrity sha512-auMesunaJ8yfkHvK4gfg1K0SaKX/6Wn9g2Aac/NwX+l5VdmFZzo/hdPGxEOETj+ryRa4/fiOPjeeKURSAJx1sg==
67766776

67776777
lint-staged@^15.0.2:
6778-
version "15.2.9"
6779-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.9.tgz#bf70d40b6b192df6ad756fb89822211615e0f4da"
6780-
integrity sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==
6778+
version "15.2.10"
6779+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.10.tgz#92ac222f802ba911897dcf23671da5bb80643cd2"
6780+
integrity sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==
67816781
dependencies:
67826782
chalk "~5.3.0"
67836783
commander "~12.1.0"
67846784
debug "~4.3.6"
67856785
execa "~8.0.1"
67866786
lilconfig "~3.1.2"
67876787
listr2 "~8.2.4"
6788-
micromatch "~4.0.7"
6788+
micromatch "~4.0.8"
67896789
pidtree "~0.6.0"
67906790
string-argv "~0.3.2"
67916791
yaml "~2.5.0"
@@ -7110,7 +7110,7 @@ methods@~1.1.2:
71107110
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
71117111
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
71127112

7113-
micromatch@^4.0.4, micromatch@^4.0.8, micromatch@~4.0.7:
7113+
micromatch@^4.0.4, micromatch@^4.0.8, micromatch@~4.0.8:
71147114
version "4.0.8"
71157115
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
71167116
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -7724,10 +7724,10 @@ postcss@^8.4.41:
77247724
picocolors "^1.0.1"
77257725
source-map-js "^1.2.0"
77267726

7727-
posthog-js@1.157.2:
7728-
version "1.157.2"
7729-
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.157.2.tgz#dc2515818ead408aefb900e90c535fb57beb1f59"
7730-
integrity sha512-ATYKGs+Q51u26nHHhrhWNh1whqFm7j/rwQQYw+y6/YzNmRlo+YsqrGZji9nqXb9/4fo0ModDr+ZmuOI3hKkUXA==
7727+
posthog-js@1.160.1:
7728+
version "1.160.1"
7729+
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.160.1.tgz#6ef51351190c6bfc246c16799c83ba8bf8d4cd9f"
7730+
integrity sha512-OfzFSArlkSEUxQzL9+2qulbkJsVFAvpgb7rQaWBGtlY3qPKfdND+ak79rZkVPZHkP0JOh4keAM6xE4ZxLesvXA==
77317731
dependencies:
77327732
fflate "^0.4.8"
77337733
preact "^10.19.3"
@@ -7949,9 +7949,9 @@ react-error-boundary@^3.1.0:
79497949
"@babel/runtime" "^7.12.5"
79507950

79517951
react-focus-lock@^2.5.1:
7952-
version "2.12.1"
7953-
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.12.1.tgz#0eaefd5fc34de8998967043d902e426352393349"
7954-
integrity sha512-lfp8Dve4yJagkHiFrC1bGtib3mF2ktqwPJw4/WGcgPW+pJ/AVQA5X2vI7xgp13FcxFEpYBBHpXai/N2DBNC0Jw==
7952+
version "2.13.2"
7953+
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.13.2.tgz#e1addac2f8b9550bc0581f3c416755ba0f81f5ef"
7954+
integrity sha512-T/7bsofxYqnod2xadvuwjGKHOoL5GH7/EIPI5UyEvaU/c2CcphvGI371opFtuY/SYdbMsNiuF4HsHQ50nA/TKQ==
79557955
dependencies:
79567956
"@babel/runtime" "^7.0.0"
79577957
focus-lock "^1.3.5"
@@ -9103,16 +9103,16 @@ tsconfig-paths@^3.15.0:
91039103
minimist "^1.2.6"
91049104
strip-bom "^3.0.0"
91059105

9106-
tslib@^2.0.0, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.1, tslib@^2.6.2:
9106+
tslib@^2.0.0, tslib@^2.0.3:
9107+
version "2.7.0"
9108+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
9109+
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
9110+
9111+
tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.1, tslib@^2.6.2:
91079112
version "2.6.3"
91089113
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
91099114
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
91109115

9111-
tslib@^2.0.3:
9112-
version "2.6.2"
9113-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
9114-
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
9115-
91169116
type-check@^0.4.0, type-check@~0.4.0:
91179117
version "0.4.0"
91189118
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
@@ -9487,12 +9487,12 @@ which-boxed-primitive@^1.0.2:
94879487
is-symbol "^1.0.3"
94889488

94899489
which-builtin-type@^1.1.3:
9490-
version "1.1.3"
9491-
resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b"
9492-
integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==
9490+
version "1.1.4"
9491+
resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.4.tgz#592796260602fc3514a1b5ee7fa29319b72380c3"
9492+
integrity sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==
94939493
dependencies:
9494-
function.prototype.name "^1.1.5"
9495-
has-tostringtag "^1.0.0"
9494+
function.prototype.name "^1.1.6"
9495+
has-tostringtag "^1.0.2"
94969496
is-async-function "^2.0.0"
94979497
is-date-object "^1.0.5"
94989498
is-finalizationregistry "^1.0.2"
@@ -9501,10 +9501,10 @@ which-builtin-type@^1.1.3:
95019501
is-weakref "^1.0.2"
95029502
isarray "^2.0.5"
95039503
which-boxed-primitive "^1.0.2"
9504-
which-collection "^1.0.1"
9505-
which-typed-array "^1.1.9"
9504+
which-collection "^1.0.2"
9505+
which-typed-array "^1.1.15"
95069506

9507-
which-collection@^1.0.1:
9507+
which-collection@^1.0.1, which-collection@^1.0.2:
95089508
version "1.0.2"
95099509
resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz#627ef76243920a107e7ce8e96191debe4b16c2a0"
95109510
integrity sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==
@@ -9519,7 +9519,7 @@ which-module@^2.0.0:
95199519
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
95209520
integrity sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==
95219521

9522-
which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9:
9522+
which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15:
95239523
version "1.1.15"
95249524
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
95259525
integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==
@@ -9658,9 +9658,9 @@ yallist@^4.0.0:
96589658
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
96599659

96609660
yaml@~2.5.0:
9661-
version "2.5.0"
9662-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.0.tgz#c6165a721cf8000e91c36490a41d7be25176cf5d"
9663-
integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==
9661+
version "2.5.1"
9662+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.1.tgz#c9772aacf62cb7494a95b0c4f1fb065b563db130"
9663+
integrity sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==
96649664

96659665
yargs-parser@^18.1.2:
96669666
version "18.1.3"

0 commit comments

Comments
 (0)