Skip to content

Commit 59d3882

Browse files
chore(dev-deps): bump eslint from 9.27.0 to 9.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.27.0 to 9.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.27.0...v9.28.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03f1db5 commit 59d3882

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
@@ -24,7 +24,7 @@
2424
"@types/sinon": "^17.0.3",
2525
"chai": "^4.5.0",
2626
"commitlint": "^19",
27-
"eslint": "^9.27.0",
27+
"eslint": "^9.28.0",
2828
"eslint-config-oclif": "^6.0.60",
2929
"eslint-config-prettier": "^10.1.5",
3030
"husky": "^9.1.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,10 +1165,10 @@
11651165
minimatch "^3.1.2"
11661166
strip-json-comments "^3.1.1"
11671167

1168-
"@eslint/js@9.27.0", "@eslint/js@^9.26.0":
1169-
version "9.27.0"
1170-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.27.0.tgz#181a23460877c484f6dd03890f4e3fa2fdeb8ff0"
1171-
integrity sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==
1168+
"@eslint/js@9.28.0", "@eslint/js@^9.26.0":
1169+
version "9.28.0"
1170+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
1171+
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
11721172

11731173
"@eslint/json@^0.12.0":
11741174
version "0.12.0"
@@ -3875,18 +3875,18 @@ eslint-visitor-keys@^4.2.0:
38753875
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
38763876
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
38773877

3878-
eslint@^9.27.0:
3879-
version "9.27.0"
3880-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.27.0.tgz#a587d3cd5b844b68df7898944323a702afe38979"
3881-
integrity sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==
3878+
eslint@^9.28.0:
3879+
version "9.28.0"
3880+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.28.0.tgz#b0bcbe82a16945a40906924bea75e8b4980ced7d"
3881+
integrity sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==
38823882
dependencies:
38833883
"@eslint-community/eslint-utils" "^4.2.0"
38843884
"@eslint-community/regexpp" "^4.12.1"
38853885
"@eslint/config-array" "^0.20.0"
38863886
"@eslint/config-helpers" "^0.2.1"
38873887
"@eslint/core" "^0.14.0"
38883888
"@eslint/eslintrc" "^3.3.1"
3889-
"@eslint/js" "9.27.0"
3889+
"@eslint/js" "9.28.0"
38903890
"@eslint/plugin-kit" "^0.3.1"
38913891
"@humanfs/node" "^0.16.6"
38923892
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)