Skip to content

Commit 728579c

Browse files
committed
chore: fix eslint issue
1 parent 06b8381 commit 728579c

File tree

2 files changed

+124
-57
lines changed

2 files changed

+124
-57
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@
5757
"@babel/eslint-parser": "^7.18.2",
5858
"@react-native/eslint-config": "^0.72.2",
5959
"@release-it/conventional-changelog": "^2.0.0",
60-
"@types/jest": "^28.1.2",
6160
"@tsconfig/react-native": "^3.0.0",
61+
"@types/jest": "^28.1.2",
6262
"@types/react": "^18.0.24",
63-
"eslint": "^8.4.1",
63+
"eslint": "^8.19.0",
6464
"eslint-config-prettier": "^8.5.0",
65+
"eslint-plugin-ft-flow": "^3.0.1",
6566
"eslint-plugin-prettier": "^4.0.0",
6667
"jest": "^28.1.1",
68+
"metro-react-native-babel-preset": "^0.77.0",
6769
"pod-install": "^0.1.0",
6870
"prettier": "^2.4.1",
6971
"react": "18.2.0",

yarn.lock

Lines changed: 120 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@aashutoshrathi/word-wrap@^1.2.3":
6+
version "1.2.6"
7+
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
8+
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
9+
510
"@ampproject/remapping@^2.2.0":
611
version "2.2.1"
712
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630"
@@ -1350,25 +1355,30 @@
13501355
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
13511356
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
13521357

1353-
"@eslint/eslintrc@^2.0.3":
1354-
version "2.0.3"
1355-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f27774bf356e3704818a0331"
1356-
integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==
1358+
"@eslint-community/regexpp@^4.6.1":
1359+
version "4.9.1"
1360+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
1361+
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
1362+
1363+
"@eslint/eslintrc@^2.1.2":
1364+
version "2.1.2"
1365+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
1366+
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
13571367
dependencies:
13581368
ajv "^6.12.4"
13591369
debug "^4.3.2"
1360-
espree "^9.5.2"
1370+
espree "^9.6.0"
13611371
globals "^13.19.0"
13621372
ignore "^5.2.0"
13631373
import-fresh "^3.2.1"
13641374
js-yaml "^4.1.0"
13651375
minimatch "^3.1.2"
13661376
strip-json-comments "^3.1.1"
13671377

1368-
"@eslint/js@8.40.0":
1369-
version "8.40.0"
1370-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
1371-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
1378+
"@eslint/js@8.51.0":
1379+
version "8.51.0"
1380+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
1381+
integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
13721382

13731383
"@hapi/hoek@^9.0.0":
13741384
version "9.3.0"
@@ -1382,10 +1392,10 @@
13821392
dependencies:
13831393
"@hapi/hoek" "^9.0.0"
13841394

1385-
"@humanwhocodes/config-array@^0.11.8":
1386-
version "0.11.8"
1387-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1388-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
1395+
"@humanwhocodes/config-array@^0.11.11":
1396+
version "0.11.11"
1397+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
1398+
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
13891399
dependencies:
13901400
"@humanwhocodes/object-schema" "^1.2.1"
13911401
debug "^4.1.1"
@@ -2460,12 +2470,12 @@ acorn-walk@^8.2.0:
24602470
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
24612471
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
24622472

2463-
acorn@^8.7.0, acorn@^8.8.0:
2473+
acorn@^8.7.0:
24642474
version "8.8.2"
24652475
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
24662476
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
24672477

2468-
acorn@^8.8.2:
2478+
acorn@^8.8.2, acorn@^8.9.0:
24692479
version "8.10.0"
24702480
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
24712481
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
@@ -2490,7 +2500,7 @@ aggregate-error@^3.0.0:
24902500
clean-stack "^2.0.0"
24912501
indent-string "^4.0.0"
24922502

2493-
ajv@^6.10.0, ajv@^6.12.4:
2503+
ajv@^6.12.4:
24942504
version "6.12.6"
24952505
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
24962506
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -3913,6 +3923,14 @@ eslint-plugin-ft-flow@^2.0.1:
39133923
lodash "^4.17.21"
39143924
string-natural-compare "^3.0.1"
39153925

3926+
eslint-plugin-ft-flow@^3.0.1:
3927+
version "3.0.1"
3928+
resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-3.0.1.tgz#a0f39cc35efff1a369829e5ba1b528ba0524b371"
3929+
integrity sha512-SB6gWDisy2hdYFWimK3fXOKOmi16pIC06R9mCGozHFs6jyr5yi9RDMSGiNuZdBJh1mw2YSF+l7a5hd8ykRQ/Gg==
3930+
dependencies:
3931+
lodash "^4.17.21"
3932+
string-natural-compare "^3.0.1"
3933+
39163934
eslint-plugin-jest@^26.5.3:
39173935
version "26.9.0"
39183936
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz#7931c31000b1c19e57dbfb71bbf71b817d1bf949"
@@ -3974,10 +3992,10 @@ [email protected], eslint-scope@^5.1.1:
39743992
esrecurse "^4.3.0"
39753993
estraverse "^4.1.1"
39763994

