Skip to content

Commit 2594847

Browse files
committed
chore(deps): update dependency eslint to v8.48.0
1 parent 5ccb929 commit 2594847

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
@@ -56,7 +56,7 @@
5656
"@types/ramda": "0.29.3",
5757
"@typescript-eslint/eslint-plugin": "5.62.0",
5858
"@typescript-eslint/parser": "5.62.0",
59-
"eslint": "8.47.0",
59+
"eslint": "8.48.0",
6060
"eslint-config-prettier": "9.0.0",
6161
"eslint-plugin-functional": "4.4.1",
6262
"eslint-plugin-jest": "27.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,10 +1055,10 @@
10551055
minimatch "^3.1.2"
10561056
strip-json-comments "^3.1.1"
10571057

1058-
"@eslint/js@^8.47.0":
1059-
version "8.47.0"
1060-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d"
1061-
integrity sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==
1058+
"@eslint/js@8.48.0":
1059+
version "8.48.0"
1060+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
1061+
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
10621062

10631063
"@ethersproject/[email protected]", "@ethersproject/abi@^5.7.0":
10641064
version "5.7.0"
@@ -2727,15 +2727,15 @@ eslint-visitor-keys@^3.4.3:
27272727
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27282728
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27292729

2730-
eslint@8.47.0:
2731-
version "8.47.0"
2732-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
2733-
integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==
2730+
eslint@8.48.0:
2731+
version "8.48.0"
2732+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
2733+
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
27342734
dependencies:
27352735
"@eslint-community/eslint-utils" "^4.2.0"
27362736
"@eslint-community/regexpp" "^4.6.1"
27372737
"@eslint/eslintrc" "^2.1.2"
2738-
"@eslint/js" "^8.47.0"
2738+
"@eslint/js" "8.48.0"
27392739
"@humanwhocodes/config-array" "^0.11.10"
27402740
"@humanwhocodes/module-importer" "^1.0.1"
27412741
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)