Skip to content

Commit e9bc6e6

Browse files
committed
dependencies(eslint): upgrade to version 8.42.0
1 parent 53062cf commit e9bc6e6

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"conventional-changelog-conventionalcommits": "5.0.0",
2323
"cross-env": "7.0.3",
2424
"doctoc": "2.2.1",
25-
"eslint": "8.40.0",
25+
"eslint": "8.42.0",
2626
"eslint-config-prettier": "^8.8.0",
2727
"eslint-plugin-prettier": "4.2.1",
2828
"husky": "7.0.4",

yarn.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,10 +1217,10 @@
12171217
minimatch "^3.1.2"
12181218
strip-json-comments "^3.1.1"
12191219

1220-
"@eslint/js@8.40.0":
1221-
version "8.40.0"
1222-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
1223-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
1220+
"@eslint/js@8.42.0":
1221+
version "8.42.0"
1222+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
1223+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
12241224

12251225
"@gar/promisify@^1.0.1":
12261226
version "1.1.3"
@@ -1236,10 +1236,10 @@
12361236
lodash "^4.17.20"
12371237
replace-in-file "^6.1.0"
12381238

1239-
"@humanwhocodes/config-array@^0.11.8":
1240-
version "0.11.8"
1241-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1242-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
1239+
"@humanwhocodes/config-array@^0.11.10":
1240+
version "0.11.10"
1241+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1242+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
12431243
dependencies:
12441244
"@humanwhocodes/object-schema" "^1.2.1"
12451245
debug "^4.1.1"
@@ -3484,16 +3484,16 @@ eslint-visitor-keys@^3.4.1:
34843484
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
34853485
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
34863486

3487-
eslint@8.40.0:
3488-
version "8.40.0"
3489-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
3490-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
3487+
eslint@8.42.0:
3488+
version "8.42.0"
3489+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
3490+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
34913491
dependencies:
34923492
"@eslint-community/eslint-utils" "^4.2.0"
34933493
"@eslint-community/regexpp" "^4.4.0"
34943494
"@eslint/eslintrc" "^2.0.3"
3495-
"@eslint/js" "8.40.0"
3496-
"@humanwhocodes/config-array" "^0.11.8"
3495+
"@eslint/js" "8.42.0"
3496+
"@humanwhocodes/config-array" "^0.11.10"
34973497
"@humanwhocodes/module-importer" "^1.0.1"
34983498
"@nodelib/fs.walk" "^1.2.8"
34993499
ajv "^6.10.0"
@@ -3512,13 +3512,12 @@ [email protected]:
35123512
find-up "^5.0.0"
35133513
glob-parent "^6.0.2"
35143514
globals "^13.19.0"
3515-
grapheme-splitter "^1.0.4"
3515+
graphemer "^1.4.0"
35163516
ignore "^5.2.0"
35173517
import-fresh "^3.0.0"
35183518
imurmurhash "^0.1.4"
35193519
is-glob "^4.0.0"
35203520
is-path-inside "^3.0.3"
3521-
js-sdsl "^4.1.4"
35223521
js-yaml "^4.1.0"
35233522
json-stable-stringify-without-jsonify "^1.0.1"
35243523
levn "^0.4.1"
@@ -4038,6 +4037,11 @@ grapheme-splitter@^1.0.4:
40384037
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
40394038
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
40404039

4040+
graphemer@^1.4.0:
4041+
version "1.4.0"
4042+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
4043+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
4044+
40414045
handlebars@^4.7.6:
40424046
version "4.7.7"
40434047
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
@@ -4902,11 +4906,6 @@ [email protected]:
49024906
import-local "^3.0.2"
49034907
jest-cli "^28.1.3"
49044908

4905-
js-sdsl@^4.1.4:
4906-
version "4.1.5"
4907-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.5.tgz#1ff1645e6b4d1b028cd3f862db88c9d887f26e2a"
4908-
integrity sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==
4909-
49104909
js-tokens@^4.0.0:
49114910
version "4.0.0"
49124911
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)