Skip to content

Commit efd8cef

Browse files
build(deps): update dependency eslint to v8.57.0
1 parent 386e691 commit efd8cef

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@typescript-eslint/parser": "5.62.0",
4040
"ava": "5.3.1",
4141
"cz-conventional-changelog": "3.3.0",
42-
"eslint": "8.55.0",
42+
"eslint": "8.57.0",
4343
"eslint-config-prettier": "9.1.0",
4444
"eslint-plugin-import": "2.29.0",
4545
"eslint-plugin-jsdoc": "40.3.0",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -122,29 +122,29 @@
122122
minimatch "^3.1.2"
123123
strip-json-comments "^3.1.1"
124124

125-
"@eslint/js@8.55.0":
126-
version "8.55.0"
127-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
128-
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
129-
130-
"@humanwhocodes/config-array@^0.11.13":
131-
version "0.11.13"
132-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
133-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
134-
dependencies:
135-
"@humanwhocodes/object-schema" "^2.0.1"
136-
debug "^4.1.1"
125+
"@eslint/js@8.57.0":
126+
version "8.57.0"
127+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
128+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
129+
130+
"@humanwhocodes/config-array@^0.11.14":
131+
version "0.11.14"
132+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
133+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
134+
dependencies:
135+
"@humanwhocodes/object-schema" "^2.0.2"
136+
debug "^4.3.1"
137137
minimatch "^3.0.5"
138138

139139
"@humanwhocodes/module-importer@^1.0.1":
140140
version "1.0.1"
141141
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
142142
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
143143

144-
"@humanwhocodes/object-schema@^2.0.1":
145-
version "2.0.1"
146-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
147-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
144+
"@humanwhocodes/object-schema@^2.0.2":
145+
version "2.0.2"
146+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
147+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
148148

149149
"@jridgewell/resolve-uri@^3.0.3":
150150
version "3.1.1"
@@ -982,7 +982,7 @@ debug@^3.2.7:
982982
dependencies:
983983
ms "^2.1.1"
984984

985-
debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
985+
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
986986
version "4.3.4"
987987
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
988988
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1275,16 +1275,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
12751275
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
12761276
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
12771277

1278-
eslint@8.55.0:
1279-
version "8.55.0"
1280-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
1281-
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
1278+
eslint@8.57.0:
1279+
version "8.57.0"
1280+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1281+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
12821282
dependencies:
12831283
"@eslint-community/eslint-utils" "^4.2.0"
12841284
"@eslint-community/regexpp" "^4.6.1"
12851285
"@eslint/eslintrc" "^2.1.4"
1286-
"@eslint/js" "8.55.0"
1287-
"@humanwhocodes/config-array" "^0.11.13"
1286+
"@eslint/js" "8.57.0"
1287+
"@humanwhocodes/config-array" "^0.11.14"
12881288
"@humanwhocodes/module-importer" "^1.0.1"
12891289
"@nodelib/fs.walk" "^1.2.8"
12901290
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)