8000 Merge pull request #1099 from influxdata/dependabot/npm_and_yarn/type… · influxdata/influxdb-client-js@141efbb · GitHub
[go: up one dir, main page]

Skip to content

Commit 141efbb

Browse files
authored
Merge pull request #1099 from influxdata/dependabot/npm_and_yarn/typescript-eslint/parser-8.19.1
chore(deps-dev): bump @typescript-eslint/parser from 8.16.0 to 8.19.1
2 parents 6c7625c + 986639d commit 141efbb

File tree

1 file changed

+35
-30
lines changed

1 file changed

+35
-30
lines changed

yarn.lock

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,14 +1414,14 @@
14141414
ts-api-utils "^1.3.0"
14151415

14161416
"@typescript-eslint/parser@^8.0.0":
1417-
version "8.16.0"
1418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06"
1419-
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==
1420-
dependencies:
1421-
"@typescript-eslint/scope-manager" "8.16.0"
1422-
"@typescript-eslint/types" "8.16.0"
1423-
"@typescript-eslint/typescript-estree" "8.16.0"
1424-
"@typescript-eslint/visitor-keys" "8.16.0"
1417+
version "8.19.1"
1418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b"
1419+
integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==
1420+
dependencies:
1421+
"@typescript-eslint/scope-manager" "8.19.1"
1422+
"@typescript-eslint/types" "8.19.1"
1423+
"@typescript-eslint/typescript-estree" "8.19.1"
1424+
"@typescript-eslint/visitor-keys" "8.19.1"
14251425
debug "^4.3.4"
14261426

14271427
"@typescript-eslint/scope-manager@7.18.0":
@@ -1432,13 +1432,13 @@
14321432
"@typescript-eslint/types" "7.18.0"
14331433
"@typescript-eslint/visitor-keys" "7.18.0"
14341434

1435-
"@typescript-eslint/scope-manager@8.16.0":
1436-
version "8.16.0"
1437-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905"
1438-
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==
1435+
"@typescript-eslint/scope-manager@8.19.1":
1436+
version "8.19.1"
1437+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b"
1438+
integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==
14391439
dependencies:
1440-
"@typescript-eslint/types" "8.16.0"
1441-
"@typescript-eslint/visitor-keys" "8.16.0"
1440+
"@typescript-eslint/types" "8.19.1"
1441+
"@typescript-eslint/visitor-keys" "8.19.1"
14421442

14431443
"@typescript-eslint/type-utils@7.18.0":
14441444
version "7.18.0"
@@ -1455,10 +1455,10 @@
14551455
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
14561456
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
14571457

1458-
"@typescript-eslint/types@8.16.0":
1459-
version "8.16.0"
1460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
1461-
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
1458+
"@typescript-eslint/types@8.19.1":
1459+
version "8.19.1"
1460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c"
1461+
integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==
14621462

14631463
"@typescript-eslint/typescript-estree@7.18.0":
14641464
version "7.18.0"
@@ -1474,19 +1474,19 @@
14741474
semver "^7.6.0"
14751475
ts-api-utils "^1.3.0"
14761476

1477-
"@typescript-eslint/typescript-estree@8.16.0":
1478-
version "8.16.0"
1479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c"
1480-
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==
1477+
"@typescript-eslint/typescript-estree@8.19.1":
1478+
version "8.19.1"
1479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b"
1480+
integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==
14811481
dependencies:
1482-
"@typescript-eslint/types" "8.16.0"
1483-
"@typescript-eslint/visitor-keys" "8.16.0"
1482+
"@typescript-eslint/types" "8.19.1"
1483+
"@typescript-eslint/visitor-keys" "8.19.1"
14841484
debug "^4.3.4"
14851485
fast-glob "^3.3.2"
14861486
is-glob "^4.0.3"
14871487
minimatch "^9.0.4"
14881488
semver "^7.6.0"
1489-
ts-api-utils "^1.3.0"
1489+
ts-api-utils "^2.0.0"
14901490

14911491
"@typescript-eslint/utils@7.18.0":
14921492
version "7.18.0"
@@ -1506,12 +1506,12 @@
15061506
"@typescript-eslint/types" "7.18.0"
15071507
eslint-visitor-keys "^3.4.3"
15081508

1509-
"@typescript-eslint/visitor-keys@8.16.0":
1510-
version "8.16.0"
1511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705"
1512-
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==
1509+
"@typescript-eslint/visitor-keys@8.19.1":
1510+
version "8.19.1"
1511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0"
1512+
integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==
15131513
dependencies:
1514-
"@typescript-eslint/types" "8.16.0"
1514+
"@typescript-eslint/types" "8.19.1"
15151515
eslint-visitor-keys "^4.2.0"
15161516

15171517
"@ungap/structured-clone@^1.2.0":
@@ -6150,6 +6150,11 @@ ts-api-utils@^1.3.0:
61506150
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
61516151
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
61526152

6153+
ts-api-utils@^2.0.0:
6154+
version "2.0.0"
6155+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
6156+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
6157+
61536158
ts-interface-checker@^0.1.9:
61546159
version "0.1.13"
61556160
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"

0 commit comments

Comments
 (0)
0