Skip to content

Commit 051d46a

Browse files
chore(dev-deps): bump @typescript-eslint/parser from 5.40.0 to 5.40.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.40.0 to 5.40.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20c3248 commit 051d46a

2 files changed

Lines changed: 43 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@semantic-release/git": "^9.0.1",
2525
"@types/shelljs": "^0.8.11",
2626
"@typescript-eslint/eslint-plugin": "^5.40.0",
27-
"@typescript-eslint/parser": "^5.40.0",
27+
"@typescript-eslint/parser": "^5.40.1",
2828
"chai": "^4.3.6",
2929
"eslint": "^8.26.0",
3030
"eslint-config-prettier": "^8.5.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,14 +1556,14 @@
15561556
semver "^7.3.7"
15571557
tsutils "^3.21.0"
15581558

1559-
"@typescript-eslint/parser@^5.40.0":
1560-
version "5.40.0"
1561-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1562-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
1563-
dependencies:
1564-
"@typescript-eslint/scope-manager" "5.40.0"
1565-
"@typescript-eslint/types" "5.40.0"
1566-
"@typescript-eslint/typescript-estree" "5.40.0"
1559+
"@typescript-eslint/parser@^5.40.1":
1560+
version "5.40.1"
1561+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
1562+
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
1563+
dependencies:
1564+
"@typescript-eslint/scope-manager" "5.40.1"
1565+
"@typescript-eslint/types" "5.40.1"
1566+
"@typescript-eslint/typescript-estree" "5.40.1"
15671567
debug "^4.3.4"
15681568

15691569
"@typescript-eslint/scope-manager@5.40.0":
@@ -1574,6 +1574,14 @@
15741574
"@typescript-eslint/types" "5.40.0"
15751575
"@typescript-eslint/visitor-keys" "5.40.0"
15761576

1577+
"@typescript-eslint/scope-manager@5.40.1":
1578+
version "5.40.1"
1579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
1580+
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
1581+
dependencies:
1582+
"@typescript-eslint/types" "5.40.1"
1583+
"@typescript-eslint/visitor-keys" "5.40.1"
1584+
15771585
"@typescript-eslint/type-utils@5.40.0":
15781586
version "5.40.0"
15791587
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
@@ -1589,6 +1597,11 @@
15891597
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
15901598
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
15911599

1600+
"@typescript-eslint/types@5.40.1":
1601+
version "5.40.1"
1602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
1603+
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
1604+
15921605
"@typescript-eslint/typescript-estree@5.40.0":
15931606
version "5.40.0"
15941607
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
@@ -1602,6 +1615,19 @@
16021615
semver "^7.3.7"
16031616
tsutils "^3.21.0"
16041617

1618+
"@typescript-eslint/typescript-estree@5.40.1":
1619+
version "5.40.1"
1620+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
1621+
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
1622+
dependencies:
1623+
"@typescript-eslint/types" "5.40.1"
1624+
"@typescript-eslint/visitor-keys" "5.40.1"
1625+
debug "^4.3.4"
1626+
globby "^11.1.0"
1627+
is-glob "^4.0.3"
1628+
semver "^7.3.7"
1629+
tsutils "^3.21.0"
1630+
16051631
"@typescript-eslint/utils@5.40.0":
16061632
version "5.40.0"
16071633
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
@@ -1623,6 +1649,14 @@
16231649
"@typescript-eslint/types" "5.40.0"
16241650
eslint-visitor-keys "^3.3.0"
16251651

1652+
"@typescript-eslint/visitor-keys@5.40.1":
1653+
version "5.40.1"
1654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
1655+
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
1656+
dependencies:
1657+
"@typescript-eslint/types" "5.40.1"
1658+
eslint-visitor-keys "^3.3.0"
1659+
16261660
"@ungap/promise-all-settled@1.1.2":
16271661
version "1.1.2"
16281662
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)