Skip to content

Commit 7661a7c

Browse files
Update dependency eslint to v8.57.1 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4fac6d1 commit 7661a7c

2 files changed

Lines changed: 61 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@testing-library/jest-dom": "^6.0.0",
4848
"@testing-library/react": "^15.0.0",
4949
"cypress": "^13.0.0",
50-
"eslint": "8.57.0",
50+
"eslint": "8.57.1",
5151
"eslint-config-react-app": "7.0.1",
5252
"eslint-plugin-jest-react": "0.1.0",
5353
"jest": "^29.0.0",

yarn.lock

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,6 +1562,11 @@
15621562
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
15631563
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
15641564

1565+
"@eslint/js@8.57.1":
1566+
version "8.57.1"
1567+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
1568+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
1569+
15651570
"@fingerprintjs/fingerprintjs-pro@3.9.9":
15661571
version "3.9.9"
15671572
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.9.9.tgz#329115cd08b618e4fb3d48bbdb342f4fa4e652b1"
@@ -1590,12 +1595,21 @@
15901595
debug "^4.3.1"
15911596
minimatch "^3.0.5"
15921597

1598+
"@humanwhocodes/config-array@^0.13.0":
1599+
version "0.13.0"
1600+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
1601+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
1602+
dependencies:
1603+
"@humanwhocodes/object-schema" "^2.0.3"
1604+
debug "^4.3.1"
1605+
minimatch "^3.0.5"
1606+
15931607
"@humanwhocodes/module-importer@^1.0.1":
15941608
version "1.0.1"
15951609
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
15961610
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
15971611

1598-
"@humanwhocodes/object-schema@^2.0.2":
1612+
"@humanwhocodes/object-schema@^2.0.2", "@humanwhocodes/object-schema@^2.0.3":
15991613
version "2.0.3"
16001614
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
16011615
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
@@ -5351,7 +5365,51 @@ eslint-webpack-plugin@^3.1.1:
53515365
normalize-path "^3.0.0"
53525366
schema-utils "^4.0.0"
53535367

5354-
eslint@8.57.0, eslint@^8.3.0:
5368+
eslint@8.57.1:
5369+
version "8.57.1"
5370+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
5371+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
5372+
dependencies:
5373+
"@eslint-community/eslint-utils" "^4.2.0"
5374+
"@eslint-community/regexpp" "^4.6.1"
5375+
"@eslint/eslintrc" "^2.1.4"
5376+
"@eslint/js" "8.57.1"
5377+
"@humanwhocodes/config-array" "^0.13.0"
5378+
"@humanwhocodes/module-importer" "^1.0.1"
5379+
"@nodelib/fs.walk" "^1.2.8"
5380+
"@ungap/structured-clone" "^1.2.0"
5381+
ajv "^6.12.4"
5382+
chalk "^4.0.0"
5383+
cross-spawn "^7.0.2"
5384+
debug "^4.3.2"
5385+
doctrine "^3.0.0"
5386+
escape-string-regexp "^4.0.0"
5387+
eslint-scope "^7.2.2"
5388+
eslint-visitor-keys "^3.4.3"
5389+
espree "^9.6.1"
5390+
esquery "^1.4.2"
5391+
esutils "^2.0.2"
5392+
fast-deep-equal "^3.1.3"
5393+
file-entry-cache "^6.0.1"
5394+
find-up "^5.0.0"
5395+
glob-parent "^6.0.2"
5396+
globals "^13.19.0"
5397+
graphemer "^1.4.0"
5398+
ignore "^5.2.0"
5399+
imurmurhash "^0.1.4"
5400+
is-glob "^4.0.0"
5401+
is-path-inside "^3.0.3"
5402+
js-yaml "^4.1.0"
5403+
json-stable-stringify-without-jsonify "^1.0.1"
5404+
levn "^0.4.1"
5405+
lodash.merge "^4.6.2"
5406+
minimatch "^3.1.2"
5407+
natural-compare "^1.4.0"
5408+
optionator "^0.9.3"
5409+
strip-ansi "^6.0.1"
5410+
text-table "^0.2.0"
5411+
5412+
eslint@^8.3.0:
53555413
version "8.57.0"
53565414
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
53575415
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==

0 commit comments

Comments
 (0)