Skip to content

Commit 3e31217

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#851)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.3.0 to 5.3.1. - [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/v5.3.1/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6943710 commit 3e31217

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,28 +3269,28 @@
32693269
"@types/node" "*"
32703270

32713271
"@typescript-eslint/eslint-plugin@^5.0.0":
3272-
version "5.3.0"
3273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.0.tgz#a55ae72d28ffeb6badd817fe4566c9cced1f5e29"
3274-
integrity sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==
3272+
version "5.3.1"
3273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.1.tgz#d8ff412f10f54f6364e7fd7c1e70eb6767f434c3"
3274+
integrity sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==
32753275
dependencies:
3276-
"@typescript-eslint/experimental-utils" "5.3.0"
3277-
"@typescript-eslint/scope-manager" "5.3.0"
3276+
"@typescript-eslint/experimental-utils" "5.3.1"
3277+
"@typescript-eslint/scope-manager" "5.3.1"
32783278
debug "^4.3.2"
32793279
functional-red-black-tree "^1.0.1"
32803280
ignore "^5.1.8"
32813281
regexpp "^3.2.0"
32823282
semver "^7.3.5"
32833283
tsutils "^3.21.0"
32843284

3285-
"@typescript-eslint/experimental-utils@5.3.0":
3286-
version "5.3.0"
3287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.0.tgz#ee56b4957547ed2b0fc7451205e41502e664f546"
3288-
integrity sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==
3285+
"@typescript-eslint/experimental-utils@5.3.1":
3286+
version "5.3.1"
3287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz#bbd8f9b67b4d5fdcb9d2f90297d8fcda22561e05"
3288+
integrity sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==
32893289
dependencies:
32903290
"@types/json-schema" "^7.0.9"
3291-
"@typescript-eslint/scope-manager" "5.3.0"
3292-
"@typescript-eslint/types" "5.3.0"
3293-
"@typescript-eslint/typescript-estree" "5.3.0"
3291+
"@typescript-eslint/scope-manager" "5.3.1"
3292+
"@typescript-eslint/types" "5.3.1"
3293+
"@typescript-eslint/typescript-estree" "5.3.1"
32943294
eslint-scope "^5.1.1"
32953295
eslint-utils "^3.0.0"
32963296

0 commit comments

Comments
 (0)