Skip to content

Commit 322d885

Browse files
Update dependency @types/eslint to v9
1 parent 51f94d3 commit 322d885

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@stryker-mutator/core": "7.3.0",
1111
"@stryker-mutator/jest-runner": "7.3.0",
1212
"@stryker-mutator/typescript-checker": "7.3.0",
13-
"@types/eslint": "8.56.11",
13+
"@types/eslint": "9.6.0",
1414
"@types/jest": "29.5.12",
1515
"codecov": "3.8.3",
1616
"eslint": "8.57.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1197,10 +1197,10 @@
11971197
dependencies:
11981198
"@babel/types" "^7.3.0"
11991199

1200-
"@types/eslint@8.56.11":
1201-
version "8.56.11"
1202-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.11.tgz#e2ff61510a3b9454b3329fe7731e3b4c6f780041"
1203-
integrity sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==
1200+
"@types/eslint@9.6.0":
1201+
version "9.6.0"
1202+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.0.tgz#51d4fe4d0316da9e9f2c80884f2c20ed5fb022ff"
1203+
integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
12041204
dependencies:
12051205
"@types/estree" "*"
12061206
"@types/json-schema" "*"

0 commit comments

Comments
 (0)