Skip to content

Commit 8fbd475

Browse files
authored
Merge pull request #49 from viqueen/renovate/typescript-eslint-monorepo
2 parents 723343e + eab3675 commit 8fbd475

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
fastq "^1.6.0"
7676

7777
"@types/json-schema@^7.0.9":
78-
version "7.0.11"
79-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
80-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
78+
version "7.0.12"
79+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
80+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
8181

8282
"@types/json5@^0.0.29":
8383
version "0.0.29"
@@ -102,14 +102,14 @@
102102
"@types/node" "*"
103103

104104
"@typescript-eslint/eslint-plugin@^5.59.2":
105-
version "5.59.7"
106-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
107-
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
105+
version "5.59.9"
106+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz#2604cfaf2b306e120044f901e20c8ed926debf15"
107+
integrity sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==
108108
dependencies:
109109
"@eslint-community/regexpp" "^4.4.0"
110-
"@typescript-eslint/scope-manager" "5.59.7"
111-
"@typescript-eslint/type-utils" "5.59.7"
112-
"@typescript-eslint/utils" "5.59.7"
110+
"@typescript-eslint/scope-manager" "5.59.9"
111+
"@typescript-eslint/type-utils" "5.59.9"
112+
"@typescript-eslint/utils" "5.59.9"
113113
debug "^4.3.4"
114114
grapheme-splitter "^1.0.4"
115115
ignore "^5.2.0"
@@ -118,71 +118,71 @@
118118
tsutils "^3.21.0"
119119

120120
"@typescript-eslint/parser@^5.59.2":
121-
version "5.59.7"
122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
123-
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
121+
version "5.59.9"
122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
123+
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
124124
dependencies:
125-
"@typescript-eslint/scope-manager" "5.59.7"
126-
"@typescript-eslint/types" "5.59.7"
127-
"@typescript-eslint/typescript-estree" "5.59.7"
125+
"@typescript-eslint/scope-manager" "5.59.9"
126+
"@typescript-eslint/types" "5.59.9"
127+
"@typescript-eslint/typescript-estree" "5.59.9"
128128
debug "^4.3.4"
129129

130-
"@typescript-eslint/scope-manager@5.59.7":
131-
version "5.59.7"
132-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
133-
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
130+
"@typescript-eslint/scope-manager@5.59.9":
131+
version "5.59.9"
132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4"
133+
integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==
134134
dependencies:
135-
"@typescript-eslint/types" "5.59.7"
136-
"@typescript-eslint/visitor-keys" "5.59.7"
135+
"@typescript-eslint/types" "5.59.9"
136+
"@typescript-eslint/visitor-keys" "5.59.9"
137137

138-
"@typescript-eslint/type-utils@5.59.7":
139-
version "5.59.7"
140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
141-
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
138+
"@typescript-eslint/type-utils@5.59.9":
139+
version "5.59.9"
140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz#53bfaae2e901e6ac637ab0536d1754dfef4dafc2"
141+
integrity sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==
142142
dependencies:
143-
"@typescript-eslint/typescript-estree" "5.59.7"
144-
"@typescript-eslint/utils" "5.59.7"
143+
"@typescript-eslint/typescript-estree" "5.59.9"
144+
"@typescript-eslint/utils" "5.59.9"
145145
debug "^4.3.4"
146146
tsutils "^3.21.0"
147147

148-
"@typescript-eslint/types@5.59.7":
149-
version "5.59.7"
150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
151-
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
148+
"@typescript-eslint/types@5.59.9":
149+
version "5.59.9"
150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
151+
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
152152

153-
"@typescript-eslint/typescript-estree@5.59.7":
154-
version "5.59.7"
155-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
156-
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
153+
"@typescript-eslint/typescript-estree@5.59.9":
154+
version "5.59.9"
155+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
156+
integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==
157157
dependencies:
158-
"@typescript-eslint/types" "5.59.7"
159-
"@typescript-eslint/visitor-keys" "5.59.7"
158+
"@typescript-eslint/types" "5.59.9"
159+
"@typescript-eslint/visitor-keys" "5.59.9"
160160
debug "^4.3.4"
161161
globby "^11.1.0"
162162
is-glob "^4.0.3"
163163
semver "^7.3.7"
164164
tsutils "^3.21.0"
165165

166-
"@typescript-eslint/utils@5.59.7":
167-
version "5.59.7"
168-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
169-
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
166+
"@typescript-eslint/utils@5.59.9":
167+
version "5.59.9"
168+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.9.tgz#adee890107b5ffe02cd46fdaa6c2125fb3c6c7c4"
169+
integrity sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==
170170
dependencies:
171171
"@eslint-community/eslint-utils" "^4.2.0"
172172
"@types/json-schema" "^7.0.9"
173173
"@types/semver" "^7.3.12"
174-
"@typescript-eslint/scope-manager" "5.59.7"
175-
"@typescript-eslint/types" "5.59.7"
176-
"@typescript-eslint/typescript-estree" "5.59.7"
174+
"@typescript-eslint/scope-manager" "5.59.9"
175+
"@typescript-eslint/types" "5.59.9"
176+
"@typescript-eslint/typescript-estree" "5.59.9"
177177
eslint-scope "^5.1.1"
178178
semver "^7.3.7"
179179

180-
"@typescript-eslint/visitor-keys@5.59.7":
181-
version "5.59.7"
182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
183-
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
180+
"@typescript-eslint/visitor-keys@5.59.9":
181+
version "5.59.9"
182+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"
183+
integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==
184184
dependencies:
185-
"@typescript-eslint/types" "5.59.7"
185+
"@typescript-eslint/types" "5.59.9"
186186
eslint-visitor-keys "^3.3.0"
187187

188188
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)