Skip to content

Commit 717d62a

Browse files
build(deps-dev): bump eslint from 8.35.0 to 8.36.0 in /demos/moderator (#551)
Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.35.0...v8.36.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 2f0d744 commit 717d62a

File tree

2 files changed

+35
-40
lines changed

2 files changed

+35
-40
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"autoprefixer": "9.8.8",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-preact": "2.0.0",
32-
"eslint": "8.35.0",
32+
"eslint": "8.36.0",
3333
"eslint-config-airbnb-base": "15.0.0",
3434
"eslint-config-prettier": "8.7.0",
3535
"eslint-plugin-import": "2.27.5",

demos/moderator/yarn.lock

Lines changed: 34 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,25 +1115,37 @@
11151115
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
11161116
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
11171117

1118-
"@eslint/eslintrc@^2.0.0":
1119-
version "2.0.0"
1120-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
1121-
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
1118+
"@eslint-community/eslint-utils@^4.2.0":
1119+
version "4.2.0"
1120+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
1121+
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
1122+
dependencies:
1123+
eslint-visitor-keys "^3.3.0"
1124+
1125+
"@eslint-community/regexpp@^4.4.0":
1126+
version "4.4.0"
1127+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
1128+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
1129+
1130+
"@eslint/eslintrc@^2.0.1":
1131+
version "2.0.1"
1132+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
1133+
integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
11221134
dependencies:
11231135
ajv "^6.12.4"
11241136
debug "^4.3.2"
1125-
espree "^9.4.0"
1137+
espree "^9.5.0"
11261138
globals "^13.19.0"
11271139
ignore "^5.2.0"
11281140
import-fresh "^3.2.1"
11291141
js-yaml "^4.1.0"
11301142
minimatch "^3.1.2"
11311143
strip-json-comments "^3.1.1"
11321144

1133-
"@eslint/js@8.35.0":
1134-
version "8.35.0"
1135-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
1136-
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
1145+
"@eslint/js@8.36.0":
1146+
version "8.36.0"
1147+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe"
1148+
integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==
11371149

11381150
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
11391151
version "1.1.3"
@@ -5244,30 +5256,20 @@ eslint-scope@^7.0.0, eslint-scope@^7.1.1:
52445256
esrecurse "^4.3.0"
52455257
estraverse "^5.2.0"
52465258

5247-
eslint-utils@^3.0.0:
5248-
version "3.0.0"
5249-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
5250-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
5251-
dependencies:
5252-
eslint-visitor-keys "^2.0.0"
5253-
5254-
eslint-visitor-keys@^2.0.0:
5255-
version "2.1.0"
5256-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
5257-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
5258-
52595259
eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
52605260
version "3.3.0"
52615261
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
52625262
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
52635263

5264-
eslint@8.35.0, eslint@^8.7.0:
5265-
version "8.35.0"
5266-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
5267-
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
5264+
eslint@8.36.0, eslint@^8.7.0:
5265+
version "8.36.0"
5266+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
5267+
integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
52685268
dependencies:
5269-
"@eslint/eslintrc" "^2.0.0"
5270-
"@eslint/js" "8.35.0"
5269+
"@eslint-community/eslint-utils" "^4.2.0"
5270+
"@eslint-community/regexpp" "^4.4.0"
5271+
"@eslint/eslintrc" "^2.0.1"
5272+
"@eslint/js" "8.36.0"
52715273
"@humanwhocodes/config-array" "^0.11.8"
52725274
"@humanwhocodes/module-importer" "^1.0.1"
52735275
"@nodelib/fs.walk" "^1.2.8"
@@ -5278,9 +5280,8 @@ [email protected], eslint@^8.7.0:
52785280
doctrine "^3.0.0"
52795281
escape-string-regexp "^4.0.0"
52805282
eslint-scope "^7.1.1"
5281-
eslint-utils "^3.0.0"
52825283
eslint-visitor-keys "^3.3.0"
5283-
espree "^9.4.0"
5284+
espree "^9.5.0"
52845285
esquery "^1.4.2"
52855286
esutils "^2.0.2"
52865287
fast-deep-equal "^3.1.3"
@@ -5302,15 +5303,14 @@ [email protected], eslint@^8.7.0:
53025303
minimatch "^3.1.2"
53035304
natural-compare "^1.4.0"
53045305
optionator "^0.9.1"
5305-
regexpp "^3.2.0"
53065306
strip-ansi "^6.0.1"
53075307
strip-json-comments "^3.1.0"
53085308
text-table "^0.2.0"
53095309

5310-
espree@^9.0.0, espree@^9.4.0:
5311-
version "9.4.1"
5312-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
5313-
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
5310+
espree@^9.0.0, espree@^9.5.0:
5311+
version "9.5.0"
5312+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113"
5313+
integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==
53145314
dependencies:
53155315
acorn "^8.8.0"
53165316
acorn-jsx "^5.3.2"
@@ -10281,11 +10281,6 @@ regexp.prototype.flags@^1.4.3:
1028110281
define-properties "^1.1.3"
1028210282
functions-have-names "^1.2.2"
1028310283

10284-
regexpp@^3.2.0:
10285-
version "3.2.0"
10286-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
10287-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
10288-
1028910284
regexpu-core@^2.0.0:
1029010285
version "2.0.0"
1029110286
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"

0 commit comments

Comments
 (0)