Skip to content

Commit 0018d0d

Browse files
committed
Update typescript-eslint monorepo to v5.59.7
1 parent 25f882a commit 0018d0d

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.1",
5454
"@types/node": "^20.1.3",
55-
"@typescript-eslint/eslint-plugin": "5.59.6",
56-
"@typescript-eslint/parser": "5.59.6",
55+
"@typescript-eslint/eslint-plugin": "5.59.7",
56+
"@typescript-eslint/parser": "5.59.7",
5757
"eslint": "8.41.0",
5858
"jest": "29.5.0",
5959
"myzod": "1.10.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,88 +2111,88 @@
21112111
dependencies:
21122112
"@types/yargs-parser" "*"
21132113

2114-
"@typescript-eslint/[email protected].6":
2115-
version "5.59.6"
2116-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz#a350faef1baa1e961698240f922d8de1761a9e2b"
2117-
integrity sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==
2114+
"@typescript-eslint/[email protected].7":
2115+
version "5.59.7"
2116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
2117+
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
21182118
dependencies:
21192119
"@eslint-community/regexpp" "^4.4.0"
2120-
"@typescript-eslint/scope-manager" "5.59.6"
2121-
"@typescript-eslint/type-utils" "5.59.6"
2122-
"@typescript-eslint/utils" "5.59.6"
2120+
"@typescript-eslint/scope-manager" "5.59.7"
2121+
"@typescript-eslint/type-utils" "5.59.7"
2122+
"@typescript-eslint/utils" "5.59.7"
21232123
debug "^4.3.4"
21242124
grapheme-splitter "^1.0.4"
21252125
ignore "^5.2.0"
21262126
natural-compare-lite "^1.4.0"
21272127
semver "^7.3.7"
21282128
tsutils "^3.21.0"
21292129

2130-
"@typescript-eslint/[email protected].6":
2131-
version "5.59.6"
2132-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.6.tgz#bd36f71f5a529f828e20b627078d3ed6738dbb40"
2133-
integrity sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==
2130+
"@typescript-eslint/[email protected].7":
2131+
version "5.59.7"
2132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
2133+
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
21342134
dependencies:
2135-
"@typescript-eslint/scope-manager" "5.59.6"
2136-
"@typescript-eslint/types" "5.59.6"
2137-
"@typescript-eslint/typescript-estree" "5.59.6"
2135+
"@typescript-eslint/scope-manager" "5.59.7"
2136+
"@typescript-eslint/types" "5.59.7"
2137+
"@typescript-eslint/typescript-estree" "5.59.7"
21382138
debug "^4.3.4"
21392139

2140-
"@typescript-eslint/[email protected].6":
2141-
version "5.59.6"
2142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz#d43a3687aa4433868527cfe797eb267c6be35f19"
2143-
integrity sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==
2140+
"@typescript-eslint/[email protected].7":
2141+
version "5.59.7"
2142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
2143+
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
21442144
dependencies:
2145-
"@typescript-eslint/types" "5.59.6"
2146-
"@typescript-eslint/visitor-keys" "5.59.6"
2145+
"@typescript-eslint/types" "5.59.7"
2146+
"@typescript-eslint/visitor-keys" "5.59.7"
21472147

2148-
"@typescript-eslint/[email protected].6":
2149-
version "5.59.6"
2150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
2151-
integrity sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==
2148+
"@typescript-eslint/[email protected].7":
2149+
version "5.59.7"
2150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
2151+
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
21522152
dependencies:
2153-
"@typescript-eslint/typescript-estree" "5.59.6"
2154-
"@typescript-eslint/utils" "5.59.6"
2153+
"@typescript-eslint/typescript-estree" "5.59.7"
2154+
"@typescript-eslint/utils" "5.59.7"
21552155
debug "^4.3.4"
21562156
tsutils "^3.21.0"
21572157

2158-
"@typescript-eslint/[email protected].6":
2159-
version "5.59.6"
2160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
2161-
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
2158+
"@typescript-eslint/[email protected].7":
2159+
version "5.59.7"
2160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
2161+
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
21622162

2163-
"@typescript-eslint/[email protected].6":
2164-
version "5.59.6"
2165-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz#2fb80522687bd3825504925ea7e1b8de7bb6251b"
2166-
integrity sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==
2163+
"@typescript-eslint/[email protected].7":
2164+
version "5.59.7"
2165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
2166+
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
21672167
dependencies:
2168-
"@typescript-eslint/types" "5.59.6"
2169-
"@typescript-eslint/visitor-keys" "5.59.6"
2168+
"@typescript-eslint/types" "5.59.7"
2169+
"@typescript-eslint/visitor-keys" "5.59.7"
21702170
debug "^4.3.4"
21712171
globby "^11.1.0"
21722172
is-glob "^4.0.3"
21732173
semver "^7.3.7"
21742174
tsutils "^3.21.0"
21752175

2176-
"@typescript-eslint/[email protected].6":
2177-
version "5.59.6"
2178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
2179-
integrity sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==
2176+
"@typescript-eslint/[email protected].7":
2177+
version "5.59.7"
2178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
2179+
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
21802180
dependencies:
21812181
"@eslint-community/eslint-utils" "^4.2.0"
21822182
"@types/json-schema" "^7.0.9"
21832183
"@types/semver" "^7.3.12"
2184-
"@typescript-eslint/scope-manager" "5.59.6"
2185-
"@typescript-eslint/types" "5.59.6"
2186-
"@typescript-eslint/typescript-estree" "5.59.6"
2184+
"@typescript-eslint/scope-manager" "5.59.7"
2185+
"@typescript-eslint/types" "5.59.7"
2186+
"@typescript-eslint/typescript-estree" "5.59.7"
21872187
eslint-scope "^5.1.1"
21882188
semver "^7.3.7"
21892189

2190-
"@typescript-eslint/[email protected].6":
2191-
version "5.59.6"
2192-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz#673fccabf28943847d0c8e9e8d008e3ada7be6bb"
2193-
integrity sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==
2190+
"@typescript-eslint/[email protected].7":
2191+
version "5.59.7"
2192+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
2193+
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
21942194
dependencies:
2195-
"@typescript-eslint/types" "5.59.6"
2195+
"@typescript-eslint/types" "5.59.7"
21962196
eslint-visitor-keys "^3.3.0"
21972197

21982198
"@whatwg-node/events@^0.0.2":

0 commit comments

Comments
 (0)