Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v7.20.0 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 15, 2021
1 parent c5019a7 commit aade8c6
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 17 deletions.
24 changes: 16 additions & 8 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/guardian-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/prettier": "^2.1.5",
"bip39": "3.0.3",
"codecov": "^3.8.1",
"eslint": "7.19.0",
"eslint": "7.20.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "~26.6.3",
"jest-extended": "~0.11.5",
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.11":
"@babel/code-frame@npm:7.12.11, @babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.11":
version: 7.12.11
resolution: "@babel/code-frame@npm:7.12.11"
dependencies:
Expand Down Expand Up @@ -2295,7 +2295,7 @@ __metadata:
"@types/prettier": ^2.1.5
bip39: 3.0.3
codecov: ^3.8.1
eslint: 7.19.0
eslint: 7.20.0
eslint-plugin-prettier: ^3.1.4
jest: ~26.6.3
jest-extended: ~0.11.5
Expand Down Expand Up @@ -5511,11 +5511,11 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:7.19.0":
version: 7.19.0
resolution: "eslint@npm:7.19.0"
"eslint@npm:7.20.0":
version: 7.20.0
resolution: "eslint@npm:7.20.0"
dependencies:
"@babel/code-frame": ^7.0.0
"@babel/code-frame": 7.12.11
"@eslint/eslintrc": ^0.3.0
ajv: ^6.10.0
chalk: ^4.0.0
Expand All @@ -5527,7 +5527,7 @@ __metadata:
eslint-utils: ^2.1.0
eslint-visitor-keys: ^2.0.0
espree: ^7.3.1
esquery: ^1.2.0
esquery: ^1.4.0
esutils: ^2.0.2
file-entry-cache: ^6.0.0
functional-red-black-tree: ^1.0.1
Expand All @@ -5554,7 +5554,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: 0461e8b2b53c9097995efe131f659e2df77deda1daf79d7673654e2cbdac90bd2a412758b0ee0db48d29bf58f4b4d99170a70e17df1345782f0c8fa511bb0734
checksum: 1d56cabc7e21f43b8bb6a1934f2488b27d86b018ce2246bc9b89e52931e26b306c5883f5e4ff5c6e0228e0e8673553a460e98eacc4890f9e5984002df0292123
languageName: node
linkType: hard

Expand Down Expand Up @@ -5645,6 +5645,15 @@ __metadata:
languageName: node
linkType: hard

"esquery@npm:^1.4.0":
version: 1.4.0
resolution: "esquery@npm:1.4.0"
dependencies:
estraverse: ^5.1.0
checksum: 3293ecc1507a8cec8d2da8a4707275c2ccf5413e7a3c771fe41c16cee603cacd193bb7383a6e219d1f7d2449156ef575ffd66c839073d4a8058f72856a15f622
languageName: node
linkType: hard

"esrecurse@npm:^4.3.0":
version: 4.3.0
resolution: "esrecurse@npm:4.3.0"
Expand Down

0 comments on commit aade8c6

Please sign in to comment.