Skip to content

Commit ae9457c

Browse files
authored
Merge pull request #394 from salesforcecli/dependabot-npm_and_yarn-typescript-eslint-parser-5.60.1
chore(dev-deps): bump @typescript-eslint/parser from 5.60.0 to 5.60.1
2 parents 45991bb + 42c01b1 commit ae9457c

2 files changed

Lines changed: 9 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/debug": "^4.1.8",
2424
"@types/ejs": "^3.1.2",
2525
"@typescript-eslint/eslint-plugin": "^5.60.1",
26-
"@typescript-eslint/parser": "^5.60.0",
26+
"@typescript-eslint/parser": "^5.60.1",
2727
"chai": "^4.3.7",
2828
"eslint": "^8.42.0",
2929
"eslint-config-prettier": "^8.8.0",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,23 +1239,15 @@
12391239
semver "^7.3.7"
12401240
tsutils "^3.21.0"
12411241

1242-
"@typescript-eslint/parser@^5.60.0":
1243-
version "5.60.0"
1244-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
1245-
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
1246-
dependencies:
1247-
"@typescript-eslint/scope-manager" "5.60.0"
1248-
"@typescript-eslint/types" "5.60.0"
1249-
"@typescript-eslint/typescript-estree" "5.60.0"
1250-
debug "^4.3.4"
1251-
1252-
"@typescript-eslint/scope-manager@5.60.0":
1253-
version "5.60.0"
1254-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
1255-
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
1242+
"@typescript-eslint/parser@^5.60.1":
1243+
version "5.60.1"
1244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
1245+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
12561246
dependencies:
1257-
"@typescript-eslint/types" "5.60.0"
1258-
"@typescript-eslint/visitor-keys" "5.60.0"
1247+
"@typescript-eslint/scope-manager" "5.60.1"
1248+
"@typescript-eslint/types" "5.60.1"
1249+
"@typescript-eslint/typescript-estree" "5.60.1"
1250+
debug "^4.3.4"
12591251

12601252
"@typescript-eslint/scope-manager@5.60.1":
12611253
version "5.60.1"
@@ -1275,29 +1267,11 @@
12751267
debug "^4.3.4"
12761268
tsutils "^3.21.0"
12771269

1278-
"@typescript-eslint/types@5.60.0":
1279-
version "5.60.0"
1280-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
1281-
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
1282-
12831270
"@typescript-eslint/types@5.60.1":
12841271
version "5.60.1"
12851272
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
12861273
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
12871274

1288-
"@typescript-eslint/typescript-estree@5.60.0":
1289-
version "5.60.0"
1290-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
1291-
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
1292-
dependencies:
1293-
"@typescript-eslint/types" "5.60.0"
1294-
"@typescript-eslint/visitor-keys" "5.60.0"
1295-
debug "^4.3.4"
1296-
globby "^11.1.0"
1297-
is-glob "^4.0.3"
1298-
semver "^7.3.7"
1299-
tsutils "^3.21.0"
1300-
13011275
"@typescript-eslint/typescript-estree@5.60.1":
13021276
version "5.60.1"
13031277
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
@@ -1325,14 +1299,6 @@
13251299
eslint-scope "^5.1.1"
13261300
semver "^7.3.7"
13271301

1328-
"@typescript-eslint/visitor-keys@5.60.0":
1329-
version "5.60.0"
1330-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
1331-
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
1332-
dependencies:
1333-
"@typescript-eslint/types" "5.60.0"
1334-
eslint-visitor-keys "^3.3.0"
1335-
13361302
"@typescript-eslint/visitor-keys@5.60.1":
13371303
version "5.60.1"
13381304
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"

0 commit comments

Comments
 (0)