Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4daa642

Browse files
Bump @typescript-eslint/parser from 5.36.1 to 5.36.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.1 to 5.36.2. - [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.36.2/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 6649311 commit 4daa642

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
@@ -121,13 +121,13 @@
121121
tsutils "^3.21.0"
122122

123123
"@typescript-eslint/parser@^5.33.1":
124-
version "5.36.1"
125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
126-
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
124+
version "5.36.2"
125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.2.tgz#3ddf323d3ac85a25295a55fcb9c7a49ab4680ddd"
126+
integrity sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==
127127
dependencies:
128-
"@typescript-eslint/scope-manager" "5.36.1"
129-
"@typescript-eslint/types" "5.36.1"
130-
"@typescript-eslint/typescript-estree" "5.36.1"
128+
"@typescript-eslint/scope-manager" "5.36.2"
129+
"@typescript-eslint/types" "5.36.2"
130+
"@typescript-eslint/typescript-estree" "5.36.2"
131131
debug "^4.3.4"
132132

133133
"@typescript-eslint/scope-manager@5.36.1":
@@ -138,6 +138,14 @@
138138
"@typescript-eslint/types" "5.36.1"
139139
"@typescript-eslint/visitor-keys" "5.36.1"
140140

141+
"@typescript-eslint/scope-manager@5.36.2":
142+
version "5.36.2"
143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz#a75eb588a3879ae659514780831370642505d1cd"
144+
integrity sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==
145+
dependencies:
146+
"@typescript-eslint/types" "5.36.2"
147+
"@typescript-eslint/visitor-keys" "5.36.2"
148+
141149
"@typescript-eslint/type-utils@5.36.1":
142150
version "5.36.1"
143151
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
@@ -153,6 +161,11 @@
153161
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
154162
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
155163

164+
"@typescript-eslint/types@5.36.2":
165+
version "5.36.2"
166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
167+
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
168+
156169
"@typescript-eslint/typescript-estree@5.36.1":
157170
version "5.36.1"
158171
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
@@ -166,6 +179,19 @@
166179
semver "^7.3.7"
167180
tsutils "^3.21.0"
168181

182+
"@typescript-eslint/typescript-estree@5.36.2":
183+
version "5.36.2"
184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz#0c93418b36c53ba0bc34c61fe9405c4d1d8fe560"
185+
integrity sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==
186+
dependencies:
187+
"@typescript-eslint/types" "5.36.2"
188+
"@typescript-eslint/visitor-keys" "5.36.2"
189+
debug "^4.3.4"
190+
globby "^11.1.0"
191+
is-glob "^4.0.3"
192+
semver "^7.3.7"
193+
tsutils "^3.21.0"
194+
169195
"@typescript-eslint/utils@5.36.1":
170196
version "5.36.1"
171197
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
@@ -186,6 +212,14 @@
186212
"@typescript-eslint/types" "5.36.1"
187213
eslint-visitor-keys "^3.3.0"
188214

215+
"@typescript-eslint/visitor-keys@5.36.2":
216+
version "5.36.2"
217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz#2f8f78da0a3bad3320d2ac24965791ac39dace5a"
218+
integrity sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==
219+
dependencies:
220+
"@typescript-eslint/types" "5.36.2"
221+
eslint-visitor-keys "^3.3.0"
222+
189223
"@ungap/promise-all-settled@1.1.2":
190224
version "1.1.2"
191225
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)