Skip to content

Commit

Permalink
chore: update sbom.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed May 13, 2024
1 parent b7ef429 commit 94149c6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions sbom.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.3",
"serialNumber": "urn:uuid:fd01ae65-8775-4690-86c8-b3fc392c5534",
"serialNumber": "urn:uuid:a02d8eb2-3abd-424c-bd7d-be5b254d35e3",
"version": 1,
"metadata": {
"timestamp": "2024-05-13T07:42:49.894Z",
"timestamp": "2024-05-13T07:45:16.773Z",
"tools": [
{
"vendor": "CycloneDX",
Expand Down Expand Up @@ -7826,61 +7826,61 @@
},
{
"type": "library",
"bom-ref": "pkg:npm/color-parse@2.0.0",
"author": "Dmitry Ivanov",
"name": "color-parse",
"version": "2.0.0",
"description": "Color string parser",
"bom-ref": "pkg:npm/color-rgba@3.0.0",
"author": "Dmitry Iv",
"name": "color-rgba",
"version": "3.0.0",
"description": "Convert color string (or parseable argument) to RGBA array",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/color-parse@2.0.0",
"purl": "pkg:npm/color-rgba@3.0.0",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/colorjs/color-parse"
"url": "https://github.com/colorjs/color-rgba#readme"
},
{
"type": "issue-tracker",
"url": "https://github.com/colorjs/color-parse/issues"
"url": "https://github.com/colorjs/color-rgba/issues"
},
{
"type": "vcs",
"url": "git+https://github.com/colorjs/color-parse.git"
"url": "git+https://github.com/colorjs/color-rgba.git"
}
]
},
{
"type": "library",
"bom-ref": "pkg:npm/color-rgba@3.0.0",
"author": "Dmitry Iv",
"name": "color-rgba",
"version": "3.0.0",
"description": "Convert color string (or parseable argument) to RGBA array",
"bom-ref": "pkg:npm/color-parse@2.0.0",
"author": "Dmitry Ivanov",
"name": "color-parse",
"version": "2.0.0",
"description": "Color string parser",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/color-rgba@3.0.0",
"purl": "pkg:npm/color-parse@2.0.0",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/colorjs/color-rgba#readme"
"url": "https://github.com/colorjs/color-parse"
},
{
"type": "issue-tracker",
"url": "https://github.com/colorjs/color-rgba/issues"
"url": "https://github.com/colorjs/color-parse/issues"
},
{
"type": "vcs",
"url": "git+https://github.com/colorjs/color-rgba.git"
"url": "git+https://github.com/colorjs/color-parse.git"
}
]
},
Expand Down Expand Up @@ -9516,6 +9516,7 @@
{
"ref": "pkg:npm/[email protected]",
"dependsOn": [
"pkg:npm/[email protected]",
"pkg:npm/[email protected]"
]
},
Expand Down Expand Up @@ -9580,7 +9581,6 @@
"pkg:npm/[email protected]",
"pkg:npm/%40petamoriken/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
Expand Down

0 comments on commit 94149c6

Please sign in to comment.