Skip to content

Commit 6da8f28

Browse files
authored
Merge pull request #219 from salesforcecli/dependabot-npm_and_yarn-eslint-8.31.0
chore(dev-deps): bump eslint from 8.30.0 to 8.31.0
2 parents eda152d + f413e11 commit 6da8f28

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@typescript-eslint/eslint-plugin": "^5.45.0",
2828
"@typescript-eslint/parser": "^5.47.1",
2929
"chai": "^4.3.7",
30-
"eslint": "^8.30.0",
30+
"eslint": "^8.31.0",
3131
"eslint-config-prettier": "^8.5.0",
3232
"eslint-config-salesforce": "^1.1.0",
3333
"eslint-config-salesforce-license": "^0.1.6",

yarn.lock

Lines changed: 9 additions & 9 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.4.0":
422-
version "1.4.0"
423-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
424-
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
421+
"@eslint/eslintrc@^1.4.1":
422+
version "1.4.1"
423+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
424+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
425425
dependencies:
426426
ajv "^6.12.4"
427427
debug "^4.3.2"
@@ -3950,12 +3950,12 @@ eslint@^7.27.0:
39503950
text-table "^0.2.0"
39513951
v8-compile-cache "^2.0.3"
39523952

3953-
eslint@^8.30.0:
3954-
version "8.30.0"
3955-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
3956-
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
3953+
eslint@^8.31.0:
3954+
version "8.31.0"
3955+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
3956+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
39573957
dependencies:
3958-
"@eslint/eslintrc" "^1.4.0"
3958+
"@eslint/eslintrc" "^1.4.1"
39593959
"@humanwhocodes/config-array" "^0.11.8"
39603960
"@humanwhocodes/module-importer" "^1.0.1"
39613961
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)