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

Commit 88954a5

Browse files
chore(webhook): Bump eslint from 8.31.0 to 8.33.0 in /modules/webhook/lambdas/webhook (#2918)
chore(webhook): Bump eslint in /modules/webhook/lambdas/webhook 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 178c4cf commit 88954a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@typescript-eslint/parser": "^5.48.1",
2828
"@vercel/ncc": "0.36.0",
2929
"body-parser": "^1.20.0",
30-
"eslint": "^8.31.0",
30+
"eslint": "^8.33.0",
3131
"eslint-plugin-prettier": "4.2.1",
3232
"express": "^4.18.2",
3333
"jest": "^29.3",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

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

2597-
eslint@^8.31.0:
2598-
version "8.31.0"
2599-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
2600-
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
2597+
eslint@^8.33.0:
2598+
version "8.33.0"
2599+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
2600+
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
26012601
dependencies:
26022602
"@eslint/eslintrc" "^1.4.1"
26032603
"@humanwhocodes/config-array" "^0.11.8"

0 commit comments

Comments
 (0)