Skip to content

Commit 1cfe687

Browse files
dependabot[bot]zegl
authored andcommitted
build(deps-dev): bump @typescript-eslint/parser from 5.39.0 to 5.40.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.39.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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ec568a commit 1cfe687

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@types/jest": "^27.5.1",
4141
"@types/node": "^18.8.2",
42-
"@typescript-eslint/parser": "^5.39.0",
42+
"@typescript-eslint/parser": "^5.40.1",
4343
"@vercel/ncc": "^0.34.0",
4444
"eslint": "^8.24.0",
4545
"eslint-plugin-github": "^4.3.7",

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -944,14 +944,14 @@
944944
semver "^7.3.7"
945945
tsutils "^3.21.0"
946946

947-
"@typescript-eslint/parser@^5.1.0", "@typescript-eslint/parser@^5.39.0":
948-
version "5.39.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
950-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
951-
dependencies:
952-
"@typescript-eslint/scope-manager" "5.39.0"
953-
"@typescript-eslint/types" "5.39.0"
954-
"@typescript-eslint/typescript-estree" "5.39.0"
947+
"@typescript-eslint/parser@^5.1.0", "@typescript-eslint/parser@^5.40.1":
948+
version "5.40.1"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
950+
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
951+
dependencies:
952+
"@typescript-eslint/scope-manager" "5.40.1"
953+
"@typescript-eslint/types" "5.40.1"
954+
"@typescript-eslint/typescript-estree" "5.40.1"
955955
debug "^4.3.4"
956956

957957
"@typescript-eslint/scope-manager@5.25.0":
@@ -970,13 +970,13 @@
970970
"@typescript-eslint/types" "5.26.0"
971971
"@typescript-eslint/visitor-keys" "5.26.0"
972972

973-
"@typescript-eslint/scope-manager@5.39.0":
974-
version "5.39.0"
975-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
976-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
973+
"@typescript-eslint/scope-manager@5.40.1":
974+
version "5.40.1"
975+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
976+
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
977977
dependencies:
978-
"@typescript-eslint/types" "5.39.0"
979-
"@typescript-eslint/visitor-keys" "5.39.0"
978+
"@typescript-eslint/types" "5.40.1"
979+
"@typescript-eslint/visitor-keys" "5.40.1"
980980

981981
"@typescript-eslint/type-utils@5.25.0":
982982
version "5.25.0"
@@ -997,10 +997,10 @@
997997
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.26.0.tgz"
998998
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
999999

1000-
"@typescript-eslint/types@5.39.0":
1001-
version "5.39.0"
1002-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
1003-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
1000+
"@typescript-eslint/types@5.40.1":
1001+
version "5.40.1"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
1003+
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
10041004

10051005
"@typescript-eslint/typescript-estree@5.25.0":
10061006
version "5.25.0"
@@ -1028,13 +1028,13 @@
10281028
semver "^7.3.7"
10291029
tsutils "^3.21.0"
10301030

1031-
"@typescript-eslint/typescript-estree@5.39.0":
1032-
version "5.39.0"
1033-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
1034-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
1031+
"@typescript-eslint/typescript-estree@5.40.1":
1032+
version "5.40.1"
1033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
1034+
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
10351035
dependencies:
1036-
"@typescript-eslint/types" "5.39.0"
1037-
"@typescript-eslint/visitor-keys" "5.39.0"
1036+
"@typescript-eslint/types" "5.40.1"
1037+
"@typescript-eslint/visitor-keys" "5.40.1"
10381038
debug "^4.3.4"
10391039
globby "^11.1.0"
10401040
is-glob "^4.0.3"
@@ -1081,12 +1081,12 @@
10811081
"@typescript-eslint/types" "5.26.0"
10821082
eslint-visitor-keys "^3.3.0"
10831083

1084-
"@typescript-eslint/visitor-keys@5.39.0":
1085-
version "5.39.0"
1086-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
1087-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
1084+
"@typescript-eslint/visitor-keys@5.40.1":
1085+
version "5.40.1"
1086+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
1087+
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
10881088
dependencies:
1089-
"@typescript-eslint/types" "5.39.0"
1089+
"@typescript-eslint/types" "5.40.1"
10901090
eslint-visitor-keys "^3.3.0"
10911091

10921092
"@vercel/ncc@^0.34.0":

0 commit comments

Comments
 (0)