3977-
eslint-scope@^7.2.0:
3978-
version "7.2.0"
3979-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
3980-
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
3995+
eslint-scope@^7.2.2:
3996+
version "7.2.2"
3997+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
3998+
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
39813999
dependencies:
39824000
esrecurse "^4.3.0"
39834001
estraverse "^5.2.0"
@@ -3992,58 +4010,60 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
39924010
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
39934011
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
39944012

3995-
eslint@^8.4.1:
3996-
version "8.40.0"
3997-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
3998-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
4013+
eslint-visitor-keys@^3.4.3:
4014+
version "3.4.3"
4015+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4016+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4017+
4018+
eslint@^8.19.0:
4019+
version "8.51.0"
4020+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
4021+
integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
39994022
dependencies:
40004023
"@eslint-community/eslint-utils" "^4.2.0"
4001-
"@eslint-community/regexpp" "^4.4.0"
4002-
"@eslint/eslintrc" "^2.0.3"
4003-
"@eslint/js" "8.40.0"
4004-
"@humanwhocodes/config-array" "^0.11.8"
4024+
"@eslint-community/regexpp" "^4.6.1"
4025+
"@eslint/eslintrc" "^2.1.2"
4026+
"@eslint/js" "8.51.0"
4027+
"@humanwhocodes/config-array" "^0.11.11"
40054028
"@humanwhocodes/module-importer" "^1.0.1"
40064029
"@nodelib/fs.walk" "^1.2.8"
4007-
ajv "^6.10.0"
4030+
ajv "^6.12.4"
40084031
chalk "^4.0.0"
40094032
cross-spawn "^7.0.2"
40104033
debug "^4.3.2"
40114034
doctrine "^3.0.0"
40124035
escape-string-regexp "^4.0.0"
4013-
eslint-scope "^7.2.0"
4014-
eslint-visitor-keys "^3.4.1"
4015-
espree "^9.5.2"
4036+
eslint-scope "^7.2.2"
4037+
eslint-visitor-keys "^3.4.3"
4038+
espree "^9.6.1"
40164039
esquery "^1.4.2"
40174040
esutils "^2.0.2"
40184041
fast-deep-equal "^3.1.3"
40194042
file-entry-cache "^6.0.1"
40204043
find-up "^5.0.0"
40214044
glob-parent "^6.0.2"
40224045
globals "^13.19.0"
4023-
grapheme-splitter "^1.0.4"
4046+
graphemer "^1.4.0"
40244047
ignore "^5.2.0"
4025-
import-fresh "^3.0.0"
40264048
imurmurhash "^0.1.4"
40274049
is-glob "^4.0.0"
40284050
is-path-inside "^3.0.3"
4029-
js-sdsl "^4.1.4"
40304051
js-yaml "^4.1.0"
40314052
json-stable-stringify-without-jsonify "^1.0.1"
40324053
levn "^0.4.1"
40334054
lodash.merge "^4.6.2"
40344055
minimatch "^3.1.2"
40354056
natural-compare "^1.4.0"
4036-
optionator "^0.9.1"
4057+
optionator "^0.9.3"
40374058
strip-ansi "^6.0.1"
4038-
strip-json-comments "^3.1.0"
40394059
text-table "^0.2.0"
40404060

4041-
espree@^9.5.2:
4042-
version "9.5.2"
4043-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.2.tgz#e994e7dc33a082a7a82dceaf12883a829353215b"
4044-
integrity sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==
4061+
espree@^9.6.0, espree@^9.6.1:
4062+
version "9.6.1"
4063+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
4064+
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
40454065
dependencies:
4046-
acorn "^8.8.0"
4066+
acorn "^8.9.0"
40474067
acorn-jsx "^5.3.2"
40484068
eslint-visitor-keys "^3.4.1"
40494069

@@ -4624,6 +4644,11 @@ grapheme-splitter@^1.0.4:
46244644
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
46254645
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
46264646

4647+
graphemer@^1.4.0:
4648+
version "1.4.0"
4649+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
4650+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
4651+
46274652
handlebars@^4.7.7:
46284653
version "4.7.7"
46294654
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
@@ -4810,7 +4835,7 @@ import-fresh@^2.0.0:
48104835
caller-path "^2.0.0"
48114836
resolve-from "^3.0.0"
48124837

