Skip to content

Commit ee52ebc

Browse files
author
Elad Ben-Israel
authored
Merge branch 'master' into benisrae/helm-broken-pipe
2 parents d9214ae + f14405a commit ee52ebc

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

tools/cdk-build-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pkglint": "0.0.0"
3838
},
3939
"dependencies": {
40-
"@typescript-eslint/eslint-plugin": "^2.22.0",
40+
"@typescript-eslint/eslint-plugin": "^2.23.0",
4141
"@typescript-eslint/parser": "^2.19.2",
4242
"awslint": "0.0.0",
4343
"colors": "^1.4.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -2151,12 +2151,12 @@
21512151
dependencies:
21522152
"@types/yargs-parser" "*"
21532153

2154-
"@typescript-eslint/eslint-plugin@^2.22.0":
2155-
version "2.22.0"
2156-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.22.0.tgz#218ce6d4aa0244c6a40baba39ca1e021b26bb017"
2157-
integrity sha512-BvxRLaTDVQ3N+Qq8BivLiE9akQLAOUfxNHIEhedOcg8B2+jY8Rc4/D+iVprvuMX1AdezFYautuGDwr9QxqSxBQ==
2154+
"@typescript-eslint/eslint-plugin@^2.23.0":
2155+
version "2.23.0"
2156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
2157+
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
21582158
dependencies:
2159-
"@typescript-eslint/experimental-utils" "2.22.0"
2159+
"@typescript-eslint/experimental-utils" "2.23.0"
21602160
eslint-utils "^1.4.3"
21612161
functional-red-black-tree "^1.0.1"
21622162
regexpp "^3.0.0"
@@ -2171,13 +2171,13 @@
21712171
"@typescript-eslint/typescript-estree" "2.20.0"
21722172
eslint-scope "^5.0.0"
21732173

2174-
"@typescript-eslint/experimental-utils@2.22.0":
2175-
version "2.22.0"
2176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
2177-
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
2174+
"@typescript-eslint/experimental-utils@2.23.0":
2175+
version "2.23.0"
2176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
2177+
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
21782178
dependencies:
21792179
"@types/json-schema" "^7.0.3"
2180-
"@typescript-eslint/typescript-estree" "2.22.0"
2180+
"@typescript-eslint/typescript-estree" "2.23.0"
21812181
eslint-scope "^5.0.0"
21822182

21832183
"@typescript-eslint/parser@^2.19.2":
@@ -2203,10 +2203,10 @@
22032203
semver "^6.3.0"
22042204
tsutils "^3.17.1"
22052205

2206-
"@typescript-eslint/typescript-estree@2.22.0":
2207-
version "2.22.0"
2208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
2209-
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
2206+
"@typescript-eslint/typescript-estree@2.23.0":
2207+
version "2.23.0"
2208+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
2209+
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
22102210
dependencies:
22112211
debug "^4.1.1"
22122212
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)