Skip to content

Commit 9e23792

Browse files
chore(deps): update dependency @typescript-eslint/parser to v5.62.0
1 parent 9dd6946 commit 9e23792

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/prismjs": "1.26.0",
6262
"@types/react-tooltip": "^4.2.4",
6363
"@types/string-similarity": "^4.0.0",
64-
"@typescript-eslint/parser": "5.59.7",
64+
"@typescript-eslint/parser": "5.62.0",
6565
"autoprefixer": "10.4.14",
6666
"eslint": "8.42.0",
6767
"eslint-plugin-tailwindcss": "3.12.0",

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,14 +3102,14 @@
31023102
semver "^7.3.7"
31033103
tsutils "^3.21.0"
31043104

3105-
"@typescript-eslint/parser@5.59.7":
3106-
version "5.59.7"
3107-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
3108-
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
3109-
dependencies:
3110-
"@typescript-eslint/scope-manager" "5.59.7"
3111-
"@typescript-eslint/types" "5.59.7"
3112-
"@typescript-eslint/typescript-estree" "5.59.7"
3105+
"@typescript-eslint/parser@5.62.0":
3106+
version "5.62.0"
3107+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
3108+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
3109+
dependencies:
3110+
"@typescript-eslint/scope-manager" "5.62.0"
3111+
"@typescript-eslint/types" "5.62.0"
3112+
"@typescript-eslint/typescript-estree" "5.62.0"
31133113
debug "^4.3.4"
31143114

31153115
"@typescript-eslint/parser@^5.57.0":
@@ -3130,13 +3130,13 @@
31303130
"@typescript-eslint/types" "5.59.6"
31313131
"@typescript-eslint/visitor-keys" "5.59.6"
31323132

3133-
"@typescript-eslint/scope-manager@5.59.7":
3134-
version "5.59.7"
3135-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
3136-
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
3133+
"@typescript-eslint/scope-manager@5.62.0":
3134+
version "5.62.0"
3135+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
3136+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
31373137
dependencies:
3138-
"@typescript-eslint/types" "5.59.7"
3139-
"@typescript-eslint/visitor-keys" "5.59.7"
3138+
"@typescript-eslint/types" "5.62.0"
3139+
"@typescript-eslint/visitor-keys" "5.62.0"
31403140

31413141
"@typescript-eslint/[email protected]":
31423142
version "5.59.6"
@@ -3153,10 +3153,10 @@
31533153
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
31543154
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
31553155

3156-
"@typescript-eslint/types@5.59.7":
3157-
version "5.59.7"
3158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
3159-
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
3156+
"@typescript-eslint/types@5.62.0":
3157+
version "5.62.0"
3158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
3159+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
31603160

31613161
"@typescript-eslint/[email protected]":
31623162
version "5.59.6"
@@ -3171,13 +3171,13 @@
31713171
semver "^7.3.7"
31723172
tsutils "^3.21.0"
31733173

3174-
"@typescript-eslint/typescript-estree@5.59.7":
3175-
version "5.59.7"
3176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
3177-
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
3174+
"@typescript-eslint/typescript-estree@5.62.0":
3175+
version "5.62.0"
3176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
3177+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
31783178
dependencies:
3179-
"@typescript-eslint/types" "5.59.7"
3180-
"@typescript-eslint/visitor-keys" "5.59.7"
3179+
"@typescript-eslint/types" "5.62.0"
3180+
"@typescript-eslint/visitor-keys" "5.62.0"
31813181
debug "^4.3.4"
31823182
globby "^11.1.0"
31833183
is-glob "^4.0.3"
@@ -3206,12 +3206,12 @@
32063206
"@typescript-eslint/types" "5.59.6"
32073207
eslint-visitor-keys "^3.3.0"
32083208

3209-
"@typescript-eslint/visitor-keys@5.59.7":
3210-
version "5.59.7"
3211-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
3212-
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
3209+
"@typescript-eslint/visitor-keys@5.62.0":
3210+
version "5.62.0"
3211+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
3212+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
32133213
dependencies:
3214-
"@typescript-eslint/types" "5.59.7"
3214+
"@typescript-eslint/types" "5.62.0"
32153215
eslint-visitor-keys "^3.3.0"
32163216

32173217
"@vercel/webpack-asset-relocator-loader@^1.7.3":

0 commit comments

Comments
 (0)