Skip to content

Commit b953f3c

Browse files
Bump @typescript-eslint/parser from 5.44.0 to 5.45.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.44.0 to 5.45.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.45.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]
1 parent db8718f commit b953f3c

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@
126126
tsutils "^3.21.0"
127127

128128
"@typescript-eslint/parser@^5.33.1":
129-
version "5.44.0"
130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.44.0.tgz#99e2c710a2252191e7a79113264f438338b846ad"
131-
integrity sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==
129+
version "5.45.0"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.0.tgz#b18a5f6b3cf1c2b3e399e9d2df4be40d6b0ddd0e"
131+
integrity sha512-brvs/WSM4fKUmF5Ot/gEve6qYiCMjm6w4HkHPfS6ZNmxTS0m0iNN4yOChImaCkqc1hRwFGqUyanMXuGal6oyyQ==
132132
dependencies:
133-
"@typescript-eslint/scope-manager" "5.44.0"
134-
"@typescript-eslint/types" "5.44.0"
135-
"@typescript-eslint/typescript-estree" "5.44.0"
133+
"@typescript-eslint/scope-manager" "5.45.0"
134+
"@typescript-eslint/types" "5.45.0"
135+
"@typescript-eslint/typescript-estree" "5.45.0"
136136
debug "^4.3.4"
137137

138138
"@typescript-eslint/[email protected]":
@@ -143,6 +143,14 @@
143143
"@typescript-eslint/types" "5.44.0"
144144
"@typescript-eslint/visitor-keys" "5.44.0"
145145

146+
"@typescript-eslint/[email protected]":
147+
version "5.45.0"
148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.0.tgz#7a4ac1bfa9544bff3f620ab85947945938319a96"
149+
integrity sha512-noDMjr87Arp/PuVrtvN3dXiJstQR1+XlQ4R1EvzG+NMgXi8CuMCXpb8JqNtFHKceVSQ985BZhfRdowJzbv4yKw==
150+
dependencies:
151+
"@typescript-eslint/types" "5.45.0"
152+
"@typescript-eslint/visitor-keys" "5.45.0"
153+
146154
"@typescript-eslint/[email protected]":
147155
version "5.44.0"
148156
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7"
@@ -158,6 +166,11 @@
158166
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
159167
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
160168

169+
"@typescript-eslint/[email protected]":
170+
version "5.45.0"
171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.0.tgz#794760b9037ee4154c09549ef5a96599621109c5"
172+
integrity sha512-QQij+u/vgskA66azc9dCmx+rev79PzX8uDHpsqSjEFtfF2gBUTRCpvYMh2gw2ghkJabNkPlSUCimsyBEQZd1DA==
173+
161174
"@typescript-eslint/[email protected]":
162175
version "5.44.0"
163176
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045"
@@ -171,6 +184,19 @@
171184
semver "^7.3.7"
172185
tsutils "^3.21.0"
173186

187+
"@typescript-eslint/[email protected]":
188+
version "5.45.0"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.0.tgz#f70a0d646d7f38c0dfd6936a5e171a77f1e5291d"
190+
integrity sha512-maRhLGSzqUpFcZgXxg1qc/+H0bT36lHK4APhp0AEUVrpSwXiRAomm/JGjSG+kNUio5kAa3uekCYu/47cnGn5EQ==
191+
dependencies:
192+
"@typescript-eslint/types" "5.45.0"
193+
"@typescript-eslint/visitor-keys" "5.45.0"
194+
debug "^4.3.4"
195+
globby "^11.1.0"
196+
is-glob "^4.0.3"
197+
semver "^7.3.7"
198+
tsutils "^3.21.0"
199+
174200
"@typescript-eslint/[email protected]":
175201
version "5.44.0"
176202
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d"
@@ -193,6 +219,14 @@
193219
"@typescript-eslint/types" "5.44.0"
194220
eslint-visitor-keys "^3.3.0"
195221

222+
"@typescript-eslint/[email protected]":
223+
version "5.45.0"
224+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.0.tgz#e0d160e9e7fdb7f8da697a5b78e7a14a22a70528"
225+
integrity sha512-jc6Eccbn2RtQPr1s7th6jJWQHBHI6GBVQkCHoJFQ5UreaKm59Vxw+ynQUPPY2u2Amquc+7tmEoC2G52ApsGNNg==
226+
dependencies:
227+
"@typescript-eslint/types" "5.45.0"
228+
eslint-visitor-keys "^3.3.0"
229+
196230
"@vscode/test-electron@^2.2.0":
197231
version "2.2.0"
198232
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.0.tgz#b90c76b8f076f9cf2d885f14b3c5fc3f586b9419"

0 commit comments

Comments
 (0)