Skip to content

Commit d6a9018

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.7.0 to 4.8.1 (#2630)
1 parent 347614c commit d6a9018

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
@@ -949,48 +949,48 @@
949949
"@types/yargs-parser" "*"
950950

951951
"@typescript-eslint/parser@^4.1.1":
952-
version "4.7.0"
953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
954-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
952+
version "4.8.1"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
954+
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
955955
dependencies:
956-
"@typescript-eslint/scope-manager" "4.7.0"
957-
"@typescript-eslint/types" "4.7.0"
958-
"@typescript-eslint/typescript-estree" "4.7.0"
956+
"@typescript-eslint/scope-manager" "4.8.1"
957+
"@typescript-eslint/types" "4.8.1"
958+
"@typescript-eslint/typescript-estree" "4.8.1"
959959
debug "^4.1.1"
960960

961-
"@typescript-eslint/scope-manager@4.7.0":
962-
version "4.7.0"
963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
964-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
961+
"@typescript-eslint/scope-manager@4.8.1":
962+
version "4.8.1"
963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
964+
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
965965
dependencies:
966-
"@typescript-eslint/types" "4.7.0"
967-
"@typescript-eslint/visitor-keys" "4.7.0"
966+
"@typescript-eslint/types" "4.8.1"
967+
"@typescript-eslint/visitor-keys" "4.8.1"
968968

969-
"@typescript-eslint/types@4.7.0":
970-
version "4.7.0"
971-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
972-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
969+
"@typescript-eslint/types@4.8.1":
970+
version "4.8.1"
971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
972+
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
973973

974-
"@typescript-eslint/typescript-estree@4.7.0":
975-
version "4.7.0"
976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
977-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
974+
"@typescript-eslint/typescript-estree@4.8.1":
975+
version "4.8.1"
976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
977+
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
978978
dependencies:
979-
"@typescript-eslint/types" "4.7.0"
980-
"@typescript-eslint/visitor-keys" "4.7.0"
979+
"@typescript-eslint/types" "4.8.1"
980+
"@typescript-eslint/visitor-keys" "4.8.1"
981981
debug "^4.1.1"
982982
globby "^11.0.1"
983983
is-glob "^4.0.1"
984984
lodash "^4.17.15"
985985
semver "^7.3.2"
986986
tsutils "^3.17.1"
987987

988-
"@typescript-eslint/visitor-keys@4.7.0":
989-
version "4.7.0"
990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
991-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
988+
"@typescript-eslint/visitor-keys@4.8.1":
989+
version "4.8.1"
990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
991+
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
992992
dependencies:
993-
"@typescript-eslint/types" "4.7.0"
993+
"@typescript-eslint/types" "4.8.1"
994994
eslint-visitor-keys "^2.0.0"
995995

996996

0 commit comments

Comments
 (0)