Skip to content

Commit 91f639d

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 2.32.0 to 2.33.0
1 parent f2ae1c4 commit 91f639d

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

yarn.lock

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,14 +1266,24 @@
12661266
eslint-scope "^5.0.0"
12671267
eslint-utils "^2.0.0"
12681268

1269+
"@typescript-eslint/[email protected]":
1270+
version "2.33.0"
1271+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
1272+
integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==
1273+
dependencies:
1274+
"@types/json-schema" "^7.0.3"
1275+
"@typescript-eslint/typescript-estree" "2.33.0"
1276+
eslint-scope "^5.0.0"
1277+
eslint-utils "^2.0.0"
1278+
12691279
"@typescript-eslint/parser@^2.29.0":
1270-
version "2.32.0"
1271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.32.0.tgz#a1ace8ab1af529580bfb6cc2cd55fd8d8b1e68ab"
1272-
integrity sha512-swRtH835fUfm2khchiOVNchU3gVNaZNj2pY92QSx4kXan+RzaGNrwIRaCyX8uqzmK0xNPzseaUYHP8CsmrsjFw==
1280+
version "2.33.0"
1281+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.33.0.tgz#395c0ef229ebef883608f8632a34f0acf02b9bdd"
1282+
integrity sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==
12731283
dependencies:
12741284
"@types/eslint-visitor-keys" "^1.0.0"
1275-
"@typescript-eslint/experimental-utils" "2.32.0"
1276-
"@typescript-eslint/typescript-estree" "2.32.0"
1285+
"@typescript-eslint/experimental-utils" "2.33.0"
1286+
"@typescript-eslint/typescript-estree" "2.33.0"
12771287
eslint-visitor-keys "^1.1.0"
12781288

12791289
"@typescript-eslint/[email protected]":
@@ -1289,6 +1299,19 @@
12891299
semver "^7.3.2"
12901300
tsutils "^3.17.1"
12911301

1302+
"@typescript-eslint/[email protected]":
1303+
version "2.33.0"
1304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
1305+
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
1306+
dependencies:
1307+
debug "^4.1.1"
1308+
eslint-visitor-keys "^1.1.0"
1309+
glob "^7.1.6"
1310+
is-glob "^4.0.1"
1311+
lodash "^4.17.15"
1312+
semver "^7.3.2"
1313+
tsutils "^3.17.1"
1314+
12921315
"@zkochan/cmd-shim@^3.1.0":
12931316
version "3.1.0"
12941317
resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)