Skip to content

Commit 6ea84de

Browse files
build(deps-dev): bump @typescript-eslint/parser from 5.59.5 to 5.59.7
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.5 to 5.59.7. - [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.59.7/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddcf3ac commit 6ea84de

File tree

2 files changed

+9
-52
lines changed

2 files changed

+9
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@types/express": "^4.17.17",
4040
"@typescript-eslint/eslint-plugin": "^5.59.7",
41-
"@typescript-eslint/parser": "^5.59.5",
41+
"@typescript-eslint/parser": "^5.59.7",
4242
"eslint": "^8.40.0",
4343
"eslint-config-prettier": "^8.8.0",
4444
"husky": "^8.0.3",

yarn.lock

Lines changed: 8 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -241,23 +241,15 @@
241241
semver "^7.3.7"
242242
tsutils "^3.21.0"
243243

244-
"@typescript-eslint/parser@^5.59.5":
245-
version "5.59.5"
246-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.5.tgz#63064f5eafbdbfb5f9dfbf5c4503cdf949852981"
247-
integrity sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==
248-
dependencies:
249-
"@typescript-eslint/scope-manager" "5.59.5"
250-
"@typescript-eslint/types" "5.59.5"
251-
"@typescript-eslint/typescript-estree" "5.59.5"
252-
debug "^4.3.4"
253-
254-
"@typescript-eslint/[email protected]":
255-
version "5.59.5"
256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
257-
integrity sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==
244+
"@typescript-eslint/parser@^5.59.7":
245+
version "5.59.7"
246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
247+
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
258248
dependencies:
259-
"@typescript-eslint/types" "5.59.5"
260-
"@typescript-eslint/visitor-keys" "5.59.5"
249+
"@typescript-eslint/scope-manager" "5.59.7"
250+
"@typescript-eslint/types" "5.59.7"
251+
"@typescript-eslint/typescript-estree" "5.59.7"
252+
debug "^4.3.4"
261253

262254
"@typescript-eslint/[email protected]":
263255
version "5.59.7"
@@ -277,29 +269,11 @@
277269
debug "^4.3.4"
278270
tsutils "^3.21.0"
279271

280-
"@typescript-eslint/[email protected]":
281-
version "5.59.5"
282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
283-
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
284-
285272
"@typescript-eslint/[email protected]":
286273
version "5.59.7"
287274
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
288275
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
289276

290-
"@typescript-eslint/[email protected]":
291-
version "5.59.5"
292-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
293-
integrity sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==
294-
dependencies:
295-
"@typescript-eslint/types" "5.59.5"
296-
"@typescript-eslint/visitor-keys" "5.59.5"
297-
debug "^4.3.4"
298-
globby "^11.1.0"
299-
is-glob "^4.0.3"
300-
semver "^7.3.7"
301-
tsutils "^3.21.0"
302-
303277
"@typescript-eslint/[email protected]":
304278
version "5.59.7"
305279
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
@@ -327,14 +301,6 @@
327301
eslint-scope "^5.1.1"
328302
semver "^7.3.7"
329303

330-
"@typescript-eslint/[email protected]":
331-
version "5.59.5"
332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"
333-
integrity sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==
334-
dependencies:
335-
"@typescript-eslint/types" "5.59.5"
336-
eslint-visitor-keys "^3.3.0"
337-
338304
"@typescript-eslint/[email protected]":
339305
version "5.59.7"
340306
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
@@ -990,15 +956,6 @@ follow-redirects@^1.14.8:
990956
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
991957
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
992958

993-
form-data@^3.0.0:
994-
version "3.0.1"
995-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
996-
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
997-
dependencies:
998-
asynckit "^0.4.0"
999-
combined-stream "^1.0.8"
1000-
mime-types "^2.1.12"
1001-
1002959
form-data@^4.0.0:
1003960
version "4.0.0"
1004961
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"

0 commit comments

Comments
 (0)