Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 11c967d

Browse files
build(deps): bump @typescript-eslint/parser from 5.40.0 to 5.40.1 (#271)
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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45abd89 commit 11c967d

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "./base.js",
1717
"dependencies": {
1818
"@typescript-eslint/eslint-plugin": "^5.40.0",
19-
"@typescript-eslint/parser": "^5.40.0",
19+
"@typescript-eslint/parser": "^5.40.1",
2020
"eslint": "^8.25.0",
2121
"eslint-config-airbnb": "^19.0.4",
2222
"eslint-config-airbnb-base": "^15.0.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -829,14 +829,14 @@
829829
semver "^7.3.7"
830830
tsutils "^3.21.0"
831831

832-
"@typescript-eslint/parser@^5.40.0":
833-
version "5.40.0"
834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
835-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
836-
dependencies:
837-
"@typescript-eslint/scope-manager" "5.40.0"
838-
"@typescript-eslint/types" "5.40.0"
839-
"@typescript-eslint/typescript-estree" "5.40.0"
832+
"@typescript-eslint/parser@^5.40.1":
833+
version "5.40.1"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
835+
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
836+
dependencies:
837+
"@typescript-eslint/scope-manager" "5.40.1"
838+
"@typescript-eslint/types" "5.40.1"
839+
"@typescript-eslint/typescript-estree" "5.40.1"
840840
debug "^4.3.4"
841841

842842
"@typescript-eslint/[email protected]":
@@ -847,6 +847,14 @@
847847
"@typescript-eslint/types" "5.40.0"
848848
"@typescript-eslint/visitor-keys" "5.40.0"
849849

850+
"@typescript-eslint/[email protected]":
851+
version "5.40.1"
852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
853+
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
854+
dependencies:
855+
"@typescript-eslint/types" "5.40.1"
856+
"@typescript-eslint/visitor-keys" "5.40.1"
857+
850858
"@typescript-eslint/[email protected]":
851859
version "5.40.0"
852860
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
@@ -862,6 +870,11 @@
862870
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
863871
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
864872

873+
"@typescript-eslint/[email protected]":
874+
version "5.40.1"
875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
876+
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
877+
865878
"@typescript-eslint/[email protected]":
866879
version "5.40.0"
867880
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
@@ -875,6 +888,19 @@
875888
semver "^7.3.7"
876889
tsutils "^3.21.0"
877890

891+
"@typescript-eslint/[email protected]":
892+
version "5.40.1"
893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
894+
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
895+
dependencies:
896+
"@typescript-eslint/types" "5.40.1"
897+
"@typescript-eslint/visitor-keys" "5.40.1"
898+
debug "^4.3.4"
899+
globby "^11.1.0"
900+
is-glob "^4.0.3"
901+
semver "^7.3.7"
902+
tsutils "^3.21.0"
903+
878904
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
879905
version "5.40.0"
880906
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
@@ -896,6 +922,14 @@
896922
"@typescript-eslint/types" "5.40.0"
897923
eslint-visitor-keys "^3.3.0"
898924

925+
"@typescript-eslint/[email protected]":
926+
version "5.40.1"
927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
928+
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
929+
dependencies:
930+
"@typescript-eslint/types" "5.40.1"
931+
eslint-visitor-keys "^3.3.0"
932+
899933
JSONStream@^1.0.4:
900934
version "1.3.5"
901935
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)