Skip to content

Commit ccd4fbf

Browse files
authored
Merge pull request #411 from salesforcecli/dependabot-npm_and_yarn-eslint-8.45.0
chore(dev-deps): bump eslint from 8.44.0 to 8.45.0
2 parents b1128e6 + ba77ae3 commit ccd4fbf

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@typescript-eslint/eslint-plugin": "^5.61.0",
2626
"@typescript-eslint/parser": "^5.61.0",
2727
"chai": "^4.3.7",
28-
"eslint": "^8.44.0",
28+
"eslint": "^8.45.0",
2929
"eslint-config-prettier": "^8.8.0",
3030
"eslint-config-salesforce": "^2.0.1",
3131
"eslint-config-salesforce-license": "^0.2.0",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,10 +2791,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
27912791
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
27922792
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
27932793

2794-
eslint@^8.41.0, eslint@^8.44.0:
2795-
version "8.44.0"
2796-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
2797-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
2794+
eslint@^8.41.0, eslint@^8.45.0:
2795+
version "8.45.0"
2796+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
2797+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
27982798
dependencies:
27992799
"@eslint-community/eslint-utils" "^4.2.0"
28002800
"@eslint-community/regexpp" "^4.4.0"
@@ -2821,7 +2821,6 @@ eslint@^8.41.0, eslint@^8.44.0:
28212821
globals "^13.19.0"
28222822
graphemer "^1.4.0"
28232823
ignore "^5.2.0"
2824-
import-fresh "^3.0.0"
28252824
imurmurhash "^0.1.4"
28262825
is-glob "^4.0.0"
28272826
is-path-inside "^3.0.3"
@@ -2833,7 +2832,6 @@ eslint@^8.41.0, eslint@^8.44.0:
28332832
natural-compare "^1.4.0"
28342833
optionator "^0.9.3"
28352834
strip-ansi "^6.0.1"
2836-
strip-json-comments "^3.1.0"
28372835
text-table "^0.2.0"
28382836

28392837
espree@^9.6.0:
@@ -6390,7 +6388,7 @@ strip-indent@^3.0.0:
63906388
dependencies:
63916389
min-indent "^1.0.0"
63926390

6393-
strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
6391+
strip-json-comments@3.1.1, strip-json-comments@^3.1.1:
63946392
version "3.1.1"
63956393
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
63966394
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)