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

Commit 11977df

Browse files
chore(webhook): bump eslint from 8.33.0 to 8.35.0 in /modules/webhook/lambdas/webhook (#3024)
chore(webhook): bump eslint in /modules/webhook/lambdas/webhook Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.35.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.33.0...v8.35.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 5514c72 commit 11977df

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
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.1",
2929
"body-parser": "^1.20.2",
30-
"eslint": "^8.33.0",
30+
"eslint": "^8.35.0",
3131
"eslint-plugin-prettier": "4.2.1",
3232
"express": "^4.18.2",
3333
"jest": "^29.4",

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

+20-14
Original file line numberDiff line numberDiff line change
@@ -1357,10 +1357,10 @@
13571357
dependencies:
13581358
"@jridgewell/trace-mapping" "0.3.9"
13591359

1360-
"@eslint/eslintrc@^1.4.1":
1361-
version "1.4.1"
1362-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
1363-
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
1360+
"@eslint/eslintrc@^2.0.0":
1361+
version "2.0.0"
1362+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
1363+
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
13641364
dependencies:
13651365
ajv "^6.12.4"
13661366
debug "^4.3.2"
@@ -1372,6 +1372,11 @@
13721372
minimatch "^3.1.2"
13731373
strip-json-comments "^3.1.1"
13741374

1375+
1376+
version "8.35.0"
1377+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
1378+
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
1379+
13751380
"@humanwhocodes/config-array@^0.11.8":
13761381
version "0.11.8"
13771382
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
@@ -2834,12 +2839,13 @@ eslint-visitor-keys@^3.3.0:
28342839
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
28352840
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
28362841

2837-
eslint@^8.33.0:
2838-
version "8.33.0"
2839-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
2840-
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
2842+
eslint@^8.35.0:
2843+
version "8.35.0"
2844+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
2845+
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
28412846
dependencies:
2842-
"@eslint/eslintrc" "^1.4.1"
2847+
"@eslint/eslintrc" "^2.0.0"
2848+
"@eslint/js" "8.35.0"
28432849
"@humanwhocodes/config-array" "^0.11.8"
28442850
"@humanwhocodes/module-importer" "^1.0.1"
28452851
"@nodelib/fs.walk" "^1.2.8"
@@ -2853,7 +2859,7 @@ eslint@^8.33.0:
28532859
eslint-utils "^3.0.0"
28542860
eslint-visitor-keys "^3.3.0"
28552861
espree "^9.4.0"
2856-
esquery "^1.4.0"
2862+
esquery "^1.4.2"
28572863
esutils "^2.0.2"
28582864
fast-deep-equal "^3.1.3"
28592865
file-entry-cache "^6.0.1"
@@ -2893,10 +2899,10 @@ esprima@^4.0.0:
28932899
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
28942900
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
28952901

2896-
esquery@^1.4.0:
2897-
version "1.4.0"
2898-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2899-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2902+
esquery@^1.4.2:
2903+
version "1.5.0"
2904+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2905+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
29002906
dependencies:
29012907
estraverse "^5.1.0"
29022908

0 commit comments

Comments
 (0)