Skip to content

Commit 99456fa

Browse files
chore(deps): update dependency @typescript-eslint/parser to v5.62.0
1 parent 0700930 commit 99456fa

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
@@ -50,7 +50,7 @@
5050
"@tailwindcss/typography": "0.5.9",
5151
"@types/codemirror": "5.60.7",
5252
"@types/prismjs": "1.26.0",
53-
"@typescript-eslint/parser": "5.59.7",
53+
"@typescript-eslint/parser": "5.62.0",
5454
"autoprefixer": "10.4.14",
5555
"eslint": "8.42.0",
5656
"eslint-plugin-tailwindcss": "3.12.0",

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3016,14 +3016,14 @@
30163016
semver "^7.3.7"
30173017
tsutils "^3.21.0"
30183018

3019-
"@typescript-eslint/parser@5.59.7":
3020-
version "5.59.7"
3021-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
3022-
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
3023-
dependencies:
3024-
"@typescript-eslint/scope-manager" "5.59.7"
3025-
"@typescript-eslint/types" "5.59.7"
3026-
"@typescript-eslint/typescript-estree" "5.59.7"
3019+
"@typescript-eslint/parser@5.62.0":
3020+
version "5.62.0"
3021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
3022+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
3023+
dependencies:
3024+
"@typescript-eslint/scope-manager" "5.62.0"
3025+
"@typescript-eslint/types" "5.62.0"
3026+
"@typescript-eslint/typescript-estree" "5.62.0"
30273027
debug "^4.3.4"
30283028

30293029
"@typescript-eslint/parser@^5.57.0":
@@ -3044,13 +3044,13 @@
30443044
"@typescript-eslint/types" "5.59.6"
30453045
"@typescript-eslint/visitor-keys" "5.59.6"
30463046

3047-
"@typescript-eslint/scope-manager@5.59.7":
3048-
version "5.59.7"
3049-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
3050-
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
3047+
"@typescript-eslint/scope-manager@5.62.0":
3048+
version "5.62.0"
3049+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
3050+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
30513051
dependencies:
3052-
"@typescript-eslint/types" "5.59.7"
3053-
"@typescript-eslint/visitor-keys" "5.59.7"
3052+
"@typescript-eslint/types" "5.62.0"
3053+
"@typescript-eslint/visitor-keys" "5.62.0"
30543054

30553055
"@typescript-eslint/[email protected]":
30563056
version "5.59.6"
@@ -3067,10 +3067,10 @@
30673067
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
30683068
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
30693069

3070-
"@typescript-eslint/types@5.59.7":
3071-
version "5.59.7"
3072-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
3073-
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
3070+
"@typescript-eslint/types@5.62.0":
3071+
version "5.62.0"
3072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
3073+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
30743074

30753075
"@typescript-eslint/[email protected]":
30763076
version "5.59.6"
@@ -3085,13 +3085,13 @@
30853085
semver "^7.3.7"
30863086
tsutils "^3.21.0"
30873087

3088-
"@typescript-eslint/typescript-estree@5.59.7":
3089-
version "5.59.7"
3090-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
3091-
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
3088+
"@typescript-eslint/typescript-estree@5.62.0":
3089+
version "5.62.0"
3090+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
3091+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
30923092
dependencies:
3093-
"@typescript-eslint/types" "5.59.7"
3094-
"@typescript-eslint/visitor-keys" "5.59.7"
3093+
"@typescript-eslint/types" "5.62.0"
3094+
"@typescript-eslint/visitor-keys" "5.62.0"
30953095
debug "^4.3.4"
30963096
globby "^11.1.0"
30973097
is-glob "^4.0.3"
@@ -3120,12 +3120,12 @@
31203120
"@typescript-eslint/types" "5.59.6"
31213121
eslint-visitor-keys "^3.3.0"
31223122

3123-
"@typescript-eslint/visitor-keys@5.59.7":
3124-
version "5.59.7"
3125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
3126-
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
3123+
"@typescript-eslint/visitor-keys@5.62.0":
3124+
version "5.62.0"
3125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
3126+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
31273127
dependencies:
3128-
"@typescript-eslint/types" "5.59.7"
3128+
"@typescript-eslint/types" "5.62.0"
31293129
eslint-visitor-keys "^3.3.0"
31303130

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

0 commit comments

Comments
 (0)