-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(main): release 2.4.0 * chore: update SBOM Signed-off-by: NodeShift Bot (As Luke Holmquist) <[email protected]> --------- Signed-off-by: NodeShift Bot (As Luke Holmquist) <[email protected]>
- Loading branch information
1 parent
b3fa2b9
commit ffa5b53
Showing
4 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,18 @@ | |
"bomFormat": "CycloneDX", | ||
"specVersion": "1.4", | ||
"version": 1, | ||
"serialNumber": "urn:uuid:88f3ebc2-18b4-49ec-b0a3-6436d9bdd7ff", | ||
"serialNumber": "urn:uuid:c87fcd60-6fa1-4c1d-b2a6-6a8c7b3f3e46", | ||
"metadata": { | ||
"timestamp": "2024-02-28T15:18:51.939Z", | ||
"timestamp": "2024-06-20T15:06:38.638Z", | ||
"tools": [ | ||
{ | ||
"name": "npm", | ||
"version": "10.2.4" | ||
"version": "10.7.0" | ||
}, | ||
{ | ||
"vendor": "@cyclonedx", | ||
"name": "cyclonedx-npm", | ||
"version": "1.16.1", | ||
"version": "1.19.0", | ||
"externalReferences": [ | ||
{ | ||
"url": "git+https://github.com/CycloneDX/cyclonedx-node-npm.git", | ||
|
@@ -36,7 +36,7 @@ | |
{ | ||
"vendor": "@cyclonedx", | ||
"name": "cyclonedx-library", | ||
"version": "6.4.0", | ||
"version": "6.10.0", | ||
"externalReferences": [ | ||
{ | ||
"url": "git+https://github.com/CycloneDX/cyclonedx-javascript-library.git", | ||
|
@@ -59,8 +59,8 @@ | |
"component": { | ||
"type": "application", | ||
"name": "faas-js-runtime", | ||
"version": "2.3.0", | ||
"bom-ref": "faas-js-runtime@2.3.0", | ||
"version": "2.4.0", | ||
"bom-ref": "faas-js-runtime@2.4.0", | ||
"author": "Red Hat, Inc.", | ||
"description": "A Node.js framework for executing arbitrary functions in response to HTTP or cloud events", | ||
"licenses": [ | ||
|
@@ -70,7 +70,7 @@ | |
} | ||
} | ||
], | ||
"purl": "pkg:npm/faas-js-runtime@2.3.0?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git", | ||
"purl": "pkg:npm/faas-js-runtime@2.4.0?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git", | ||
"externalReferences": [ | ||
{ | ||
"url": "git+https://github.com/nodeshift/faas-js-runtime.git", | ||
|
@@ -789,17 +789,17 @@ | |
{ | ||
"type": "library", | ||
"name": "fastify-raw-body", | ||
"version": "4.2.1", | ||
"bom-ref": "fastify-raw-body@4.2.1", | ||
"purl": "pkg:npm/fastify-raw-body@4.2.1", | ||
"version": "4.3.0", | ||
"bom-ref": "fastify-raw-body@4.3.0", | ||
"purl": "pkg:npm/fastify-raw-body@4.3.0", | ||
"externalReferences": [ | ||
{ | ||
"url": "https://registry.npmjs.org/fastify-raw-body/-/fastify-raw-body-4.2.1.tgz", | ||
"url": "https://registry.npmjs.org/fastify-raw-body/-/fastify-raw-body-4.3.0.tgz", | ||
"type": "distribution", | ||
"hashes": [ | ||
{ | ||
"alg": "SHA-512", | ||
"content": "f5554697b0b6f94d578bd3f6a0e4c75ad272d593a4cdd0ce8dd4a25529f383401fffcc2076ca605712979d805ec8ff071a770ae52fdb6090eaea5d80d183a805" | ||
"content": "178a3c648315c78628c467f0ad9caceb0ca3978d2017762fe80596472eb6a33140c990524bcdf5feecb2080a8a630ded47bde0d7cd2bc86f7cca287a4e8d4f51" | ||
} | ||
], | ||
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" | ||
|
@@ -3031,12 +3031,12 @@ | |
], | ||
"dependencies": [ | ||
{ | ||
"ref": "faas-js-runtime@2.3.0", | ||
"ref": "faas-js-runtime@2.4.0", | ||
"dependsOn": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"fastify-raw-body@4.2.1", | ||
"fastify-raw-body@4.3.0", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|
@@ -3218,7 +3218,7 @@ | |
"ref": "[email protected]" | ||
}, | ||
{ | ||
"ref": "fastify-raw-body@4.2.1", | ||
"ref": "fastify-raw-body@4.3.0", | ||
"dependsOn": [ | ||
"[email protected]", | ||
"[email protected]", | ||
|