Skip to content

Commit 2bc7ca6

Browse files
build(deps-dev): Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 (#173)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 397e5c4 commit 2bc7ca6

File tree

2 files changed

+54
-9
lines changed

2 files changed

+54
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/prettier": "2.7.2",
9595
"@types/semver": "7.3.13",
9696
"@typescript-eslint/eslint-plugin": "5.59.1",
97-
"@typescript-eslint/parser": "5.59.1",
97+
"@typescript-eslint/parser": "5.59.2",
9898
"@vates/toggle-scripts": "1.0.0",
9999
"@vitest/coverage-c8": "0.30.1",
100100
"@vitest/ui": "0.30.1",

yarn.lock

+53-8
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ __metadata:
11081108
"@types/prettier": "npm:2.7.2"
11091109
"@types/semver": "npm:7.3.13"
11101110
"@typescript-eslint/eslint-plugin": "npm:5.59.1"
1111-
"@typescript-eslint/parser": "npm:5.59.1"
1111+
"@typescript-eslint/parser": "npm:5.59.2"
11121112
"@vates/toggle-scripts": "npm:1.0.0"
11131113
"@vitest/coverage-c8": "npm:0.30.1"
11141114
"@vitest/ui": "npm:0.30.1"
@@ -2157,20 +2157,20 @@ __metadata:
21572157
languageName: node
21582158
linkType: hard
21592159

2160-
"@typescript-eslint/parser@npm:5.59.1":
2161-
version: 5.59.1
2162-
resolution: "@typescript-eslint/parser@npm:5.59.1"
2160+
"@typescript-eslint/parser@npm:5.59.2":
2161+
version: 5.59.2
2162+
resolution: "@typescript-eslint/parser@npm:5.59.2"
21632163
dependencies:
2164-
"@typescript-eslint/scope-manager": "npm:5.59.1"
2165-
"@typescript-eslint/types": "npm:5.59.1"
2166-
"@typescript-eslint/typescript-estree": "npm:5.59.1"
2164+
"@typescript-eslint/scope-manager": "npm:5.59.2"
2165+
"@typescript-eslint/types": "npm:5.59.2"
2166+
"@typescript-eslint/typescript-estree": "npm:5.59.2"
21672167
debug: "npm:^4.3.4"
21682168
peerDependencies:
21692169
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
21702170
peerDependenciesMeta:
21712171
typescript:
21722172
optional: true
2173-
checksum: 57ebec1ab3ef91a37cdcad2c7119c4a4f5569cabceed93e7eb22964d15856a43a2bf8a9e7046aed844929877ddff47b1c4df646377b061b44fd75048c5b26fdc
2173+
checksum: 86d9a46672f9eedf17c0073f0f02ab941100b7cdd7158757095e5793e8e4d7c56c3f4887aa3afd9c3218706108d9647ec7729401ff7c13abfd420738b2bc72d5
21742174
languageName: node
21752175
linkType: hard
21762176

@@ -2184,6 +2184,16 @@ __metadata:
21842184
languageName: node
21852185
linkType: hard
21862186

2187+
"@typescript-eslint/scope-manager@npm:5.59.2":
2188+
version: 5.59.2
2189+
resolution: "@typescript-eslint/scope-manager@npm:5.59.2"
2190+
dependencies:
2191+
"@typescript-eslint/types": "npm:5.59.2"
2192+
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2193+
checksum: 4cd52a2f008d7ee68ec8424c0cfe1c6f668aa2d981a506abb7514a165e47f48dcda711b83d297ea23074005abca5eb30ff9c594938c1ff9c73700019e0d44548
2194+
languageName: node
2195+
linkType: hard
2196+
21872197
"@typescript-eslint/type-utils@npm:5.59.1":
21882198
version: 5.59.1
21892199
resolution: "@typescript-eslint/type-utils@npm:5.59.1"
@@ -2208,6 +2218,13 @@ __metadata:
22082218
languageName: node
22092219
linkType: hard
22102220

2221+
"@typescript-eslint/types@npm:5.59.2":
2222+
version: 5.59.2
2223+
resolution: "@typescript-eslint/types@npm:5.59.2"
2224+
checksum: 4d565653b8d6cb6f5b72134bcd1efb3af18ca5792257613bd263f47b5be8faf94e3a90072758699900ef3e43a5ab68180f081b27a54b76a6d7006759ec63dc8f
2225+
languageName: node
2226+
linkType: hard
2227+
22112228
"@typescript-eslint/typescript-estree@npm:5.59.1":
22122229
version: 5.59.1
22132230
resolution: "@typescript-eslint/typescript-estree@npm:5.59.1"
@@ -2226,6 +2243,24 @@ __metadata:
22262243
languageName: node
22272244
linkType: hard
22282245

2246+
"@typescript-eslint/typescript-estree@npm:5.59.2":
2247+
version: 5.59.2
2248+
resolution: "@typescript-eslint/typescript-estree@npm:5.59.2"
2249+
dependencies:
2250+
"@typescript-eslint/types": "npm:5.59.2"
2251+
"@typescript-eslint/visitor-keys": "npm:5.59.2"
2252+
debug: "npm:^4.3.4"
2253+
globby: "npm:^11.1.0"
2254+
is-glob: "npm:^4.0.3"
2255+
semver: "npm:^7.3.7"
2256+
tsutils: "npm:^3.21.0"
2257+
peerDependenciesMeta:
2258+
typescript:
2259+
optional: true
2260+
checksum: 01f7a9abb914fe5399d4212990fa20c5b0b4ae61319a98730d10c95dfd04d3722637576c58dd95906c66a0f0cca503a25c844e922142f1f3e9c8d10c99a77a19
2261+
languageName: node
2262+
linkType: hard
2263+
22292264
"@typescript-eslint/utils@npm:5.59.1":
22302265
version: 5.59.1
22312266
resolution: "@typescript-eslint/utils@npm:5.59.1"
@@ -2254,6 +2289,16 @@ __metadata:
22542289
languageName: node
22552290
linkType: hard
22562291

2292+
"@typescript-eslint/visitor-keys@npm:5.59.2":
2293+
version: 5.59.2
2294+
resolution: "@typescript-eslint/visitor-keys@npm:5.59.2"
2295+
dependencies:
2296+
"@typescript-eslint/types": "npm:5.59.2"
2297+
eslint-visitor-keys: "npm:^3.3.0"
2298+
checksum: de546e6677b091c0f3f0b27e48f7d84fbdc4ffd21891d1634a1598a22953071690475c4caea99e5529dabebd0d1fb5b161221819129130e84b5ef3efcdbcf6ec
2299+
languageName: node
2300+
linkType: hard
2301+
22572302
"@vates/toggle-scripts@npm:1.0.0":
22582303
version: 1.0.0
22592304
resolution: "@vates/toggle-scripts@npm:1.0.0"

0 commit comments

Comments
 (0)