Skip to content

Commit eb44d25

Browse files
Bump @typescript-eslint/parser from 5.45.0 to 5.45.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.45.0 to 5.45.1. - [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.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b530e3f commit eb44d25

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

yarn.lock

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

128128
"@typescript-eslint/parser@^5.33.1":
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==
129+
version "5.45.1"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.1.tgz#6440ec283fa1373a12652d4e2fef4cb6e7b7e8c6"
131+
integrity sha512-JQ3Ep8bEOXu16q0ztsatp/iQfDCtvap7sp/DKo7DWltUquj5AfCOpX2zSzJ8YkAVnrQNqQ5R62PBz2UtrfmCkA==
132132
dependencies:
133-
"@typescript-eslint/scope-manager" "5.45.0"
134-
"@typescript-eslint/types" "5.45.0"
135-
"@typescript-eslint/typescript-estree" "5.45.0"
133+
"@typescript-eslint/scope-manager" "5.45.1"
134+
"@typescript-eslint/types" "5.45.1"
135+
"@typescript-eslint/typescript-estree" "5.45.1"
136136
debug "^4.3.4"
137137

138-
"@typescript-eslint/scope-manager@5.45.0":
139-
version "5.45.0"
140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.0.tgz#7a4ac1bfa9544bff3f620ab85947945938319a96"
141-
integrity sha512-noDMjr87Arp/PuVrtvN3dXiJstQR1+XlQ4R1EvzG+NMgXi8CuMCXpb8JqNtFHKceVSQ985BZhfRdowJzbv4yKw==
142-
dependencies:
143-
"@typescript-eslint/types" "5.45.0"
144-
"@typescript-eslint/visitor-keys" "5.45.0"
145-
146138
"@typescript-eslint/scope-manager@5.45.1":
147139
version "5.45.1"
148140
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.1.tgz#5b87d025eec7035d879b99c260f03be5c247883c"
@@ -161,29 +153,11 @@
161153
debug "^4.3.4"
162154
tsutils "^3.21.0"
163155

164-
"@typescript-eslint/types@5.45.0":
165-
version "5.45.0"
166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.0.tgz#794760b9037ee4154c09549ef5a96599621109c5"
167-
integrity sha512-QQij+u/vgskA66azc9dCmx+rev79PzX8uDHpsqSjEFtfF2gBUTRCpvYMh2gw2ghkJabNkPlSUCimsyBEQZd1DA==
168-
169156
"@typescript-eslint/types@5.45.1":
170157
version "5.45.1"
171158
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.1.tgz#8e1883041cee23f1bb7e1343b0139f97f6a17c14"
172159
integrity sha512-HEW3U0E5dLjUT+nk7b4lLbOherS1U4ap+b9pfu2oGsW3oPu7genRaY9dDv3nMczC1rbnRY2W/D7SN05wYoGImg==
173160

174-
"@typescript-eslint/typescript-estree@5.45.0":
175-
version "5.45.0"
176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.0.tgz#f70a0d646d7f38c0dfd6936a5e171a77f1e5291d"
177-
integrity sha512-maRhLGSzqUpFcZgXxg1qc/+H0bT36lHK4APhp0AEUVrpSwXiRAomm/JGjSG+kNUio5kAa3uekCYu/47cnGn5EQ==
178-
dependencies:
179-
"@typescript-eslint/types" "5.45.0"
180-
"@typescript-eslint/visitor-keys" "5.45.0"
181-
debug "^4.3.4"
182-
globby "^11.1.0"
183-
is-glob "^4.0.3"
184-
semver "^7.3.7"
185-
tsutils "^3.21.0"
186-
187161
"@typescript-eslint/typescript-estree@5.45.1":
188162
version "5.45.1"
189163
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.1.tgz#b3dc37f0c4f0fe73e09917fc735e6f96eabf9ba4"
@@ -211,14 +185,6 @@
211185
eslint-utils "^3.0.0"
212186
semver "^7.3.7"
213187

214-
"@typescript-eslint/visitor-keys@5.45.0":
215-
version "5.45.0"
216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.0.tgz#e0d160e9e7fdb7f8da697a5b78e7a14a22a70528"
217-
integrity sha512-jc6Eccbn2RtQPr1s7th6jJWQHBHI6GBVQkCHoJFQ5UreaKm59Vxw+ynQUPPY2u2Amquc+7tmEoC2G52ApsGNNg==
218-
dependencies:
219-
"@typescript-eslint/types" "5.45.0"
220-
eslint-visitor-keys "^3.3.0"
221-
222188
"@typescript-eslint/visitor-keys@5.45.1":
223189
version "5.45.1"
224190
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.1.tgz#204428430ad6a830d24c5ac87c71366a1cfe1948"

0 commit comments

Comments
 (0)