@cyclonedx/cdxgen 9.8.8 → 9.8.9
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/index.js +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -2697,7 +2697,7 @@ export const createGoBom = async (path, options) => {
|
|
|
2697
2697
|
const dlist = await parseGosumData(gosumData);
|
|
2698
2698
|
if (dlist && dlist.length) {
|
|
2699
2699
|
dlist.forEach((pkg) => {
|
|
2700
|
-
gosumMap[`${pkg.
|
|
2700
|
+
gosumMap[`${pkg.name}@${pkg.version}`] = pkg._integrity;
|
|
2701
2701
|
});
|
|
2702
2702
|
}
|
|
2703
2703
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyclonedx/cdxgen",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.9",
|
|
4
4
|
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
|
|
5
5
|
"homepage": "http://github.com/cyclonedx/cdxgen",
|
|
6
6
|
"author": "Prabhu Subramanian <prabhu@appthreat.com>",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@babel/parser": "^7.23.0",
|
|
59
59
|
"@babel/traverse": "^7.23.0",
|
|
60
|
-
"@npmcli/arborist": "^7.
|
|
60
|
+
"@npmcli/arborist": "^7.2.0",
|
|
61
61
|
"ajv": "^8.12.0",
|
|
62
62
|
"ajv-formats": "^2.1.1",
|
|
63
63
|
"cheerio": "^1.0.0-rc.12",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"caxa": "^3.0.1",
|
|
103
103
|
"docsify-cli": "^4.4.4",
|
|
104
|
-
"eslint": "^8.
|
|
104
|
+
"eslint": "^8.51.0",
|
|
105
105
|
"eslint-config-prettier": "^9.0.0",
|
|
106
|
-
"eslint-plugin-prettier": "^5.0.
|
|
106
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
107
107
|
"jest": "^29.7.0",
|
|
108
108
|
"prettier": "3.0.3"
|
|
109
109
|
}
|