Skip to content

Commit ff8feb6

Browse files
chore(deps): update typescript-eslint monorepo to v5.47.1
1 parent 2a7a1bb commit ff8feb6

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/graphql": "14.5.0",
4343
"@types/jsonwebtoken": "8.5.9",
4444
"@types/node-fetch": "2.6.2",
45-
"@typescript-eslint/eslint-plugin": "5.44.0",
46-
"@typescript-eslint/parser": "5.44.0",
45+
"@typescript-eslint/eslint-plugin": "5.47.1",
46+
"@typescript-eslint/parser": "5.47.1",
4747
"ava": "2.4.0",
4848
"eslint": "8.28.0",
4949
"nyc": "15.1.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,87 +1793,87 @@
17931793
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.3.tgz#781d360c282436494b32fe7d9f7f8e64b3118aa3"
17941794
integrity sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==
17951795

1796-
"@typescript-eslint/eslint-plugin@5.44.0":
1797-
version "5.44.0"
1798-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz#105788f299050c917eb85c4d9fd04b089e3740de"
1799-
integrity sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==
1800-
dependencies:
1801-
"@typescript-eslint/scope-manager" "5.44.0"
1802-
"@typescript-eslint/type-utils" "5.44.0"
1803-
"@typescript-eslint/utils" "5.44.0"
1796+
"@typescript-eslint/eslint-plugin@5.47.1":
1797+
version "5.47.1"
1798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.1.tgz#50cc5085578a7fa22cd46a0806c2e5eae858af02"
1799+
integrity sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==
1800+
dependencies:
1801+
"@typescript-eslint/scope-manager" "5.47.1"
1802+
"@typescript-eslint/type-utils" "5.47.1"
1803+
"@typescript-eslint/utils" "5.47.1"
18041804
debug "^4.3.4"
18051805
ignore "^5.2.0"
18061806
natural-compare-lite "^1.4.0"
18071807
regexpp "^3.2.0"
18081808
semver "^7.3.7"
18091809
tsutils "^3.21.0"
18101810

1811-
"@typescript-eslint/parser@5.44.0":
1812-
version "5.44.0"
1813-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.44.0.tgz#99e2c710a2252191e7a79113264f438338b846ad"
1814-
integrity sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==
1811+
"@typescript-eslint/parser@5.47.1":
1812+
version "5.47.1"
1813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.47.1.tgz#c4bf16f8c3c7608ce4bf8ff804b677fc899f173f"
1814+
integrity sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==
18151815
dependencies:
1816-
"@typescript-eslint/scope-manager" "5.44.0"
1817-
"@typescript-eslint/types" "5.44.0"
1818-
"@typescript-eslint/typescript-estree" "5.44.0"
1816+
"@typescript-eslint/scope-manager" "5.47.1"
1817+
"@typescript-eslint/types" "5.47.1"
1818+
"@typescript-eslint/typescript-estree" "5.47.1"
18191819
debug "^4.3.4"
18201820

1821-
"@typescript-eslint/scope-manager@5.44.0":
1822-
version "5.44.0"
1823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz#988c3f34b45b3474eb9ff0674c18309dedfc3e04"
1824-
integrity sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==
1821+
"@typescript-eslint/scope-manager@5.47.1":
1822+
version "5.47.1"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.1.tgz#0d302b3c2f20ab24e4787bf3f5a0d8c449b823bd"
1824+
integrity sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw==
18251825
dependencies:
1826-
"@typescript-eslint/types" "5.44.0"
1827-
"@typescript-eslint/visitor-keys" "5.44.0"
1826+
"@typescript-eslint/types" "5.47.1"
1827+
"@typescript-eslint/visitor-keys" "5.47.1"
18281828

1829-
"@typescript-eslint/type-utils@5.44.0":
1830-
version "5.44.0"
1831-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7"
1832-
integrity sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==
1829+
"@typescript-eslint/type-utils@5.47.1":
1830+
version "5.47.1"
1831+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz#aee13314f840ab336c1adb49a300856fd16d04ce"
1832+
integrity sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==
18331833
dependencies:
1834-
"@typescript-eslint/typescript-estree" "5.44.0"
1835-
"@typescript-eslint/utils" "5.44.0"
1834+
"@typescript-eslint/typescript-estree" "5.47.1"
1835+
"@typescript-eslint/utils" "5.47.1"
18361836
debug "^4.3.4"
18371837
tsutils "^3.21.0"
18381838

1839-
"@typescript-eslint/types@5.44.0":
1840-
version "5.44.0"
1841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
1842-
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
1839+
"@typescript-eslint/types@5.47.1":
1840+
version "5.47.1"
1841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e"
1842+
integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==
18431843

1844-
"@typescript-eslint/typescript-estree@5.44.0":
1845-
version "5.44.0"
1846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045"
1847-
integrity sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==
1844+
"@typescript-eslint/typescript-estree@5.47.1":
1845+
version "5.47.1"
1846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz#b9d8441308aca53df7f69b2c67a887b82c9ed418"
1847+
integrity sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==
18481848
dependencies:
1849-
"@typescript-eslint/types" "5.44.0"
1850-
"@typescript-eslint/visitor-keys" "5.44.0"
1849+
"@typescript-eslint/types" "5.47.1"
1850+
"@typescript-eslint/visitor-keys" "5.47.1"
18511851
debug "^4.3.4"
18521852
globby "^11.1.0"
18531853
is-glob "^4.0.3"
18541854
semver "^7.3.7"
18551855
tsutils "^3.21.0"
18561856

1857-
"@typescript-eslint/utils@5.44.0":
1858-
version "5.44.0"
1859-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d"
1860-
integrity sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==
1857+
"@typescript-eslint/utils@5.47.1":
1858+
version "5.47.1"
1859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.1.tgz#595f25ac06e9ee28c339fd43c709402820b13d7b"
1860+
integrity sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==
18611861
dependencies:
18621862
"@types/json-schema" "^7.0.9"
18631863
"@types/semver" "^7.3.12"
1864-
"@typescript-eslint/scope-manager" "5.44.0"
1865-
"@typescript-eslint/types" "5.44.0"
1866-
"@typescript-eslint/typescript-estree" "5.44.0"
1864+
"@typescript-eslint/scope-manager" "5.47.1"
1865+
"@typescript-eslint/types" "5.47.1"
1866+
"@typescript-eslint/typescript-estree" "5.47.1"
18671867
eslint-scope "^5.1.1"
18681868
eslint-utils "^3.0.0"
18691869
semver "^7.3.7"
18701870

1871-
"@typescript-eslint/visitor-keys@5.44.0":
1872-
version "5.44.0"
1873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz#10740dc28902bb903d12ee3a005cc3a70207d433"
1874-
integrity sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==
1871+
"@typescript-eslint/visitor-keys@5.47.1":
1872+
version "5.47.1"
1873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.1.tgz#d35c2da544dbb685db9c5b5b85adac0a1d74d1f2"
1874+
integrity sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==
18751875
dependencies:
1876-
"@typescript-eslint/types" "5.44.0"
1876+
"@typescript-eslint/types" "5.47.1"
18771877
eslint-visitor-keys "^3.3.0"
18781878

18791879
"@wry/context@^0.6.0":

0 commit comments

Comments
 (0)