Skip to content

Commit

Permalink
update sbom list
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Seide <[email protected]>
  • Loading branch information
sseide committed Jul 2, 2024
1 parent 06698d1 commit 44309d9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions sbom.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"version": 1,
"serialNumber": "urn:uuid:5176acff-913a-4551-97d8-957875a90a9f",
"serialNumber": "urn:uuid:99e3fe1c-c1f7-4180-92d5-b906c311c118",
"metadata": {
"timestamp": "2024-07-02T08:42:06.247Z",
"timestamp": "2024-07-02T09:15:41.922Z",
"tools": [
{
"name": "npm",
Expand Down Expand Up @@ -11424,8 +11424,8 @@
{
"type": "library",
"name": "config",
"version": "3.3.11",
"bom-ref": "[email protected].11",
"version": "3.3.12",
"bom-ref": "[email protected].12",
"author": "Loren West",
"description": "Configuration control for production node deployments",
"licenses": [
Expand All @@ -11435,7 +11435,7 @@
}
}
],
"purl": "pkg:npm/[email protected].11",
"purl": "pkg:npm/[email protected].12",
"externalReferences": [
{
"url": "git+ssh://[email protected]/node-config/node-config.git",
Expand All @@ -11453,12 +11453,12 @@
"comment": "as detected from PackageJson property \"bugs.url\""
},
{
"url": "https://registry.npmjs.org/config/-/config-3.3.11.tgz",
"url": "https://registry.npmjs.org/config/-/config-3.3.12.tgz",
"type": "distribution",
"hashes": [
{
"alg": "SHA-512",
"content": "0e19fadd9a16096e44320e0fd1297f5cdb23ffb44b894200d71d67a42cbe9b6711c111f32e7b7752d62dc510cc656ffaa0e31d5a10b368662439c6a31a0ac038"
"content": "566c77f3d47f4153377e8c6a0735cef2ddad52291864feb843abd0c46aec32944478973f6964673d11115d6b18cce1c0ba6c7f00ea082d67ba9d4dd924bfba4b"
}
],
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
Expand Down Expand Up @@ -13871,8 +13871,8 @@
{
"type": "library",
"name": "ioredis",
"version": "5.3.2",
"bom-ref": "ioredis@5.3.2",
"version": "5.4.0",
"bom-ref": "ioredis@5.4.0",
"author": "Zihua Li",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"licenses": [
Expand All @@ -13882,7 +13882,7 @@
}
}
],
"purl": "pkg:npm/ioredis@5.3.2",
"purl": "pkg:npm/ioredis@5.4.0",
"externalReferences": [
{
"url": "git://github.com/luin/ioredis.git",
Expand All @@ -13900,12 +13900,12 @@
"comment": "as detected from PackageJson property \"bugs.url\""
},
{
"url": "https://registry.npmjs.org/ioredis/-/ioredis-5.3.2.tgz",
"url": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.0.tgz",
"type": "distribution",
"hashes": [
{
"alg": "SHA-512",
"content": "d4328c3339481ccd36781055385435f80a251a3b3afb111c3383c32fb36a392eacceaec7f6349a1242141fafdae47976e352f35ba24b4a201b36f4d08d4ba950"
"content": "9468a26725853ac90fbb7a47e0ff3eba27073991e9cd8a607ca645adeebcc0b2bad39f73068f8a0d3429c3101589b05a8caaa972b449e64fa397fb8d1dc0a8dc"
}
],
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
Expand Down Expand Up @@ -26956,13 +26956,13 @@
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected].11",
"[email protected].12",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"ioredis@5.3.2",
"ioredis@5.4.0",
"[email protected]",
"[email protected]",
"[email protected]",
Expand Down Expand Up @@ -28226,7 +28226,7 @@
]
},
{
"ref": "[email protected].11",
"ref": "[email protected].12",
"dependsOn": [
"[email protected]"
]
Expand Down Expand Up @@ -28490,7 +28490,7 @@
"ref": "[email protected]"
},
{
"ref": "ioredis@5.3.2",
"ref": "ioredis@5.4.0",
"dependsOn": [
"@ioredis/[email protected]",
"[email protected]",
Expand Down Expand Up @@ -28960,7 +28960,7 @@
"ref": "[email protected]",
"dependsOn": [
"[email protected]",
"ioredis@5.3.2",
"ioredis@5.4.0",
"[email protected]"
]
},
Expand Down

0 comments on commit 44309d9

Please sign in to comment.