Skip to content

Commit b63ed12

Browse files
authored
Merge pull request #457 from roggervalf/minimatch
fix(deps): upgrade @typescript-eslint/utils to fix minimatch vulnerability
1 parent b8fb5cf commit b63ed12

3 files changed

Lines changed: 108 additions & 48 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "eslint-plugin-tsdoc",
5+
"comment": "Update the `@typescript-eslint/utils` dependency to `~8.56.0` to address CVE-2026-26996.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc"
10+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 97 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@microsoft/tsdoc-config": "workspace:*",
3131
"@microsoft/tsdoc": "workspace:*",
32-
"@typescript-eslint/utils": "~8.46.0"
32+
"@typescript-eslint/utils": "~8.56.0"
3333
},
3434
"devDependencies": {
3535
"tsdoc-build-rig": "workspace:*",

0 commit comments

Comments
 (0)