Skip to content

Commit ee6d4f7

Browse files
1 parent 7e12dd4 commit ee6d4f7

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"description": "Coinbase Pro API for Node.js, written in TypeScript and covered by tests.",
1515
"devDependencies": {
1616
"@types/jasmine": "3.5.7",
17-
"@typescript-eslint/eslint-plugin": "2.21.0",
17+
"@typescript-eslint/eslint-plugin": "2.22.0",
1818
"@typescript-eslint/parser": "2.21.0",
1919
"cross-env": "7.0.0",
2020
"dotenv": "8.2.0",

yarn.lock

+27-5
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@
190190
dependencies:
191191
"@types/node" "*"
192192

193-
"@typescript-eslint/eslint-plugin@2.21.0":
194-
version "2.21.0"
195-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.21.0.tgz#a34de84a0791cae0357c4dda805c5b4e8203b6c6"
196-
integrity sha512-b5jjjDMxzcjh/Sbjuo7WyhrQmVJg0WipTHQgXh5Xwx10uYm6nPWqN1WGOsaNq4HR3Zh4wUx4IRQdDkCHwyewyw==
193+
"@typescript-eslint/eslint-plugin@2.22.0":
194+
version "2.22.0"
195+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.22.0.tgz#218ce6d4aa0244c6a40baba39ca1e021b26bb017"
196+
integrity sha512-BvxRLaTDVQ3N+Qq8BivLiE9akQLAOUfxNHIEhedOcg8B2+jY8Rc4/D+iVprvuMX1AdezFYautuGDwr9QxqSxBQ==
197197
dependencies:
198-
"@typescript-eslint/experimental-utils" "2.21.0"
198+
"@typescript-eslint/experimental-utils" "2.22.0"
199199
eslint-utils "^1.4.3"
200200
functional-red-black-tree "^1.0.1"
201201
regexpp "^3.0.0"
@@ -210,6 +210,15 @@
210210
"@typescript-eslint/typescript-estree" "2.21.0"
211211
eslint-scope "^5.0.0"
212212

213+
"@typescript-eslint/experimental-utils@2.22.0":
214+
version "2.22.0"
215+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
216+
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
217+
dependencies:
218+
"@types/json-schema" "^7.0.3"
219+
"@typescript-eslint/typescript-estree" "2.22.0"
220+
eslint-scope "^5.0.0"
221+
213222
"@typescript-eslint/parser@2.21.0":
214223
version "2.21.0"
215224
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.21.0.tgz#4f200995517c3d5fc5ef51b17527bc948992e438"
@@ -233,6 +242,19 @@
233242
semver "^6.3.0"
234243
tsutils "^3.17.1"
235244

245+
"@typescript-eslint/typescript-estree@2.22.0":
246+
version "2.22.0"
247+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
248+
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
249+
dependencies:
250+
debug "^4.1.1"
251+
eslint-visitor-keys "^1.1.0"
252+
glob "^7.1.6"
253+
is-glob "^4.0.1"
254+
lodash "^4.17.15"
255+
semver "^6.3.0"
256+
tsutils "^3.17.1"
257+
236258
acorn-jsx@^5.1.0:
237259
version "5.1.0"
238260
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"

0 commit comments

Comments
 (0)