Skip to content

Commit 542cb3e

Browse files
authored
fix: update first-party dependencies (#20714)
* chore: update first-party dependencies * fix test
1 parent a2af743 commit 542cb3e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
"dependencies": {
120120
"@eslint-community/eslint-utils": "^4.8.0",
121121
"@eslint-community/regexpp": "^4.12.2",
122-
"@eslint/config-array": "^0.23.3",
123-
"@eslint/config-helpers": "^0.5.3",
124-
"@eslint/core": "^1.1.1",
125-
"@eslint/plugin-kit": "^0.6.1",
122+
"@eslint/config-array": "^0.23.4",
123+
"@eslint/config-helpers": "^0.5.4",
124+
"@eslint/core": "^1.2.0",
125+
"@eslint/plugin-kit": "^0.7.0",
126126
"@humanfs/node": "^0.16.6",
127127
"@humanwhocodes/module-importer": "^1.0.1",
128128
"@humanwhocodes/retry": "^0.4.2",

tests/lib/config/flat-config-array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ describe("FlatConfigArray", () => {
13951395
},
13961396
},
13971397
],
1398-
"Expected a Boolean.",
1398+
"Expected a boolean.",
13991399
);
14001400
});
14011401

0 commit comments

Comments
 (0)