Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1a8265f

Browse files
chore(syncer): Bump eslint from 8.31.0 to 8.33.0 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2916)
chore(syncer): Bump eslint Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.33.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.31.0...v8.33.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19138d9 commit 1a8265f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@typescript-eslint/eslint-plugin": "^5.48.1",
2626
"@typescript-eslint/parser": "^5.48.1",
2727
"@vercel/ncc": "^0.36.0",
28-
"eslint": "^8.31.0",
28+
"eslint": "^8.33.0",
2929
"eslint-plugin-prettier": "4.2.1",
3030
"jest": "^29.3",
3131
"jest-mock": "^29.3.1",

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1667,10 +1667,10 @@ eslint-visitor-keys@^3.3.0:
16671667
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
16681668
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
16691669

1670-
eslint@^8.31.0:
1671-
version "8.31.0"
1672-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
1673-
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
1670+
eslint@^8.33.0:
1671+
version "8.33.0"
1672+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
1673+
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
16741674
dependencies:
16751675
"@eslint/eslintrc" "^1.4.1"
16761676
"@humanwhocodes/config-array" "^0.11.8"

0 commit comments

Comments
 (0)