File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
modules/runner-binaries-syncer/lambdas/runner-binaries-syncer Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 23
23
"@typescript-eslint/parser" : " ^3.10.1" ,
24
24
"@zeit/ncc" : " ^0.22.1" ,
25
25
"aws-sdk" : " ^2.828.0" ,
26
- "eslint" : " ^7.17 .0" ,
26
+ "eslint" : " ^7.18 .0" ,
27
27
"jest" : " ^26.6.3" ,
28
28
"ts-jest" : " ^26.4.4" ,
29
29
"ts-node-dev" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 278
278
exec-sh "^0.3.2"
279
279
minimist "^1.2.0"
280
280
281
- " @eslint/eslintrc@^0.2.2 " :
282
- version "0.2.2 "
283
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2 .tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76 "
284
- integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ ==
281
+ " @eslint/eslintrc@^0.3.0 " :
282
+ version "0.3.0 "
283
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0 .tgz#d736d6963d7003b6514e6324bec9c602ac340318 "
284
+ integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg ==
285
285
dependencies :
286
286
ajv "^6.12.4"
287
287
debug "^4.1.1"
290
290
ignore "^4.0.6"
291
291
import-fresh "^3.2.1"
292
292
js-yaml "^3.13.1"
293
- lodash "^4.17.19 "
293
+ lodash "^4.17.20 "
294
294
minimatch "^3.0.4"
295
295
strip-json-comments "^3.1.1"
296
296
@@ -1724,13 +1724,13 @@ eslint-visitor-keys@^2.0.0:
1724
1724
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
1725
1725
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
1726
1726
1727
- eslint@^7.17 .0 :
1728
- version "7.17 .0"
1729
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17 .0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0 "
1730
- integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ ==
1727
+ eslint@^7.18 .0 :
1728
+ version "7.18 .0"
1729
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18 .0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67 "
1730
+ integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ ==
1731
1731
dependencies :
1732
1732
" @babel/code-frame" " ^7.0.0"
1733
- " @eslint/eslintrc" " ^0.2.2 "
1733
+ " @eslint/eslintrc" " ^0.3.0 "
1734
1734
ajv "^6.10.0"
1735
1735
chalk "^4.0.0"
1736
1736
cross-spawn "^7.0.2"
@@ -1754,7 +1754,7 @@ eslint@^7.17.0:
1754
1754
js-yaml "^3.13.1"
1755
1755
json-stable-stringify-without-jsonify "^1.0.1"
1756
1756
levn "^0.4.1"
1757
- lodash "^4.17.19 "
1757
+ lodash "^4.17.20 "
1758
1758
minimatch "^3.0.4"
1759
1759
natural-compare "^1.4.0"
1760
1760
optionator "^0.9.1"
You can’t perform that action at this time.
0 commit comments