Skip to content

Commit 16b5620

Browse files
committed
Update dependency eslint to v8.51.0
1 parent 25299c3 commit 16b5620

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
@@ -57,7 +57,7 @@
5757
"ava": "5.3.1",
5858
"bl": "6.0.7",
5959
"dotenv": "16.3.1",
60-
"eslint": "8.50.0",
60+
"eslint": "8.51.0",
6161
"eslint-config-prettier": "9.0.0",
6262
"eslint-plugin-functional": "4.4.1",
6363
"esm": "3.2.25",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
minimatch "^3.1.2"
130130
strip-json-comments "^3.1.1"
131131

132-
"@eslint/js@8.50.0":
133-
version "8.50.0"
134-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
135-
integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
132+
"@eslint/js@8.51.0":
133+
version "8.51.0"
134+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
135+
integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
136136

137137
"@ethereum-waffle/chai@^3.3.0":
138138
version "3.4.0"
@@ -3434,15 +3434,15 @@ eslint-visitor-keys@^3.4.3:
34343434
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34353435
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34363436

3437-
eslint@8.50.0:
3438-
version "8.50.0"
3439-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
3440-
integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
3437+
eslint@8.51.0:
3438+
version "8.51.0"
3439+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
3440+
integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
34413441
dependencies:
34423442
"@eslint-community/eslint-utils" "^4.2.0"
34433443
"@eslint-community/regexpp" "^4.6.1"
34443444
"@eslint/eslintrc" "^2.1.2"
3445-
"@eslint/js" "8.50.0"
3445+
"@eslint/js" "8.51.0"
34463446
"@humanwhocodes/config-array" "^0.11.11"
34473447
"@humanwhocodes/module-importer" "^1.0.1"
34483448
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)