Skip to content

Commit 93b5301

Browse files
chore(deps): update typescript-eslint monorepo to v5.54.0
1 parent 43cbb1d commit 93b5301

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@commitlint/config-conventional": "17.4.2",
4040
"@firebase/rules-unit-testing": "1.3.16",
4141
"@types/jest": "29.2.5",
42-
"@typescript-eslint/eslint-plugin": "5.50.0",
43-
"@typescript-eslint/parser": "5.50.0",
42+
"@typescript-eslint/eslint-plugin": "5.54.0",
43+
"@typescript-eslint/parser": "5.54.0",
4444
"apollo-server-testing": "2.25.3",
4545
"eslint": "7.32.0",
4646
"eslint-config-prettier": "7.2.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,14 +1915,14 @@
19151915
dependencies:
19161916
"@types/yargs-parser" "*"
19171917

1918-
"@typescript-eslint/eslint-plugin@5.50.0":
1919-
version "5.50.0"
1920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
1921-
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
1922-
dependencies:
1923-
"@typescript-eslint/scope-manager" "5.50.0"
1924-
"@typescript-eslint/type-utils" "5.50.0"
1925-
"@typescript-eslint/utils" "5.50.0"
1918+
"@typescript-eslint/eslint-plugin@5.54.0":
1919+
version "5.54.0"
1920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
1921+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
1922+
dependencies:
1923+
"@typescript-eslint/scope-manager" "5.54.0"
1924+
"@typescript-eslint/type-utils" "5.54.0"
1925+
"@typescript-eslint/utils" "5.54.0"
19261926
debug "^4.3.4"
19271927
grapheme-splitter "^1.0.4"
19281928
ignore "^5.2.0"
@@ -1931,72 +1931,72 @@
19311931
semver "^7.3.7"
19321932
tsutils "^3.21.0"
19331933

1934-
"@typescript-eslint/parser@5.50.0":
1935-
version "5.50.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
1937-
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
1934+
"@typescript-eslint/parser@5.54.0":
1935+
version "5.54.0"
1936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
1937+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
19381938
dependencies:
1939-
"@typescript-eslint/scope-manager" "5.50.0"
1940-
"@typescript-eslint/types" "5.50.0"
1941-
"@typescript-eslint/typescript-estree" "5.50.0"
1939+
"@typescript-eslint/scope-manager" "5.54.0"
1940+
"@typescript-eslint/types" "5.54.0"
1941+
"@typescript-eslint/typescript-estree" "5.54.0"
19421942
debug "^4.3.4"
19431943

1944-
"@typescript-eslint/scope-manager@5.50.0":
1945-
version "5.50.0"
1946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
1947-
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
1944+
"@typescript-eslint/scope-manager@5.54.0":
1945+
version "5.54.0"
1946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
1947+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
19481948
dependencies:
1949-
"@typescript-eslint/types" "5.50.0"
1950-
"@typescript-eslint/visitor-keys" "5.50.0"
1949+
"@typescript-eslint/types" "5.54.0"
1950+
"@typescript-eslint/visitor-keys" "5.54.0"
19511951

1952-
"@typescript-eslint/type-utils@5.50.0":
1953-
version "5.50.0"
1954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
1955-
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
1952+
"@typescript-eslint/type-utils@5.54.0":
1953+
version "5.54.0"
1954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
1955+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
19561956
dependencies:
1957-
"@typescript-eslint/typescript-estree" "5.50.0"
1958-
"@typescript-eslint/utils" "5.50.0"
1957+
"@typescript-eslint/typescript-estree" "5.54.0"
1958+
"@typescript-eslint/utils" "5.54.0"
19591959
debug "^4.3.4"
19601960
tsutils "^3.21.0"
19611961

1962-
"@typescript-eslint/types@5.50.0":
1963-
version "5.50.0"
1964-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
1965-
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
1962+
"@typescript-eslint/types@5.54.0":
1963+
version "5.54.0"
1964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
1965+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
19661966

1967-
"@typescript-eslint/typescript-estree@5.50.0":
1968-
version "5.50.0"
1969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
1970-
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
1967+
"@typescript-eslint/typescript-estree@5.54.0":
1968+
version "5.54.0"
1969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
1970+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
19711971
dependencies:
1972-
"@typescript-eslint/types" "5.50.0"
1973-
"@typescript-eslint/visitor-keys" "5.50.0"
1972+
"@typescript-eslint/types" "5.54.0"
1973+
"@typescript-eslint/visitor-keys" "5.54.0"
19741974
debug "^4.3.4"
19751975
globby "^11.1.0"
19761976
is-glob "^4.0.3"
19771977
semver "^7.3.7"
19781978
tsutils "^3.21.0"
19791979

1980-
"@typescript-eslint/utils@5.50.0":
1981-
version "5.50.0"
1982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
1983-
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
1980+
"@typescript-eslint/utils@5.54.0":
1981+
version "5.54.0"
1982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
1983+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
19841984
dependencies:
19851985
"@types/json-schema" "^7.0.9"
19861986
"@types/semver" "^7.3.12"
1987-
"@typescript-eslint/scope-manager" "5.50.0"
1988-
"@typescript-eslint/types" "5.50.0"
1989-
"@typescript-eslint/typescript-estree" "5.50.0"
1987+
"@typescript-eslint/scope-manager" "5.54.0"
1988+
"@typescript-eslint/types" "5.54.0"
1989+
"@typescript-eslint/typescript-estree" "5.54.0"
19901990
eslint-scope "^5.1.1"
19911991
eslint-utils "^3.0.0"
19921992
semver "^7.3.7"
19931993

1994-
"@typescript-eslint/visitor-keys@5.50.0":
1995-
version "5.50.0"
1996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
1997-
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
1994+
"@typescript-eslint/visitor-keys@5.54.0":
1995+
version "5.54.0"
1996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
1997+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
19981998
dependencies:
1999-
"@typescript-eslint/types" "5.50.0"
1999+
"@typescript-eslint/types" "5.54.0"
20002000
eslint-visitor-keys "^3.3.0"
20012001

20022002
"@wry/equality@^0.1.2":

0 commit comments

Comments
 (0)