Skip to content

Commit 60e367e

Browse files
chore: Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2831)
chore: Bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.47.1 to 5.48.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89b1839 commit 60e367e

File tree

2 files changed

+61
-41
lines changed

2 files changed

+61
-41
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jest": "^29.2.5",
2323
"@types/node": "^18.11.18",
2424
"@types/request": "^2.48.8",
25-
"@typescript-eslint/eslint-plugin": "^5.47.1",
25+
"@typescript-eslint/eslint-plugin": "^5.48.0",
2626
"@typescript-eslint/parser": "^5.47.1",
2727
"@vercel/ncc": "^0.36.0",
2828
"eslint": "^8.30.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 60 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,14 +1031,14 @@
10311031
dependencies:
10321032
"@types/yargs-parser" "*"
10331033

1034-
"@typescript-eslint/eslint-plugin@^5.47.1":
1035-
version "5.47.1"
1036-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.1.tgz#50cc5085578a7fa22cd46a0806c2e5eae858af02"
1037-
integrity sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==
1038-
dependencies:
1039-
"@typescript-eslint/scope-manager" "5.47.1"
1040-
"@typescript-eslint/type-utils" "5.47.1"
1041-
"@typescript-eslint/utils" "5.47.1"
1034+
"@typescript-eslint/eslint-plugin@^5.48.0":
1035+
version "5.48.0"
1036+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.0.tgz#54f8368d080eb384a455f60c2ee044e948a8ce67"
1037+
integrity sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==
1038+
dependencies:
1039+
"@typescript-eslint/scope-manager" "5.48.0"
1040+
"@typescript-eslint/type-utils" "5.48.0"
1041+
"@typescript-eslint/utils" "5.48.0"
10421042
debug "^4.3.4"
10431043
ignore "^5.2.0"
10441044
natural-compare-lite "^1.4.0"
@@ -1064,13 +1064,21 @@
10641064
"@typescript-eslint/types" "5.47.1"
10651065
"@typescript-eslint/visitor-keys" "5.47.1"
10661066

1067-
"@typescript-eslint/type-utils@5.47.1":
1068-
version "5.47.1"
1069-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz#aee13314f840ab336c1adb49a300856fd16d04ce"
1070-
integrity sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==
1067+
"@typescript-eslint/scope-manager@5.48.0":
1068+
version "5.48.0"
1069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz#607731cb0957fbc52fd754fd79507d1b6659cecf"
1070+
integrity sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==
10711071
dependencies:
1072-
"@typescript-eslint/typescript-estree" "5.47.1"
1073-
"@typescript-eslint/utils" "5.47.1"
1072+
"@typescript-eslint/types" "5.48.0"
1073+
"@typescript-eslint/visitor-keys" "5.48.0"
1074+
1075+
"@typescript-eslint/[email protected]":
1076+
version "5.48.0"
1077+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.0.tgz#40496dccfdc2daa14a565f8be80ad1ae3882d6d6"
1078+
integrity sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==
1079+
dependencies:
1080+
"@typescript-eslint/typescript-estree" "5.48.0"
1081+
"@typescript-eslint/utils" "5.48.0"
10741082
debug "^4.3.4"
10751083
tsutils "^3.21.0"
10761084

@@ -1079,6 +1087,11 @@
10791087
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e"
10801088
integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==
10811089

1090+
"@typescript-eslint/[email protected]":
1091+
version "5.48.0"
1092+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
1093+
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
1094+
10821095
"@typescript-eslint/[email protected]":
10831096
version "5.47.1"
10841097
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz#b9d8441308aca53df7f69b2c67a887b82c9ed418"
@@ -1092,16 +1105,29 @@
10921105
semver "^7.3.7"
10931106
tsutils "^3.21.0"
10941107

1095-
"@typescript-eslint/[email protected]":
1096-
version "5.47.1"
1097-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.1.tgz#595f25ac06e9ee28c339fd43c709402820b13d7b"
1098-
integrity sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==
1108+
"@typescript-eslint/[email protected]":
1109+
version "5.48.0"
1110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
1111+
integrity sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==
1112+
dependencies:
1113+
"@typescript-eslint/types" "5.48.0"
1114+
"@typescript-eslint/visitor-keys" "5.48.0"
1115+
debug "^4.3.4"
1116+
globby "^11.1.0"
1117+
is-glob "^4.0.3"
1118+
semver "^7.3.7"
1119+
tsutils "^3.21.0"
1120+
1121+
"@typescript-eslint/[email protected]":
1122+
version "5.48.0"
1123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.0.tgz#eee926af2733f7156ad8d15e51791e42ce300273"
1124+
integrity sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==
10991125
dependencies:
11001126
"@types/json-schema" "^7.0.9"
11011127
"@types/semver" "^7.3.12"
1102-
"@typescript-eslint/scope-manager" "5.47.1"
1103-
"@typescript-eslint/types" "5.47.1"
1104-
"@typescript-eslint/typescript-estree" "5.47.1"
1128+
"@typescript-eslint/scope-manager" "5.48.0"
1129+
"@typescript-eslint/types" "5.48.0"
1130+
"@typescript-eslint/typescript-estree" "5.48.0"
11051131
eslint-scope "^5.1.1"
11061132
eslint-utils "^3.0.0"
11071133
semver "^7.3.7"
@@ -1114,6 +1140,14 @@
11141140
"@typescript-eslint/types" "5.47.1"
11151141
eslint-visitor-keys "^3.3.0"
11161142

1143+
"@typescript-eslint/[email protected]":
1144+
version "5.48.0"
1145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz#4446d5e7f6cadde7140390c0e284c8702d944904"
1146+
integrity sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==
1147+
dependencies:
1148+
"@typescript-eslint/types" "5.48.0"
1149+
eslint-visitor-keys "^3.3.0"
1150+
11171151
"@vercel/ncc@^0.36.0":
11181152
version "0.36.0"
11191153
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.0.tgz#1f262b86fc4f0770bbc0fc1d331d5aaa1bd47334"
@@ -1529,14 +1563,7 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
15291563
shebang-command "^2.0.0"
15301564
which "^2.0.1"
15311565

1532-
debug@^4.1.0, debug@^4.1.1:
1533-
version "4.3.3"
1534-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1535-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1536-
dependencies:
1537-
ms "2.1.2"
1538-
1539-
debug@^4.3.2, debug@^4.3.4:
1566+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
15401567
version "4.3.4"
15411568
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
15421569
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -3154,10 +3181,10 @@ sax@>=0.6.0:
31543181
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
31553182
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
31563183

3157-
[email protected], semver@^7.3.5:
3158-
version "7.3.5"
3159-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
3160-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
3184+
[email protected], semver@^7.3.5, semver@^7.3.7:
3185+
version "7.3.8"
3186+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3187+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
31613188
dependencies:
31623189
lru-cache "^6.0.0"
31633190

@@ -3166,13 +3193,6 @@ semver@^6.0.0, semver@^6.3.0:
31663193
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
31673194
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
31683195

3169-
semver@^7.3.7:
3170-
version "7.3.8"
3171-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3172-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3173-
dependencies:
3174-
lru-cache "^6.0.0"
3175-
31763196
shebang-command@^2.0.0:
31773197
version "2.0.0"
31783198
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)