Skip to content

Commit 1d1d702

Browse files
committed
chore: update sbom.json
1 parent 7e9514f commit 1d1d702

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

sbom.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"bomFormat": "CycloneDX",
33
"specVersion": "1.3",
4-
"serialNumber": "urn:uuid:fff46295-3b57-499e-957e-9c16f1bddc58",
4+
"serialNumber": "urn:uuid:a757a267-e1b7-49c1-8820-b690139470ae",
55
"version": 1,
66
"metadata": {
7-
"timestamp": "2025-01-13T08:31:06.510Z",
7+
"timestamp": "2025-01-14T08:07:12.583Z",
88
"tools": [
99
{
1010
"vendor": "CycloneDX",
@@ -7162,6 +7162,36 @@
71627162
}
71637163
]
71647164
},
7165+
{
7166+
"type": "library",
7167+
"bom-ref": "pkg:npm/color-space@2.0.1",
7168+
"author": "Dmitry Ivanov",
7169+
"name": "color-space",
7170+
"version": "2.0.1",
7171+
"description": "Collection of color space conversions",
7172+
"licenses": [
7173+
{
7174+
"license": {
7175+
"id": "MIT"
7176+
}
7177+
}
7178+
],
7179+
"purl": "pkg:npm/color-space@2.0.1",
7180+
"externalReferences": [
7181+
{
7182+
"type": "website",
7183+
"url": "https://github.com/colorjs/color-space#readme"
7184+
},
7185+
{
7186+
"type": "issue-tracker",
7187+
"url": "https://github.com/colorjs/color-space/issues"
7188+
},
7189+
{
7190+
"type": "vcs",
7191+
"url": "git+ssh://git@github.com/colorjs/color-space.git"
7192+
}
7193+
]
7194+
},
71657195
{
71667196
"type": "library",
71677197
"bom-ref": "pkg:npm/color-rgba@3.0.0",
@@ -7252,36 +7282,6 @@
72527282
}
72537283
]
72547284
},
7255-
{
7256-
"type": "library",
7257-
"bom-ref": "pkg:npm/color-space@2.0.1",
7258-
"author": "Dmitry Ivanov",
7259-
"name": "color-space",
7260-
"version": "2.0.1",
7261-
"description": "Collection of color space conversions",
7262-
"licenses": [
7263-
{
7264-
"license": {
7265-
"id": "MIT"
7266-
}
7267-
}
7268-
],
7269-
"purl": "pkg:npm/color-space@2.0.1",
7270-
"externalReferences": [
7271-
{
7272-
"type": "website",
7273-
"url": "https://github.com/colorjs/color-space#readme"
7274-
},
7275-
{
7276-
"type": "issue-tracker",
7277-
"url": "https://github.com/colorjs/color-space/issues"
7278-
},
7279-
{
7280-
"type": "vcs",
7281-
"url": "git+ssh://git@github.com/colorjs/color-space.git"
7282-
}
7283-
]
7284-
},
72857285
{
72867286
"type": "library",
72877287
"bom-ref": "pkg:npm/lerc@3.0.0",
@@ -8827,6 +8827,9 @@
88278827
{
88288828
"ref": "pkg:npm/%40types/rbush@4.0.0"
88298829
},
8830+
{
8831+
"ref": "pkg:npm/color-space@2.0.1"
8832+
},
88308833
{
88318834
"ref": "pkg:npm/color-name@2.0.0"
88328835
},
@@ -8836,14 +8839,10 @@
88368839
"pkg:npm/color-name@2.0.0"
88378840
]
88388841
},
8839-
{
8840-
"ref": "pkg:npm/color-space@2.0.1"
8841-
},
88428842
{
88438843
"ref": "pkg:npm/color-rgba@3.0.0",
88448844
"dependsOn": [
8845-
"pkg:npm/color-parse@2.0.2",
8846-
"pkg:npm/color-space@2.0.1"
8845+
"pkg:npm/color-parse@2.0.2"
88478846
]
88488847
},
88498848
{
@@ -8914,6 +8913,7 @@
89148913
"pkg:npm/shpjs@6.1.0",
89158914
"pkg:npm/%40petamoriken/float16@3.8.7",
89168915
"pkg:npm/%40types/rbush@4.0.0",
8916+
"pkg:npm/color-space@2.0.1",
89178917
"pkg:npm/color-rgba@3.0.0",
89188918
"pkg:npm/lerc@3.0.0",
89198919
"pkg:npm/parse-headers@2.0.5",

0 commit comments

Comments
 (0)