diff --git a/.pnp.js b/.pnp.js index d9271542..894498d4 100755 --- a/.pnp.js +++ b/.pnp.js @@ -2701,7 +2701,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/prettier", "npm:2.1.6"], ["bip39", "npm:3.0.3"], ["codecov", "npm:3.8.1"], - ["eslint", "npm:7.19.0"], + ["eslint", "npm:7.20.0"], ["eslint-plugin-prettier", "virtual:2114906214ae1b3aacbb0ff8e15f5f26a82db57364046b914e58da85667524fd28e84745ee8637ff1154e38d0c758268e428da29fb33617a6ca86e0cf0cc6298#npm:3.3.1"], ["jest", "npm:26.6.3"], ["jest-extended", "npm:0.11.5"], @@ -6379,10 +6379,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ], "linkType": "HARD", }], - ["npm:7.19.0", { - "packageLocation": "./.yarn/cache/eslint-npm-7.19.0-796aed1841-0461e8b2b5.zip/node_modules/eslint/", + ["npm:7.20.0", { + "packageLocation": "./.yarn/cache/eslint-npm-7.20.0-42a38efe95-1d56cabc7e.zip/node_modules/eslint/", "packageDependencies": [ - ["eslint", "npm:7.19.0"], + ["eslint", "npm:7.20.0"], ["@babel/code-frame", "npm:7.12.11"], ["@eslint/eslintrc", "npm:0.3.0"], ["ajv", "npm:6.12.6"], @@ -6395,7 +6395,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["eslint-utils", "npm:2.1.0"], ["eslint-visitor-keys", "npm:2.0.0"], ["espree", "npm:7.3.1"], - ["esquery", "npm:1.3.1"], + ["esquery", "npm:1.4.0"], ["esutils", "npm:2.0.3"], ["file-entry-cache", "npm:6.0.0"], ["functional-red-black-tree", "npm:1.0.1"], @@ -6483,7 +6483,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["eslint-plugin-prettier", "virtual:2114906214ae1b3aacbb0ff8e15f5f26a82db57364046b914e58da85667524fd28e84745ee8637ff1154e38d0c758268e428da29fb33617a6ca86e0cf0cc6298#npm:3.3.1"], ["@types/eslint", "npm:7.2.6"], ["@types/prettier", "npm:2.1.6"], - ["eslint", "npm:7.19.0"], + ["eslint", "npm:7.20.0"], ["eslint-config-prettier", null], ["prettier", "npm:2.2.1"], ["prettier-linter-helpers", "npm:1.0.0"] @@ -6613,6 +6613,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["estraverse", "npm:5.2.0"] ], "linkType": "HARD", + }], + ["npm:1.4.0", { + "packageLocation": "./.yarn/cache/esquery-npm-1.4.0-f39408b1a7-3293ecc150.zip/node_modules/esquery/", + "packageDependencies": [ + ["esquery", "npm:1.4.0"], + ["estraverse", "npm:5.2.0"] + ], + "linkType": "HARD", }] ]], ["esrecurse", [ @@ -10694,7 +10702,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ]], ["ngrok", [ ["npm:3.4.0", { - "packageLocation": "./.yarn/unplugged/ngrok-npm-3.4.0-b3c3175e0b/node_modules/ngrok/", + "packageLocation": "./.yarn/cache/ngrok-npm-3.4.0-b3c3175e0b-7edb48c174.zip/node_modules/ngrok/", "packageDependencies": [ ["ngrok", "npm:3.4.0"], ["@types/node", "npm:8.10.66"], @@ -12212,7 +12220,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ]], ["protobufjs", [ ["npm:6.10.2", { - "packageLocation": "./.yarn/unplugged/protobufjs-npm-6.10.2-f0f2cab7fe/node_modules/protobufjs/", + "packageLocation": "./.yarn/cache/protobufjs-npm-6.10.2-f0f2cab7fe-09d6292362.zip/node_modules/protobufjs/", "packageDependencies": [ ["protobufjs", "npm:6.10.2"], ["@protobufjs/aspromise", "npm:1.1.2"], diff --git a/.yarn/cache/eslint-npm-7.19.0-796aed1841-0461e8b2b5.zip b/.yarn/cache/eslint-npm-7.20.0-42a38efe95-1d56cabc7e.zip similarity index 74% rename from .yarn/cache/eslint-npm-7.19.0-796aed1841-0461e8b2b5.zip rename to .yarn/cache/eslint-npm-7.20.0-42a38efe95-1d56cabc7e.zip index 011eb6ad..b368d5ae 100644 Binary files a/.yarn/cache/eslint-npm-7.19.0-796aed1841-0461e8b2b5.zip and b/.yarn/cache/eslint-npm-7.20.0-42a38efe95-1d56cabc7e.zip differ diff --git a/.yarn/cache/esquery-npm-1.4.0-f39408b1a7-3293ecc150.zip b/.yarn/cache/esquery-npm-1.4.0-f39408b1a7-3293ecc150.zip new file mode 100644 index 00000000..59db91d1 Binary files /dev/null and b/.yarn/cache/esquery-npm-1.4.0-f39408b1a7-3293ecc150.zip differ diff --git a/packages/guardian-transactions/package.json b/packages/guardian-transactions/package.json index bcca5f26..4c95bb13 100644 --- a/packages/guardian-transactions/package.json +++ b/packages/guardian-transactions/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 7f70c2fc..f1ade324 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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 @@ -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 @@ -5554,7 +5554,7 @@ __metadata: v8-compile-cache: ^2.0.3 bin: eslint: bin/eslint.js - checksum: 0461e8b2b53c9097995efe131f659e2df77deda1daf79d7673654e2cbdac90bd2a412758b0ee0db48d29bf58f4b4d99170a70e17df1345782f0c8fa511bb0734 + checksum: 1d56cabc7e21f43b8bb6a1934f2488b27d86b018ce2246bc9b89e52931e26b306c5883f5e4ff5c6e0228e0e8673553a460e98eacc4890f9e5984002df0292123 languageName: node linkType: hard @@ -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"