Skip to content

Commit 4dc4716

Browse files
Merge pull request ferdikoomen#185 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.26.0
2 parents 95ada60 + 42be11c commit 4dc4716

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.9.5",
8181
"@types/rimraf": "3.0.0",
82-
"@typescript-eslint/eslint-plugin": "2.25.0",
82+
"@typescript-eslint/eslint-plugin": "2.26.0",
8383
"@typescript-eslint/parser": "2.25.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
@@ -1153,12 +1153,12 @@
11531153
dependencies:
11541154
"@types/yargs-parser" "*"
11551155

1156-
"@typescript-eslint/eslint-plugin@2.25.0":
1157-
version "2.25.0"
1158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
1159-
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
1156+
"@typescript-eslint/eslint-plugin@2.26.0":
1157+
version "2.26.0"
1158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f"
1159+
integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw==
11601160
dependencies:
1161-
"@typescript-eslint/experimental-utils" "2.25.0"
1161+
"@typescript-eslint/experimental-utils" "2.26.0"
11621162
functional-red-black-tree "^1.0.1"
11631163
regexpp "^3.0.0"
11641164
tsutils "^3.17.1"
@@ -1173,6 +1173,16 @@
11731173
eslint-scope "^5.0.0"
11741174
eslint-utils "^2.0.0"
11751175

1176+
"@typescript-eslint/[email protected]":
1177+
version "2.26.0"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d"
1179+
integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ==
1180+
dependencies:
1181+
"@types/json-schema" "^7.0.3"
1182+
"@typescript-eslint/typescript-estree" "2.26.0"
1183+
eslint-scope "^5.0.0"
1184+
eslint-utils "^2.0.0"
1185+
11761186
"@typescript-eslint/[email protected]":
11771187
version "2.25.0"
11781188
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
@@ -1196,6 +1206,19 @@
11961206
semver "^6.3.0"
11971207
tsutils "^3.17.1"
11981208

1209+
"@typescript-eslint/[email protected]":
1210+
version "2.26.0"
1211+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.26.0.tgz#d8132cf1ee8a72234f996519a47d8a9118b57d56"
1212+
integrity sha512-3x4SyZCLB4zsKsjuhxDLeVJN6W29VwBnYpCsZ7vIdPel9ZqLfIZJgJXO47MNUkurGpQuIBALdPQKtsSnWpE1Yg==
1213+
dependencies:
1214+
debug "^4.1.1"
1215+
eslint-visitor-keys "^1.1.0"
1216+
glob "^7.1.6"
1217+
is-glob "^4.0.1"
1218+
lodash "^4.17.15"
1219+
semver "^6.3.0"
1220+
tsutils "^3.17.1"
1221+
11991222
abab@^2.0.0:
12001223
version "2.0.3"
12011224
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)