Skip to content

Commit 45318d1

Browse files
committed
chore(deps): update dependency eslint to v8.43.0
1 parent 753f6a5 commit 45318d1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/ramda": "0.29.2",
5252
"@typescript-eslint/eslint-plugin": "5.59.11",
5353
"@typescript-eslint/parser": "5.59.11",
54-
"eslint": "8.42.0",
54+
"eslint": "8.43.0",
5555
"eslint-config-prettier": "8.8.0",
5656
"eslint-plugin-functional": "4.4.1",
5757
"eslint-plugin-jest": "27.2.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,10 +1479,10 @@
14791479
minimatch "^3.1.2"
14801480
strip-json-comments "^3.1.1"
14811481

1482-
"@eslint/js@8.42.0":
1483-
version "8.42.0"
1484-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
1485-
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
1482+
"@eslint/js@8.43.0":
1483+
version "8.43.0"
1484+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.43.0.tgz#559ca3d9ddbd6bf907ad524320a0d14b85586af0"
1485+
integrity sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==
14861486

14871487
"@ethersproject/[email protected]", "@ethersproject/abi@^5.7.0":
14881488
version "5.7.0"
@@ -3354,15 +3354,15 @@ eslint-visitor-keys@^3.4.1:
33543354
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
33553355
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
33563356

3357-
eslint@8.42.0:
3358-
version "8.42.0"
3359-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
3360-
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
3357+
eslint@8.43.0:
3358+
version "8.43.0"
3359+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.43.0.tgz#3e8c6066a57097adfd9d390b8fc93075f257a094"
3360+
integrity sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==
33613361
dependencies:
33623362
"@eslint-community/eslint-utils" "^4.2.0"
33633363
"@eslint-community/regexpp" "^4.4.0"
33643364
"@eslint/eslintrc" "^2.0.3"
3365-
"@eslint/js" "8.42.0"
3365+
"@eslint/js" "8.43.0"
33663366
"@humanwhocodes/config-array" "^0.11.10"
33673367
"@humanwhocodes/module-importer" "^1.0.1"
33683368
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)