Skip to content

Commit e1f9838

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.25.0 to 4.26.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.25.0 to 4.26.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.0/packages/parser) Signed-off-by: dependabot[bot] <support@github.com>
1 parent af9b2bf commit e1f9838

File tree

1 file changed

+49
-8
lines changed

1 file changed

+49
-8
lines changed

yarn.lock

Lines changed: 49 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,14 +1261,14 @@
12611261
eslint-utils "^2.0.0"
12621262

12631263
"@typescript-eslint/parser@^4.7.0":
1264-
version "4.25.0"
1265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
1266-
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
1264+
version "4.26.0"
1265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
1266+
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
12671267
dependencies:
1268-
"@typescript-eslint/scope-manager" "4.25.0"
1269-
"@typescript-eslint/types" "4.25.0"
1270-
"@typescript-eslint/typescript-estree" "4.25.0"
1271-
debug "^4.1.1"
1268+
"@typescript-eslint/scope-manager" "4.26.0"
1269+
"@typescript-eslint/types" "4.26.0"
1270+
"@typescript-eslint/typescript-estree" "4.26.0"
1271+
debug "^4.3.1"
12721272

12731273
"@typescript-eslint/scope-manager@4.25.0":
12741274
version "4.25.0"
@@ -1278,11 +1278,24 @@
12781278
"@typescript-eslint/types" "4.25.0"
12791279
"@typescript-eslint/visitor-keys" "4.25.0"
12801280

1281+
"@typescript-eslint/scope-manager@4.26.0":
1282+
version "4.26.0"
1283+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
1284+
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
1285+
dependencies:
1286+
"@typescript-eslint/types" "4.26.0"
1287+
"@typescript-eslint/visitor-keys" "4.26.0"
1288+
12811289
"@typescript-eslint/types@4.25.0":
12821290
version "4.25.0"
12831291
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
12841292
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
12851293

1294+
"@typescript-eslint/types@4.26.0":
1295+
version "4.26.0"
1296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
1297+
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
1298+
12861299
"@typescript-eslint/typescript-estree@4.25.0":
12871300
version "4.25.0"
12881301
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
@@ -1296,6 +1309,19 @@
12961309
semver "^7.3.2"
12971310
tsutils "^3.17.1"
12981311

1312+
"@typescript-eslint/typescript-estree@4.26.0":
1313+
version "4.26.0"
1314+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
1315+
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
1316+
dependencies:
1317+
"@typescript-eslint/types" "4.26.0"
1318+
"@typescript-eslint/visitor-keys" "4.26.0"
1319+
debug "^4.3.1"
1320+
globby "^11.0.3"
1321+
is-glob "^4.0.1"
1322+
semver "^7.3.5"
1323+
tsutils "^3.21.0"
1324+
12991325
"@typescript-eslint/visitor-keys@4.25.0":
13001326
version "4.25.0"
13011327
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
@@ -1304,6 +1330,14 @@
13041330
"@typescript-eslint/types" "4.25.0"
13051331
eslint-visitor-keys "^2.0.0"
13061332

1333+
"@typescript-eslint/visitor-keys@4.26.0":
1334+
version "4.26.0"
1335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
1336+
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
1337+
dependencies:
1338+
"@typescript-eslint/types" "4.26.0"
1339+
eslint-visitor-keys "^2.0.0"
1340+
13071341
JSONStream@^1.3.5:
13081342
version "1.3.5"
13091343
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -7168,7 +7202,7 @@ semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
71687202
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
71697203
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
71707204

7171-
semver@^7.0.0, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2:
7205+
semver@^7.0.0, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
71727206
version "7.3.5"
71737207
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
71747208
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -8027,6 +8061,13 @@ tsutils@^3.17.1:
80278061
dependencies:
80288062
tslib "^1.8.1"
80298063

8064+
tsutils@^3.21.0:
8065+
version "3.21.0"
8066+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8067+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8068+
dependencies:
8069+
tslib "^1.8.1"
8070+
80308071
tty-browserify@0.0.0:
80318072
version "0.0.0"
80328073
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

0 commit comments

Comments
 (0)