Skip to content

Commit 625eb44

Browse files
chore(dev-deps): bump eslint from 8.24.0 to 8.26.0 (#743)
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.24.0...v8.26.0) --- updated-dependencies: - dependency-name: eslint 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 9f0bf58 commit 625eb44

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"commitizen": "^3.1.2",
5757
"deep-equal-in-any-order": "^1.1.19",
5858
"deepmerge": "^4.2.2",
59-
"eslint": "^8.21.0",
59+
"eslint": "^8.26.0",
6060
"eslint-config-prettier": "^8.5.0",
6161
"eslint-config-salesforce": "^1.1.0",
6262
"eslint-config-salesforce-license": "^0.1.6",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@
400400
minimatch "^3.0.4"
401401
strip-json-comments "^3.1.1"
402402

403-
"@eslint/eslintrc@^1.3.2":
404-
version "1.3.2"
405-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
406-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
403+
"@eslint/eslintrc@^1.3.3":
404+
version "1.3.3"
405+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
406+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
407407
dependencies:
408408
ajv "^6.12.4"
409409
debug "^4.3.2"
@@ -415,14 +415,14 @@
415415
minimatch "^3.1.2"
416416
strip-json-comments "^3.1.1"
417417

418-
"@humanwhocodes/config-array@^0.10.5":
419-
version "0.10.7"
420-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
421-
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
418+
"@humanwhocodes/config-array@^0.11.6":
419+
version "0.11.7"
420+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
421+
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
422422
dependencies:
423423
"@humanwhocodes/object-schema" "^1.2.1"
424424
debug "^4.1.1"
425-
minimatch "^3.0.4"
425+
minimatch "^3.0.5"
426426

427427
"@humanwhocodes/config-array@^0.5.0":
428428
version "0.5.0"
@@ -433,11 +433,6 @@
433433
debug "^4.1.1"
434434
minimatch "^3.0.4"
435435

436-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
437-
version "1.0.2"
438-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
439-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
440-
441436
"@humanwhocodes/module-importer@^1.0.1":
442437
version "1.0.1"
443438
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -525,7 +520,7 @@
525520
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
526521
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
527522

528-
"@nodelib/fs.walk@^1.2.3":
523+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
529524
version "1.2.8"
530525
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
531526
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -2717,15 +2712,15 @@ eslint@^7.27.0:
27172712
text-table "^0.2.0"
27182713
v8-compile-cache "^2.0.3"
27192714

2720-
eslint@^8.21.0:
2721-
version "8.24.0"
2722-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
2723-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
2715+
eslint@^8.26.0:
2716+
version "8.26.0"
2717+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
2718+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
27242719
dependencies:
2725-
"@eslint/eslintrc" "^1.3.2"
2726-
"@humanwhocodes/config-array" "^0.10.5"
2727-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
2720+
"@eslint/eslintrc" "^1.3.3"
2721+
"@humanwhocodes/config-array" "^0.11.6"
27282722
"@humanwhocodes/module-importer" "^1.0.1"
2723+
"@nodelib/fs.walk" "^1.2.8"
27292724
ajv "^6.10.0"
27302725
chalk "^4.0.0"
27312726
cross-spawn "^7.0.2"
@@ -2741,14 +2736,14 @@ eslint@^8.21.0:
27412736
fast-deep-equal "^3.1.3"
27422737
file-entry-cache "^6.0.1"
27432738
find-up "^5.0.0"
2744-
glob-parent "^6.0.1"
2739+
glob-parent "^6.0.2"
27452740
globals "^13.15.0"
2746-
globby "^11.1.0"
27472741
grapheme-splitter "^1.0.4"
27482742
ignore "^5.2.0"
27492743
import-fresh "^3.0.0"
27502744
imurmurhash "^0.1.4"
27512745
is-glob "^4.0.0"
2746+
is-path-inside "^3.0.3"
27522747
js-sdsl "^4.1.4"
27532748
js-yaml "^4.1.0"
27542749
json-stable-stringify-without-jsonify "^1.0.1"
@@ -3329,7 +3324,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
33293324
dependencies:
33303325
is-glob "^4.0.1"
33313326

3332-
glob-parent@^6.0.1:
3327+
glob-parent@^6.0.2:
33333328
version "6.0.2"
33343329
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
33353330
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -3976,6 +3971,11 @@ is-obj@^2.0.0:
39763971
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
39773972
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
39783973

3974+
is-path-inside@^3.0.3:
3975+
version "3.0.3"
3976+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
3977+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
3978+
39793979
is-plain-obj@^1.1.0:
39803980
version "1.1.0"
39813981
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
@@ -4753,7 +4753,7 @@ min-indent@^1.0.0:
47534753
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
47544754
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
47554755

4756-
"minimatch@2 || 3", minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
4756+
"minimatch@2 || 3", minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
47574757
version "3.1.2"
47584758
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
47594759
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)