Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v7.27.0 (#93)
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 May 23, 2021
1 parent 0dfdb52 commit feb15d5
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 16 deletions.
38 changes: 31 additions & 7 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.
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 @@ -60,7 +60,7 @@
"@types/prettier": "^2.1.5",
"bip39": "3.0.4",
"codecov": "^3.8.1",
"eslint": "7.26.0",
"eslint": "7.27.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "~26.6.3",
"jest-extended": "~0.11.5",
Expand Down
39 changes: 31 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ __metadata:
"@types/prettier": ^2.1.5
bip39: 3.0.4
codecov: ^3.8.1
eslint: 7.26.0
eslint: 7.27.0
eslint-plugin-prettier: ^3.1.4
jest: ~26.6.3
jest-extended: ~0.11.5
Expand Down Expand Up @@ -5553,7 +5553,7 @@ __metadata:
languageName: node
linkType: hard

"escape-string-regexp@npm:4.0.0":
"escape-string-regexp@npm:4.0.0, escape-string-regexp@npm:^4.0.0":
version: 4.0.0
resolution: "escape-string-regexp@npm:4.0.0"
checksum: c747be8d5ff7873127e3e0cffe7d2206a37208077fa9c30a3c1bb4f26bebd081c8c24d5fba7a99449f9d20670bea3dc5e1b6098b0f074b099bd38766271a272f
Expand Down Expand Up @@ -5695,9 +5695,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:7.26.0":
version: 7.26.0
resolution: "eslint@npm:7.26.0"
"eslint@npm:7.27.0":
version: 7.27.0
resolution: "eslint@npm:7.27.0"
dependencies:
"@babel/code-frame": 7.12.11
"@eslint/eslintrc": ^0.4.1
Expand All @@ -5707,12 +5707,14 @@ __metadata:
debug: ^4.0.1
doctrine: ^3.0.0
enquirer: ^2.3.5
escape-string-regexp: ^4.0.0
eslint-scope: ^5.1.1
eslint-utils: ^2.1.0
eslint-visitor-keys: ^2.0.0
espree: ^7.3.1
esquery: ^1.4.0
esutils: ^2.0.2
fast-deep-equal: ^3.1.3
file-entry-cache: ^6.0.1
functional-red-black-tree: ^1.0.1
glob-parent: ^5.0.0
Expand All @@ -5724,7 +5726,7 @@ __metadata:
js-yaml: ^3.13.1
json-stable-stringify-without-jsonify: ^1.0.1
levn: ^0.4.1
lodash: ^4.17.21
lodash.merge: ^4.6.2
minimatch: ^3.0.4
natural-compare: ^1.4.0
optionator: ^0.9.1
Expand All @@ -5733,12 +5735,12 @@ __metadata:
semver: ^7.2.1
strip-ansi: ^6.0.0
strip-json-comments: ^3.1.0
table: ^6.0.4
table: ^6.0.9
text-table: ^0.2.0
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: 08f99befd764fbd6ea811e9eec27d5c6b9dc9d1bbfe5ffa1016e4f1fe526a4f45ea127c4e30c554c423ee55eb290ce9af4fb7fedf9b7af3f84076a444c2bbdf6
checksum: c91a9a88091fb2654ec599b452f6d8aff22daa4a21761e762536877ec8b65cd6386c29ea2e0fec2668125a07c62973bc23922f924c999e140c1042b8cffca030
languageName: node
linkType: hard

Expand Down Expand Up @@ -8870,6 +8872,13 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"lodash.merge@npm:^4.6.2":
version: 4.6.2
resolution: "lodash.merge@npm:4.6.2"
checksum: 4e2bb42a87a148991458d7c384bc197e96f7115e9536fc8e2c86ae9e99ce1c1f693ff15eb85761952535f48d72253aed8e673d9f32dde3e671cd91e3fde220a7
languageName: node
linkType: hard

"lodash.set@npm:^4.3.2":
version: 4.3.2
resolution: "lodash.set@npm:4.3.2"
Expand Down Expand Up @@ -12503,6 +12512,20 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"table@npm:^6.0.9":
version: 6.7.1
resolution: "table@npm:6.7.1"
dependencies:
ajv: ^8.0.1
lodash.clonedeep: ^4.5.0
lodash.truncate: ^4.4.2
slice-ansi: ^4.0.0
string-width: ^4.2.0
strip-ansi: ^6.0.0
checksum: 66107046b7226051552d53c1260facfed03f4050373d3888620af7b1353f6a5429d9a4a5fb796c56c29b9dd5ffca7b661a815f42ec392cb5956432585578772a
languageName: node
linkType: hard

"tar-fs@npm:^2.0.0":
version: 2.1.1
resolution: "tar-fs@npm:2.1.1"
Expand Down

0 comments on commit feb15d5

Please sign in to comment.