Skip to content

Commit d29acc8

Browse files
authored
Merge pull request #728 from salesforcecli/dependabot-npm_and_yarn-typescript-eslint-parser-5.59.11
chore(dev-deps): bump @typescript-eslint/parser from 5.59.9 to 5.59.11
2 parents 3eacc42 + c171952 commit d29acc8

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@swc/core": "1.3.39",
2929
"@types/inquirer": "^8.2.0",
3030
"@typescript-eslint/eslint-plugin": "^5.59.7",
31-
"@typescript-eslint/parser": "^5.59.9",
31+
"@typescript-eslint/parser": "^5.59.11",
3232
"chai": "^4.3.7",
3333
"eslint": "^8.42.0",
3434
"eslint-config-prettier": "^8.8.0",

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -1368,16 +1368,24 @@
13681368
semver "^7.3.7"
13691369
tsutils "^3.21.0"
13701370

1371-
"@typescript-eslint/parser@^5.59.9":
1372-
version "5.59.9"
1373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
1374-
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
1375-
dependencies:
1376-
"@typescript-eslint/scope-manager" "5.59.9"
1377-
"@typescript-eslint/types" "5.59.9"
1378-
"@typescript-eslint/typescript-estree" "5.59.9"
1371+
"@typescript-eslint/parser@^5.59.11":
1372+
version "5.59.11"
1373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
1374+
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
1375+
dependencies:
1376+
"@typescript-eslint/scope-manager" "5.59.11"
1377+
"@typescript-eslint/types" "5.59.11"
1378+
"@typescript-eslint/typescript-estree" "5.59.11"
13791379
debug "^4.3.4"
13801380

1381+
"@typescript-eslint/scope-manager@5.59.11":
1382+
version "5.59.11"
1383+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz#5d131a67a19189c42598af9fb2ea1165252001ce"
1384+
integrity sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
1385+
dependencies:
1386+
"@typescript-eslint/types" "5.59.11"
1387+
"@typescript-eslint/visitor-keys" "5.59.11"
1388+
13811389
"@typescript-eslint/scope-manager@5.59.7":
13821390
version "5.59.7"
13831391
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
@@ -1394,14 +1402,6 @@
13941402
"@typescript-eslint/types" "5.59.8"
13951403
"@typescript-eslint/visitor-keys" "5.59.8"
13961404

1397-
"@typescript-eslint/scope-manager@5.59.9":
1398-
version "5.59.9"
1399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4"
1400-
integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==
1401-
dependencies:
1402-
"@typescript-eslint/types" "5.59.9"
1403-
"@typescript-eslint/visitor-keys" "5.59.9"
1404-
14051405
"@typescript-eslint/type-utils@5.59.7":
14061406
version "5.59.7"
14071407
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
@@ -1412,6 +1412,11 @@
14121412
debug "^4.3.4"
14131413
tsutils "^3.21.0"
14141414

1415+
"@typescript-eslint/types@5.59.11":
1416+
version "5.59.11"
1417+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
1418+
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
1419+
14151420
"@typescript-eslint/types@5.59.7":
14161421
version "5.59.7"
14171422
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
@@ -1422,10 +1427,18 @@
14221427
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
14231428
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
14241429

1425-
"@typescript-eslint/types@5.59.9":
1426-
version "5.59.9"
1427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
1428-
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
1430+
"@typescript-eslint/typescript-estree@5.59.11":
1431+
version "5.59.11"
1432+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
1433+
integrity sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
1434+
dependencies:
1435+
"@typescript-eslint/types" "5.59.11"
1436+
"@typescript-eslint/visitor-keys" "5.59.11"
1437+
debug "^4.3.4"
1438+
globby "^11.1.0"
1439+
is-glob "^4.0.3"
1440+
semver "^7.3.7"
1441+
tsutils "^3.21.0"
14291442

14301443
"@typescript-eslint/typescript-estree@5.59.7":
14311444
version "5.59.7"
@@ -1453,19 +1466,6 @@
14531466
semver "^7.3.7"
14541467
tsutils "^3.21.0"
14551468

1456-
"@typescript-eslint/typescript-estree@5.59.9":
1457-
version "5.59.9"
1458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
1459-
integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==
1460-
dependencies:
1461-
"@typescript-eslint/types" "5.59.9"
1462-
"@typescript-eslint/visitor-keys" "5.59.9"
1463-
debug "^4.3.4"
1464-
globby "^11.1.0"
1465-
is-glob "^4.0.3"
1466-
semver "^7.3.7"
1467-
tsutils "^3.21.0"
1468-
14691469
"@typescript-eslint/utils@5.59.7":
14701470
version "5.59.7"
14711471
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
@@ -1494,6 +1494,14 @@
14941494
eslint-scope "^5.1.1"
14951495
semver "^7.3.7"
14961496

1497+
"@typescript-eslint/visitor-keys@5.59.11":
1498+
version "5.59.11"
1499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz#dca561ddad169dc27d62396d64f45b2d2c3ecc56"
1500+
integrity sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
1501+
dependencies:
1502+
"@typescript-eslint/types" "5.59.11"
1503+
eslint-visitor-keys "^3.3.0"
1504+
14971505
"@typescript-eslint/visitor-keys@5.59.7":
14981506
version "5.59.7"
14991507
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
@@ -1510,14 +1518,6 @@
15101518
"@typescript-eslint/types" "5.59.8"
15111519
eslint-visitor-keys "^3.3.0"
15121520

1513-
"@typescript-eslint/visitor-keys@5.59.9":
1514-
version "5.59.9"
1515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"
1516-
integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==
1517-
dependencies:
1518-
"@typescript-eslint/types" "5.59.9"
1519-
eslint-visitor-keys "^3.3.0"
1520-
15211521
"@ungap/promise-all-settled@1.1.2":
15221522
version "1.1.2"
15231523
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)