Skip to content

Commit 3113990

Browse files
chore(dev-deps): bump eslint from 8.24.0 to 8.25.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.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.25.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 723d073 commit 3113990

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typescript-eslint/eslint-plugin": "^5.33.0",
2727
"@typescript-eslint/parser": "^5.33.0",
2828
"chai": "^4.3.6",
29-
"eslint": "^8.21.0",
29+
"eslint": "^8.25.0",
3030
"eslint-config-prettier": "^8.5.0",
3131
"eslint-config-salesforce": "^1.1.0",
3232
"eslint-config-salesforce-license": "^0.1.6",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,10 @@
418418
minimatch "^3.0.4"
419419
strip-json-comments "^3.1.1"
420420

421-
"@eslint/eslintrc@^1.3.2":
422-
version "1.3.2"
423-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
424-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
421+
"@eslint/eslintrc@^1.3.3":
422+
version "1.3.3"
423+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
424+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
425425
dependencies:
426426
ajv "^6.12.4"
427427
debug "^4.3.2"
@@ -456,11 +456,6 @@
456456
debug "^4.1.1"
457457
minimatch "^3.0.4"
458458

459-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
460-
version "1.0.2"
461-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
462-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
463-
464459
"@humanwhocodes/module-importer@^1.0.1":
465460
version "1.0.1"
466461
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -3802,14 +3797,13 @@ eslint@^7.27.0:
38023797
text-table "^0.2.0"
38033798
v8-compile-cache "^2.0.3"
38043799

3805-
eslint@^8.21.0:
3806-
version "8.24.0"
3807-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
3808-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
3800+
eslint@^8.25.0:
3801+
version "8.25.0"
3802+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3803+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
38093804
dependencies:
3810-
"@eslint/eslintrc" "^1.3.2"
3805+
"@eslint/eslintrc" "^1.3.3"
38113806
"@humanwhocodes/config-array" "^0.10.5"
3812-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
38133807
"@humanwhocodes/module-importer" "^1.0.1"
38143808
ajv "^6.10.0"
38153809
chalk "^4.0.0"

0 commit comments

Comments
 (0)