Skip to content

Commit 4fe2807

Browse files
chore(deps): update linters/formater
1 parent 9bdf09e commit 4fe2807

File tree

2 files changed

+59
-41
lines changed

2 files changed

+59
-41
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@types/ws": "8.5.3",
3939
"commitizen": "4.2.5",
4040
"cz-conventional-changelog": "3.3.0",
41-
"eslint": "8.27.0",
41+
"eslint": "8.36.0",
4242
"husky": "8.0.2",
4343
"nodemon": "2.0.20",
44-
"prettier": "2.7.1",
44+
"prettier": "2.8.4",
4545
"semantic-release": "19.0.5",
4646
"ts-node": "10.9.1",
4747
"tsconfig-paths": "4.1.0",

yarn.lock

Lines changed: 57 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -286,34 +286,51 @@
286286
resolved "https://registry.yarnpkg.com/@discordjs/util/-/util-0.1.0.tgz#e42ca1bf407bc6d9adf252877d1b206e32ba369a"
287287
integrity sha512-e7d+PaTLVQav6rOc2tojh2y6FE8S7REkqLldq1XF4soCx74XB/DIjbVbVLtBemf0nLW77ntz0v+o5DytKwFNLQ==
288288

289-
"@eslint/eslintrc@^1.3.3":
290-
version "1.3.3"
291-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
292-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
289+
"@eslint-community/eslint-utils@^4.2.0":
290+
version "4.3.0"
291+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz#a556790523a351b4e47e9d385f47265eaaf9780a"
292+
integrity sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==
293+
dependencies:
294+
eslint-visitor-keys "^3.3.0"
295+
296+
"@eslint-community/regexpp@^4.4.0":
297+
version "4.4.0"
298+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
299+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
300+
301+
"@eslint/eslintrc@^2.0.1":
302+
version "2.0.1"
303+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
304+
integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
293305
dependencies:
294306
ajv "^6.12.4"
295307
debug "^4.3.2"
296-
espree "^9.4.0"
297-
globals "^13.15.0"
308+
espree "^9.5.0"
309+
globals "^13.19.0"
298310
ignore "^5.2.0"
299311
import-fresh "^3.2.1"
300312
js-yaml "^4.1.0"
301313
minimatch "^3.1.2"
302314
strip-json-comments "^3.1.1"
303315

316+
"@eslint/js@8.36.0":
317+
version "8.36.0"
318+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe"
319+
integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==
320+
304321
"@gar/promisify@^1.1.3":
305322
version "1.1.3"
306323
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
307324
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
308325

309-
"@humanwhocodes/config-array@^0.11.6":
310-
version "0.11.6"
311-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
312-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
326+
"@humanwhocodes/config-array@^0.11.8":
327+
version "0.11.8"
328+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
329+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
313330
dependencies:
314331
"@humanwhocodes/object-schema" "^1.2.1"
315332
debug "^4.1.1"
316-
minimatch "^3.0.4"
333+
minimatch "^3.0.5"
317334

318335
"@humanwhocodes/module-importer@^1.0.1":
319336
version "1.0.1"
@@ -1921,13 +1938,16 @@ eslint-visitor-keys@^3.3.0:
19211938
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
19221939
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
19231940

1924-
eslint@8.27.0:
1925-
version "8.27.0"
1926-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64"
1927-
integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==
1941+
eslint@8.36.0:
1942+
version "8.36.0"
1943+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
1944+
integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
19281945
dependencies:
1929-
"@eslint/eslintrc" "^1.3.3"
1930-
"@humanwhocodes/config-array" "^0.11.6"
1946+
"@eslint-community/eslint-utils" "^4.2.0"
1947+
"@eslint-community/regexpp" "^4.4.0"
1948+
"@eslint/eslintrc" "^2.0.1"
1949+
"@eslint/js" "8.36.0"
1950+
"@humanwhocodes/config-array" "^0.11.8"
19311951
"@humanwhocodes/module-importer" "^1.0.1"
19321952
"@nodelib/fs.walk" "^1.2.8"
19331953
ajv "^6.10.0"
@@ -1937,16 +1957,15 @@ eslint@8.27.0:
19371957
doctrine "^3.0.0"
19381958
escape-string-regexp "^4.0.0"
19391959
eslint-scope "^7.1.1"
1940-
eslint-utils "^3.0.0"
19411960
eslint-visitor-keys "^3.3.0"
1942-
espree "^9.4.0"
1943-
esquery "^1.4.0"
1961+
espree "^9.5.0"
1962+
esquery "^1.4.2"
19441963
esutils "^2.0.2"
19451964
fast-deep-equal "^3.1.3"
19461965
file-entry-cache "^6.0.1"
19471966
find-up "^5.0.0"
19481967
glob-parent "^6.0.2"
1949-
globals "^13.15.0"
1968+
globals "^13.19.0"
19501969
grapheme-splitter "^1.0.4"
19511970
ignore "^5.2.0"
19521971
import-fresh "^3.0.0"
@@ -1961,15 +1980,14 @@ eslint@8.27.0:
19611980
minimatch "^3.1.2"
19621981
natural-compare "^1.4.0"
19631982
optionator "^0.9.1"
1964-
regexpp "^3.2.0"
19651983
strip-ansi "^6.0.1"
19661984
strip-json-comments "^3.1.0"
19671985
text-table "^0.2.0"
19681986

1969-
espree@^9.4.0:
1970-
version "9.4.0"
1971-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
1972-
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
1987+
espree@^9.5.0:
1988+
version "9.5.0"
1989+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113"
1990+
integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==
19731991
dependencies:
19741992
acorn "^8.8.0"
19751993
acorn-jsx "^5.3.2"
@@ -1980,10 +1998,10 @@ esprima@~4.0.0:
19801998
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
19811999
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
19822000

1983-
esquery@^1.4.0:
1984-
version "1.4.0"
1985-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
1986-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2001+
esquery@^1.4.2:
2002+
version "1.5.0"
2003+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2004+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
19872005
dependencies:
19882006
estraverse "^5.1.0"
19892007

@@ -2384,10 +2402,10 @@ global-prefix@^1.0.1:
23842402
is-windows "^1.0.1"
23852403
which "^1.2.14"
23862404

2387-
globals@^13.15.0:
2388-
version "13.17.0"
2389-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4"
2390-
integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
2405+
globals@^13.19.0:
2406+
version "13.20.0"
2407+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
2408+
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==
23912409
dependencies:
23922410
type-fest "^0.20.2"
23932411

@@ -3295,7 +3313,7 @@ minimatch@^3.0.4:
32953313
dependencies:
32963314
brace-expansion "^1.1.7"
32973315

3298-
minimatch@^3.1.1, minimatch@^3.1.2:
3316+
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
32993317
version "3.1.2"
33003318
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
33013319
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -4041,10 +4059,10 @@ prelude-ls@^1.2.1:
40414059
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
40424060
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
40434061

4044-
prettier@2.7.1:
4045-
version "2.7.1"
4046-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
4047-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
4062+
prettier@2.8.4:
4063+
version "2.8.4"
4064+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
4065+
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==
40484066

40494067
prettier@^2.1.1:
40504068
version "2.5.1"

0 commit comments

Comments
 (0)