Skip to content

Commit 75e3a15

Browse files
authored
Merge pull request #106 from garageScript/dependabot/npm_and_yarn/typescript-eslint/parser-5.61.0
build(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.61.0
2 parents 795db27 + df85a61 commit 75e3a15

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@types/express": "^4.17.17",
4040
"@typescript-eslint/eslint-plugin": "^5.61.0",
41-
"@typescript-eslint/parser": "^5.59.9",
41+
"@typescript-eslint/parser": "^5.61.0",
4242
"eslint": "^8.42.0",
4343
"eslint-config-prettier": "^8.8.0",
4444
"husky": "^8.0.3",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -256,23 +256,15 @@
256256
semver "^7.3.7"
257257
tsutils "^3.21.0"
258258

259-
"@typescript-eslint/parser@^5.59.9":
260-
version "5.59.9"
261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
262-
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
263-
dependencies:
264-
"@typescript-eslint/scope-manager" "5.59.9"
265-
"@typescript-eslint/types" "5.59.9"
266-
"@typescript-eslint/typescript-estree" "5.59.9"
267-
debug "^4.3.4"
268-
269-
"@typescript-eslint/[email protected]":
270-
version "5.59.9"
271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4"
272-
integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==
259+
"@typescript-eslint/parser@^5.61.0":
260+
version "5.61.0"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
262+
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
273263
dependencies:
274-
"@typescript-eslint/types" "5.59.9"
275-
"@typescript-eslint/visitor-keys" "5.59.9"
264+
"@typescript-eslint/scope-manager" "5.61.0"
265+
"@typescript-eslint/types" "5.61.0"
266+
"@typescript-eslint/typescript-estree" "5.61.0"
267+
debug "^4.3.4"
276268

277269
"@typescript-eslint/[email protected]":
278270
version "5.61.0"
@@ -292,29 +284,11 @@
292284
debug "^4.3.4"
293285
tsutils "^3.21.0"
294286

295-
"@typescript-eslint/[email protected]":
296-
version "5.59.9"
297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
298-
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
299-
300287
"@typescript-eslint/[email protected]":
301288
version "5.61.0"
302289
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
303290
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
304291

305-
"@typescript-eslint/[email protected]":
306-
version "5.59.9"
307-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
308-
integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==
309-
dependencies:
310-
"@typescript-eslint/types" "5.59.9"
311-
"@typescript-eslint/visitor-keys" "5.59.9"
312-
debug "^4.3.4"
313-
globby "^11.1.0"
314-
is-glob "^4.0.3"
315-
semver "^7.3.7"
316-
tsutils "^3.21.0"
317-
318292
"@typescript-eslint/[email protected]":
319293
version "5.61.0"
320294
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
@@ -342,14 +316,6 @@
342316
eslint-scope "^5.1.1"
343317
semver "^7.3.7"
344318

345-
"@typescript-eslint/[email protected]":
346-
version "5.59.9"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"
348-
integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==
349-
dependencies:
350-
"@typescript-eslint/types" "5.59.9"
351-
eslint-visitor-keys "^3.3.0"
352-
353319
"@typescript-eslint/[email protected]":
354320
version "5.61.0"
355321
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"

0 commit comments

Comments
 (0)