Skip to content

Commit a01ffb7

Browse files
authored
Merge pull request #271 from icelam/dependabot/npm_and_yarn/develop/typescript-eslint/parser-4.33.0
chore(deps-dev): bump @typescript-eslint/parser from 4.28.1 to 4.33.0
2 parents 0a383be + a768dbd commit a01ffb7

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

yarn.lock

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -949,23 +949,15 @@
949949
eslint-utils "^3.0.0"
950950

951951
"@typescript-eslint/parser@^4.15.2":
952-
version "4.28.1"
953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
954-
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
952+
version "4.33.0"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
954+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
955955
dependencies:
956-
"@typescript-eslint/scope-manager" "4.28.1"
957-
"@typescript-eslint/types" "4.28.1"
958-
"@typescript-eslint/typescript-estree" "4.28.1"
956+
"@typescript-eslint/scope-manager" "4.33.0"
957+
"@typescript-eslint/types" "4.33.0"
958+
"@typescript-eslint/typescript-estree" "4.33.0"
959959
debug "^4.3.1"
960960

961-
"@typescript-eslint/scope-manager@4.28.1":
962-
version "4.28.1"
963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
964-
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
965-
dependencies:
966-
"@typescript-eslint/types" "4.28.1"
967-
"@typescript-eslint/visitor-keys" "4.28.1"
968-
969961
"@typescript-eslint/scope-manager@4.33.0":
970962
version "4.33.0"
971963
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
@@ -982,11 +974,6 @@
982974
"@typescript-eslint/types" "5.2.0"
983975
"@typescript-eslint/visitor-keys" "5.2.0"
984976

985-
"@typescript-eslint/types@4.28.1":
986-
version "4.28.1"
987-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
988-
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
989-
990977
"@typescript-eslint/types@4.33.0":
991978
version "4.33.0"
992979
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
@@ -997,19 +984,6 @@
997984
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf"
998985
integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==
999986

1000-
"@typescript-eslint/typescript-estree@4.28.1":
1001-
version "4.28.1"
1002-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
1003-
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
1004-
dependencies:
1005-
"@typescript-eslint/types" "4.28.1"
1006-
"@typescript-eslint/visitor-keys" "4.28.1"
1007-
debug "^4.3.1"
1008-
globby "^11.0.3"
1009-
is-glob "^4.0.1"
1010-
semver "^7.3.5"
1011-
tsutils "^3.21.0"
1012-
1013987
"@typescript-eslint/typescript-estree@4.33.0":
1014988
version "4.33.0"
1015989
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -1036,14 +1010,6 @@
10361010
semver "^7.3.5"
10371011
tsutils "^3.21.0"
10381012

1039-
"@typescript-eslint/visitor-keys@4.28.1":
1040-
version "4.28.1"
1041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
1042-
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
1043-
dependencies:
1044-
"@typescript-eslint/types" "4.28.1"
1045-
eslint-visitor-keys "^2.0.0"
1046-
10471013
"@typescript-eslint/visitor-keys@4.33.0":
10481014
version "4.33.0"
10491015
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"

0 commit comments

Comments
 (0)