Skip to content

Commit 5e2d9f2

Browse files
committed
Bump TSDoc dependencies.
1 parent 1a2e3a6 commit 5e2d9f2

8 files changed

Lines changed: 192 additions & 29 deletions

File tree

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@microsoft/api-extractor-model": "workspace:*",
66-
"@microsoft/tsdoc-config": "~0.18.0",
66+
"@microsoft/tsdoc-config": "~0.18.1",
6767
"@microsoft/tsdoc": "~0.16.0",
6868
"@rushstack/node-core-library": "workspace:*",
6969
"@rushstack/rig-package": "workspace:*",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor-model",
5+
"comment": "Bump `@microsoft/tsdoc-config` to `~0.18.1` to mitigate CVE-2025-69873.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor",
5+
"comment": "Bump `@microsoft/tsdoc-config` to `~0.18.1` to mitigate CVE-2025-69873.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-config",
5+
"comment": "Bump `eslint-plugin-tsdoc` to `~0.5.1` to mitigate CVE-2026-26996.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-config"
10+
}

0 commit comments

Comments
 (0)