Skip to content

Commit 59dd6a6

Browse files
Merge pull request ferdikoomen#204 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.28.0
2 parents 7c8373c + cbe45b8 commit 59dd6a6

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/mkdirp": "1.0.0",
8080
"@types/node": "13.13.0",
8181
"@types/rimraf": "3.0.0",
82-
"@typescript-eslint/eslint-plugin": "2.27.0",
82+
"@typescript-eslint/eslint-plugin": "2.28.0",
8383
"@typescript-eslint/parser": "2.27.0",
8484
"codecov": "3.6.5",
8585
"eslint": "6.8.0",

yarn.lock

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,12 +1162,12 @@
11621162
dependencies:
11631163
"@types/yargs-parser" "*"
11641164

1165-
"@typescript-eslint/eslint-plugin@2.27.0":
1166-
version "2.27.0"
1167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
1168-
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
1165+
"@typescript-eslint/eslint-plugin@2.28.0":
1166+
version "2.28.0"
1167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.28.0.tgz#4431bc6d3af41903e5255770703d4e55a0ccbdec"
1168+
integrity sha512-w0Ugcq2iatloEabQP56BRWJowliXUP5Wv6f9fKzjJmDW81hOTBxRoJ4LoEOxRpz9gcY51Libytd2ba3yLmSOfg==
11691169
dependencies:
1170-
"@typescript-eslint/experimental-utils" "2.27.0"
1170+
"@typescript-eslint/experimental-utils" "2.28.0"
11711171
functional-red-black-tree "^1.0.1"
11721172
regexpp "^3.0.0"
11731173
tsutils "^3.17.1"
@@ -1182,6 +1182,16 @@
11821182
eslint-scope "^5.0.0"
11831183
eslint-utils "^2.0.0"
11841184

1185+
"@typescript-eslint/[email protected]":
1186+
version "2.28.0"
1187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
1188+
integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w==
1189+
dependencies:
1190+
"@types/json-schema" "^7.0.3"
1191+
"@typescript-eslint/typescript-estree" "2.28.0"
1192+
eslint-scope "^5.0.0"
1193+
eslint-utils "^2.0.0"
1194+
11851195
"@typescript-eslint/[email protected]":
11861196
version "2.27.0"
11871197
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
@@ -1205,6 +1215,19 @@
12051215
semver "^6.3.0"
12061216
tsutils "^3.17.1"
12071217

1218+
"@typescript-eslint/[email protected]":
1219+
version "2.28.0"
1220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00"
1221+
integrity sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q==
1222+
dependencies:
1223+
debug "^4.1.1"
1224+
eslint-visitor-keys "^1.1.0"
1225+
glob "^7.1.6"
1226+
is-glob "^4.0.1"
1227+
lodash "^4.17.15"
1228+
semver "^6.3.0"
1229+
tsutils "^3.17.1"
1230+
12081231
abab@^2.0.0:
12091232
version "2.0.3"
12101233
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)