Skip to content

Commit

Permalink
build(deps-dev): Bump @typescript-eslint/parser from 5.59.2 to 5.59.5 (
Browse files Browse the repository at this point in the history
…#110)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2023
1 parent 74838a9 commit e013c87
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@types/prettier": "2.7.2",
"@types/semver": "7.3.13",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@typescript-eslint/parser": "5.59.5",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-c8": "0.31.0",
"@vitest/ui": "0.31.0",
Expand Down
61 changes: 53 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ __metadata:
"@types/prettier": "npm:2.7.2"
"@types/semver": "npm:7.3.13"
"@typescript-eslint/eslint-plugin": "npm:5.59.2"
"@typescript-eslint/parser": "npm:5.59.2"
"@typescript-eslint/parser": "npm:5.59.5"
"@vates/toggle-scripts": "npm:1.0.0"
"@vitest/coverage-c8": "npm:0.31.0"
"@vitest/ui": "npm:0.31.0"
Expand Down Expand Up @@ -2169,20 +2169,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:5.59.2":
version: 5.59.2
resolution: "@typescript-eslint/parser@npm:5.59.2"
"@typescript-eslint/parser@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/parser@npm:5.59.5"
dependencies:
"@typescript-eslint/scope-manager": "npm:5.59.2"
"@typescript-eslint/types": "npm:5.59.2"
"@typescript-eslint/typescript-estree": "npm:5.59.2"
"@typescript-eslint/scope-manager": "npm:5.59.5"
"@typescript-eslint/types": "npm:5.59.5"
"@typescript-eslint/typescript-estree": "npm:5.59.5"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 86d9a46672f9eedf17c0073f0f02ab941100b7cdd7158757095e5793e8e4d7c56c3f4887aa3afd9c3218706108d9647ec7729401ff7c13abfd420738b2bc72d5
checksum: b8e3b56875f802d6cbe3c0f5ec01d268b1f2741931e769ff233a6ce3cbc5f45ec54cb775064cc98d9239e54801d390f87b0a1b62356b393589d429f80e7aabbe
languageName: node
linkType: hard

Expand All @@ -2196,6 +2196,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/scope-manager@npm:5.59.5"
dependencies:
"@typescript-eslint/types": "npm:5.59.5"
"@typescript-eslint/visitor-keys": "npm:5.59.5"
checksum: 08472ca4ade28f94ba2f1acaa094724d39452b9c5063781fe2fe1c2742c880af3c0291ea01048768d7ebb1165962bad90ad33243e79a634ba873d6d31e638dac
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.59.2":
version: 5.59.2
resolution: "@typescript-eslint/type-utils@npm:5.59.2"
Expand All @@ -2220,6 +2230,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/types@npm:5.59.5"
checksum: fe3abe4c51918f66b1f0bd2fdac14c52f5d0d30d0d1862952870bea03dbfa417a13dff9229447947aed40b6806f9d14ce23729f943ee21c068cc9028d81c5fed
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.59.2":
version: 5.59.2
resolution: "@typescript-eslint/typescript-estree@npm:5.59.2"
Expand All @@ -2238,6 +2255,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/typescript-estree@npm:5.59.5"
dependencies:
"@typescript-eslint/types": "npm:5.59.5"
"@typescript-eslint/visitor-keys": "npm:5.59.5"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
semver: "npm:^7.3.7"
tsutils: "npm:^3.21.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: e833fd104f4c9bf7d5890e93b27f336c90e709bdad2920a9767f30ddbfadfcb864304a522797e6bb8d69d9d7df7eb2b9e5dbe71e52c128759d816bb2203c5d07
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.59.2":
version: 5.59.2
resolution: "@typescript-eslint/utils@npm:5.59.2"
Expand Down Expand Up @@ -2266,6 +2301,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/visitor-keys@npm:5.59.5"
dependencies:
"@typescript-eslint/types": "npm:5.59.5"
eslint-visitor-keys: "npm:^3.3.0"
checksum: a29ff5aabfa1b83bd30778bd509b5dc639fb44b613f474949626b91e262a8981254a14d8cefd50101108e973696cbe8ccf315fe497fa55684f46f955e2ed3361
languageName: node
linkType: hard

"@vates/toggle-scripts@npm:1.0.0":
version: 1.0.0
resolution: "@vates/toggle-scripts@npm:1.0.0"
Expand Down

0 comments on commit e013c87

Please sign in to comment.