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

Commit 409cdfd

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin (#2030)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.1 to 4.28.2. - [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.28.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bc4f0b commit 409cdfd

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
@@ -281,27 +281,27 @@
281281
"@types/node" "*"
282282

283283
"@typescript-eslint/eslint-plugin@^4.28.0":
284-
version "4.28.1"
285-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
286-
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
284+
version "4.28.2"
285+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.2.tgz#7a8320f00141666813d0ae43b49ee8244f7cf92a"
286+
integrity sha512-PGqpLLzHSxq956rzNGasO3GsAPf2lY9lDUBXhS++SKonglUmJypaUtcKzRtUte8CV7nruwnDxtLUKpVxs0wQBw==
287287
dependencies:
288-
"@typescript-eslint/experimental-utils" "4.28.1"
289-
"@typescript-eslint/scope-manager" "4.28.1"
288+
"@typescript-eslint/experimental-utils" "4.28.2"
289+
"@typescript-eslint/scope-manager" "4.28.2"
290290
debug "^4.3.1"
291291
functional-red-black-tree "^1.0.1"
292292
regexpp "^3.1.0"
293293
semver "^7.3.5"
294294
tsutils "^3.21.0"
295295

296-
"@typescript-eslint/[email protected].1":
297-
version "4.28.1"
298-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
299-
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
296+
"@typescript-eslint/[email protected].2":
297+
version "4.28.2"
298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.2.tgz#4ebdec06a10888e9326e1d51d81ad52a361bd0b0"
299+
integrity sha512-MwHPsL6qo98RC55IoWWP8/opTykjTp4JzfPu1VfO2Z0MshNP0UZ1GEV5rYSSnZSUI8VD7iHvtIPVGW5Nfh7klQ==
300300
dependencies:
301301
"@types/json-schema" "^7.0.7"
302-
"@typescript-eslint/scope-manager" "4.28.1"
303-
"@typescript-eslint/types" "4.28.1"
304-
"@typescript-eslint/typescript-estree" "4.28.1"
302+
"@typescript-eslint/scope-manager" "4.28.2"
303+
"@typescript-eslint/types" "4.28.2"
304+
"@typescript-eslint/typescript-estree" "4.28.2"
305305
eslint-scope "^5.1.1"
306306
eslint-utils "^3.0.0"
307307

0 commit comments

Comments
 (0)