Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 7a593f5

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin (#2205)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.5 to 4.29.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b17811 commit 7a593f5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

token-lending/js/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -288,27 +288,27 @@
288288
"@types/node" "*"
289289

290290
"@typescript-eslint/eslint-plugin@^4.28.0":
291-
version "4.28.5"
292-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz#8197f1473e7da8218c6a37ff308d695707835684"
293-
integrity sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==
291+
version "4.29.0"
292+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.0.tgz#b866c9cd193bfaba5e89bade0015629ebeb27996"
293+
integrity sha512-eiREtqWRZ8aVJcNru7cT/AMVnYd9a2UHsfZT8MR1dW3UUEg6jDv9EQ9Cq4CUPZesyQ58YUpoAADGv71jY8RwgA==
294294
dependencies:
295-
"@typescript-eslint/experimental-utils" "4.28.5"
296-
"@typescript-eslint/scope-manager" "4.28.5"
295+
"@typescript-eslint/experimental-utils" "4.29.0"
296+
"@typescript-eslint/scope-manager" "4.29.0"
297297
debug "^4.3.1"
298298
functional-red-black-tree "^1.0.1"
299299
regexpp "^3.1.0"
300300
semver "^7.3.5"
301301
tsutils "^3.21.0"
302302

303-
"@typescript-eslint/experimental-utils@4.28.5":
304-
version "4.28.5"
305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
306-
integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
303+
"@typescript-eslint/experimental-utils@4.29.0":
304+
version "4.29.0"
305+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.0.tgz#19b1417602d0e1ef325b3312ee95f61220542df5"
306+
integrity sha512-FpNVKykfeaIxlArLUP/yQfv/5/3rhl1ov6RWgud4OgbqWLkEq7lqgQU9iiavZRzpzCRQV4XddyFz3wFXdkiX9w==
307307
dependencies:
308308
"@types/json-schema" "^7.0.7"
309-
"@typescript-eslint/scope-manager" "4.28.5"
310-
"@typescript-eslint/types" "4.28.5"
311-
"@typescript-eslint/typescript-estree" "4.28.5"
309+
"@typescript-eslint/scope-manager" "4.29.0"
310+
"@typescript-eslint/types" "4.29.0"
311+
"@typescript-eslint/typescript-estree" "4.29.0"
312312
eslint-scope "^5.1.1"
313313
eslint-utils "^3.0.0"
314314

0 commit comments

Comments
 (0)