Skip to content

Commit 7601d8e

Browse files
committed
chore: update SBOM
Signed-off-by: NodeShift Bot (As Luke Holmquist) <[email protected]>
1 parent 5106547 commit 7601d8e

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

sbom.json

+21-13
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.6",
55
"version": 1,
6-
"serialNumber": "urn:uuid:607d1b32-90da-4ff6-af36-62a7567d4f51",
6+
"serialNumber": "urn:uuid:081c26dc-af2d-4644-b8bd-004dea11260d",
77
"metadata": {
8-
"timestamp": "2025-02-17T20:45:50.434Z",
8+
"timestamp": "2025-03-17T14:19:40.711Z",
99
"tools": {
1010
"components": [
1111
{
@@ -82,8 +82,8 @@
8282
"component": {
8383
"type": "application",
8484
"name": "faas-js-runtime",
85-
"version": "2.5.0",
86-
"bom-ref": "faas-js-runtime@2.5.0",
85+
"version": "2.6.0",
86+
"bom-ref": "faas-js-runtime@2.6.0",
8787
"author": "Red Hat, Inc.",
8888
"description": "A Node.js framework for executing arbitrary functions in response to HTTP or cloud events",
8989
"licenses": [
@@ -94,7 +94,7 @@
9494
}
9595
}
9696
],
97-
"purl": "pkg:npm/faas-js-runtime@2.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodeshift%2Ffaas-js-runtime.git",
97+
"purl": "pkg:npm/faas-js-runtime@2.6.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodeshift%2Ffaas-js-runtime.git",
9898
"externalReferences": [
9999
{
100100
"url": "git+https://github.com/nodeshift/faas-js-runtime.git",
@@ -792,17 +792,25 @@
792792
{
793793
"type": "library",
794794
"name": "commander",
795-
"version": "11.0.0",
796-
"bom-ref": "[email protected]",
797-
"purl": "pkg:npm/[email protected]",
795+
"version": "13.1.0",
796+
"bom-ref": "[email protected]",
797+
"licenses": [
798+
{
799+
"license": {
800+
"id": "MIT",
801+
"acknowledgement": "declared"
802+
}
803+
}
804+
],
805+
"purl": "pkg:npm/[email protected]",
798806
"externalReferences": [
799807
{
800-
"url": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz",
808+
"url": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
801809
"type": "distribution",
802810
"hashes": [
803811
{
804812
"alg": "SHA-512",
805-
"content": "f473255edb7f04da18afca28ca38cd45d22294e4e45495c1f86871313b4e2b09344788f8952e0da63baa991c6ba017e77d34874081d007bc2bc878576ab36399"
813+
"content": "feb15e0a934941b852663195c0ef51155df13ea6e71114bc326210cc2b43ff397a82926e57f6cc2ee37dda81b717b77ca031071d1aee8d25cd52bf1fa639ed2b"
806814
}
807815
],
808816
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
@@ -3094,10 +3102,10 @@
30943102
],
30953103
"dependencies": [
30963104
{
3097-
"ref": "faas-js-runtime@2.5.0",
3105+
"ref": "faas-js-runtime@2.6.0",
30983106
"dependsOn": [
30993107
3100-
"commander@11.0.0",
3108+
"commander@13.1.0",
31013109
31023110
31033111
@@ -3275,7 +3283,7 @@
32753283
]
32763284
},
32773285
{
3278-
"ref": "commander@11.0.0"
3286+
"ref": "commander@13.1.0"
32793287
},
32803288
{
32813289

0 commit comments

Comments
 (0)