@microsoft/api-extractor 7.58.0 → 7.58.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "7.58.1",
6
+ "tag": "@microsoft/api-extractor_v7.58.1",
7
+ "date": "Sat, 04 Apr 2026 00:14:00 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Bump lodash 4.18.1 to address CVEs GHSA-r5fr-rjxr-66jc, GHSA-f23m-r3pf-42rh"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "7.58.0",
6
18
  "tag": "@microsoft/api-extractor_v7.58.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @microsoft/api-extractor
2
2
 
3
- This log was last generated on Wed, 01 Apr 2026 15:13:38 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 04 Apr 2026 00:14:00 GMT and should not be manually modified.
4
+
5
+ ## 7.58.1
6
+ Sat, 04 Apr 2026 00:14:00 GMT
7
+
8
+ ### Patches
9
+
10
+ - Bump lodash 4.18.1 to address CVEs GHSA-r5fr-rjxr-66jc, GHSA-f23m-r3pf-42rh
4
11
 
5
12
  ## 7.58.0
6
13
  Wed, 01 Apr 2026 15:13:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
- "version": "7.58.0",
3
+ "version": "7.58.1",
4
4
  "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
5
5
  "keywords": [
6
6
  "typescript",
@@ -60,17 +60,17 @@
60
60
  "@microsoft/tsdoc-config": "~0.18.1",
61
61
  "@microsoft/tsdoc": "~0.16.0",
62
62
  "diff": "~8.0.2",
63
- "lodash": "~4.17.23",
63
+ "lodash": "~4.18.1",
64
64
  "minimatch": "10.2.3",
65
65
  "resolve": "~1.22.1",
66
66
  "semver": "~7.5.4",
67
67
  "source-map": "~0.6.1",
68
68
  "typescript": "5.9.3",
69
69
  "@microsoft/api-extractor-model": "7.33.5",
70
- "@rushstack/terminal": "0.22.4",
71
- "@rushstack/rig-package": "0.7.2",
70
+ "@rushstack/node-core-library": "5.21.0",
72
71
  "@rushstack/ts-command-line": "5.3.4",
73
- "@rushstack/node-core-library": "5.21.0"
72
+ "@rushstack/terminal": "0.22.4",
73
+ "@rushstack/rig-package": "0.7.2"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@rushstack/heft": "1.2.7",