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

Commit 28adc96

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin (#2483)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.32.0 to 4.33.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.33.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 2cc7a01 commit 28adc96

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
@@ -300,28 +300,28 @@
300300
"@types/node" "*"
301301

302302
"@typescript-eslint/eslint-plugin@^4.28.0":
303-
version "4.32.0"
304-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz#46d2370ae9311092f2a6f7246d28357daf2d4e89"
305-
integrity sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==
303+
version "4.33.0"
304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
305+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
306306
dependencies:
307-
"@typescript-eslint/experimental-utils" "4.32.0"
308-
"@typescript-eslint/scope-manager" "4.32.0"
307+
"@typescript-eslint/experimental-utils" "4.33.0"
308+
"@typescript-eslint/scope-manager" "4.33.0"
309309
debug "^4.3.1"
310310
functional-red-black-tree "^1.0.1"
311311
ignore "^5.1.8"
312312
regexpp "^3.1.0"
313313
semver "^7.3.5"
314314
tsutils "^3.21.0"
315315

316-
"@typescript-eslint/experimental-utils@4.32.0":
317-
version "4.32.0"
318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz#53a8267d16ca5a79134739129871966c56a59dc4"
319-
integrity sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==
316+
"@typescript-eslint/experimental-utils@4.33.0":
317+
version "4.33.0"
318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
319+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
320320
dependencies:
321321
"@types/json-schema" "^7.0.7"
322-
"@typescript-eslint/scope-manager" "4.32.0"
323-
"@typescript-eslint/types" "4.32.0"
324-
"@typescript-eslint/typescript-estree" "4.32.0"
322+
"@typescript-eslint/scope-manager" "4.33.0"
323+
"@typescript-eslint/types" "4.33.0"
324+
"@typescript-eslint/typescript-estree" "4.33.0"
325325
eslint-scope "^5.1.1"
326326
eslint-utils "^3.0.0"
327327

0 commit comments

Comments
 (0)