4813-
import-fresh@^3.0.0, import-fresh@^3.2.1:
4838+
import-fresh@^3.2.1:
48144839
version "3.3.0"
48154840
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
48164841
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -5787,11 +5812,6 @@ joi@^17.2.1:
57875812
"@sideway/formula" "^3.0.1"
57885813
"@sideway/pinpoint" "^2.0.0"
57895814

5790-
js-sdsl@^4.1.4:
5791-
version "4.4.0"
5792-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.4.0.tgz#8b437dbe642daa95760400b602378ed8ffea8430"
5793-
integrity sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==
5794-
57955815
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
57965816
version "4.0.0"
57975817
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -6291,6 +6311,51 @@ [email protected]:
62916311
babel-plugin-transform-flow-enums "^0.0.2"
62926312
react-refresh "^0.4.0"
62936313

6314+
metro-react-native-babel-preset@^0.77.0:
6315+
version "0.77.0"
6316+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.77.0.tgz#47457eca8e36b77156afbe790247a70dbb40faaa"
6317+
integrity sha512-HPPD+bTxADtoE4y/4t1txgTQ1LVR6imOBy7RMHUsqMVTbekoi8Ph5YI9vKX2VMPtVWeFt0w9YnCSLPa76GcXsA==
6318+
dependencies:
6319+
"@babel/core" "^7.20.0"
6320+
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
6321+
"@babel/plugin-proposal-class-properties" "^7.18.0"
6322+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
6323+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.0"
6324+
"@babel/plugin-proposal-numeric-separator" "^7.0.0"
6325+
"@babel/plugin-proposal-object-rest-spread" "^7.20.0"
6326+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
6327+
"@babel/plugin-proposal-optional-chaining" "^7.20.0"
6328+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
6329+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
6330+
"@babel/plugin-syntax-flow" "^7.18.0"
6331+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
6332+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
6333+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
6334+
"@babel/plugin-transform-async-to-generator" "^7.20.0"
6335+
"@babel/plugin-transform-block-scoping" "^7.0.0"
6336+
"@babel/plugin-transform-classes" "^7.0.0"
6337+
"@babel/plugin-transform-computed-properties" "^7.0.0"
6338+
"@babel/plugin-transform-destructuring" "^7.20.0"
6339+
"@babel/plugin-transform-flow-strip-types" "^7.20.0"
6340+
"@babel/plugin-transform-function-name" "^7.0.0"
6341+
"@babel/plugin-transform-literals" "^7.0.0"
6342+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
6343+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0"
6344+
"@babel/plugin-transform-parameters" "^7.0.0"
6345+
"@babel/plugin-transform-react-display-name" "^7.0.0"
6346+
"@babel/plugin-transform-react-jsx" "^7.0.0"
6347+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
6348+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
6349+
"@babel/plugin-transform-runtime" "^7.0.0"
6350+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
6351+
"@babel/plugin-transform-spread" "^7.0.0"
6352+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
6353+
"@babel/plugin-transform-typescript" "^7.5.0"
6354+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
6355+
"@babel/template" "^7.0.0"
6356+
babel-plugin-transform-flow-enums "^0.0.2"
6357+
react-refresh "^0.4.0"
6358+
62946359
62956360
version "0.76.8"
62966361
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.76.8.tgz#c3a98e1f4cd5faf1e21eba8e004b94a90c4db69b"
@@ -6777,17 +6842,17 @@ optionator@^0.8.1:
67776842
type-check "~0.3.2"
67786843
word-wrap "~1.2.3"
67796844

6780-
optionator@^0.9.1:
6781-
version "0.9.1"
6782-
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
6783-
integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
6845+
optionator@^0.9.3:
6846+
version "0.9.3"
6847+
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
6848+
integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==
67846849
dependencies:
6850+
"@aashutoshrathi/word-wrap" "^1.2.3"
67856851
deep-is "^0.1.3"
67866852
fast-levenshtein "^2.0.6"
67876853
levn "^0.4.1"
67886854
prelude-ls "^1.2.1"
67896855
type-check "^0.4.0"
6790-
word-wrap "^1.2.3"
67916856

67926857
[email protected], ora@^5.4.1:
67936858
version "5.4.1"
@@ -8147,7 +8212,7 @@ strip-indent@^3.0.0:
81478212
dependencies:
81488213
min-indent "^1.0.0"
81498214

8150-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
8215+
strip-json-comments@^3.1.1:
81518216
version "3.1.1"
81528217
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
81538218
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -8706,7 +8771,7 @@ windows-release@^4.0.0:
87068771
dependencies:
87078772
execa "^4.0.2"
87088773

8709-
word-wrap@^1.2.3, word-wrap@~1.2.3:
8774+
word-wrap@~1.2.3:
87108775
version "1.2.4"
87118776
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
87128777
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==

0 commit comments

Comments
 (0)