@companieshouse/api-sdk-node 2.0.347 → 2.0.349
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/README.md +3 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -96,3 +96,6 @@ To tun the tests with coverage, pass the `--coverage` flag on the command line.
|
|
|
96
96
|
- Reason: Required as a transitive dependency by mocha@11.7.2, which depends on vulnerable version 6.0.2.
|
|
97
97
|
- Ticket/CVE: CVE-2026-34043
|
|
98
98
|
- Remove after: Remove once Mocha has been upgraded beyond version 11.7.2 (patch or minor release). Ensure proper testing is completed after removal.
|
|
99
|
+
- "uuid": "^11.1.1"
|
|
100
|
+
- Reason: transitive dependency of istanbul-lib-processinfo / nyc
|
|
101
|
+
- Ticket: ASM-2299 ( gulnerability GHSA-w5hq-g745-h8pq )
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@companieshouse/api-sdk-node",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.349",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"overrides": {
|
|
61
61
|
"semver": "7.5.2",
|
|
62
62
|
"diff": "^8.0.2",
|
|
63
|
+
"uuid": "^11.1.1",
|
|
63
64
|
"serialize-javascript": "^7.0.5"
|
|
64
65
|
}
|
|
65
66
|
}
|