Skip to content

Commit 38c8778

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.4.0 to 4.4.1 (#2374)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.4.0 to 4.4.1. - [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.4.1/packages/parser) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent e78915a commit 38c8778

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -955,48 +955,48 @@
955955
"@types/yargs-parser" "*"
956956

957957
"@typescript-eslint/parser@^4.1.1":
958-
version "4.4.0"
959-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
960-
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
958+
version "4.4.1"
959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
960+
integrity sha512-S0fuX5lDku28Au9REYUsV+hdJpW/rNW0gWlc4SXzF/kdrRaAVX9YCxKpziH7djeWT/HFAjLZcnY7NJD8xTeUEg==
961961
dependencies:
962-
"@typescript-eslint/scope-manager" "4.4.0"
963-
"@typescript-eslint/types" "4.4.0"
964-
"@typescript-eslint/typescript-estree" "4.4.0"
962+
"@typescript-eslint/scope-manager" "4.4.1"
963+
"@typescript-eslint/types" "4.4.1"
964+
"@typescript-eslint/typescript-estree" "4.4.1"
965965
debug "^4.1.1"
966966

967-
"@typescript-eslint/[email protected].0":
968-
version "4.4.0"
969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
970-
integrity sha512-r2FIeeU1lmW4K3CxgOAt8djI5c6Q/5ULAgdVo9AF3hPMpu0B14WznBAtxrmB/qFVbVIB6fSx2a+EVXuhSVMEyA==
967+
"@typescript-eslint/[email protected].1":
968+
version "4.4.1"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.1.tgz#d19447e60db2ce9c425898d62fa03b2cce8ea3f9"
970+
integrity sha512-2oD/ZqD4Gj41UdFeWZxegH3cVEEH/Z6Bhr/XvwTtGv66737XkR4C9IqEkebCuqArqBJQSj4AgNHHiN1okzD/wQ==
971971
dependencies:
972-
"@typescript-eslint/types" "4.4.0"
973-
"@typescript-eslint/visitor-keys" "4.4.0"
972+
"@typescript-eslint/types" "4.4.1"
973+
"@typescript-eslint/visitor-keys" "4.4.1"
974974

975-
"@typescript-eslint/[email protected].0":
976-
version "4.4.0"
977-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
978-
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
975+
"@typescript-eslint/[email protected].1":
976+
version "4.4.1"
977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
978+
integrity sha512-KNDfH2bCyax5db+KKIZT4rfA8rEk5N0EJ8P0T5AJjo5xrV26UAzaiqoJCxeaibqc0c/IvZxp7v2g3difn2Pn3w==
979979

980-
"@typescript-eslint/[email protected].0":
981-
version "4.4.0"
982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
983-
integrity sha512-Fh85feshKXwki4nZ1uhCJHmqKJqCMba+8ZicQIhNi5d5jSQFteWiGeF96DTjO8br7fn+prTP+t3Cz/a/3yOKqw==
980+
"@typescript-eslint/[email protected].1":
981+
version "4.4.1"
982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.1.tgz#598f6de488106c2587d47ca2462c60f6e2797cb8"
983+
integrity sha512-wP/V7ScKzgSdtcY1a0pZYBoCxrCstLrgRQ2O9MmCUZDtmgxCO/TCqOTGRVwpP4/2hVfqMz/Vw1ZYrG8cVxvN3g==
984984
dependencies:
985-
"@typescript-eslint/types" "4.4.0"
986-
"@typescript-eslint/visitor-keys" "4.4.0"
985+
"@typescript-eslint/types" "4.4.1"
986+
"@typescript-eslint/visitor-keys" "4.4.1"
987987
debug "^4.1.1"
988988
globby "^11.0.1"
989989
is-glob "^4.0.1"
990990
lodash "^4.17.15"
991991
semver "^7.3.2"
992992
tsutils "^3.17.1"
993993

994-
"@typescript-eslint/[email protected].0":
995-
version "4.4.0"
996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"
997-
integrity sha512-oBWeroUZCVsHLiWRdcTXJB7s1nB3taFY8WGvS23tiAlT6jXVvsdAV4rs581bgdEjOhn43q6ro7NkOiLKu6kFqA==
994+
"@typescript-eslint/[email protected].1":
995+
version "4.4.1"
996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.1.tgz#1769dc7a9e2d7d2cfd3318b77ed8249187aed5c3"
997+
integrity sha512-H2JMWhLaJNeaylSnMSQFEhT/S/FsJbebQALmoJxMPMxLtlVAMy2uJP/Z543n9IizhjRayLSqoInehCeNW9rWcw==
998998
dependencies:
999-
"@typescript-eslint/types" "4.4.0"
999+
"@typescript-eslint/types" "4.4.1"
10001000
eslint-visitor-keys "^2.0.0"
10011001

10021002

0 commit comments

Comments
 (0)