Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Seide <[email protected]>
  • Loading branch information
sseide committed Oct 29, 2024
1 parent 4e9f66d commit a92d4d2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Version
#### Bugfixes
#### Enhancements

## Version 0.9.0
#### Bugfixes
* update jsonwebtoken from 8.5.1 to 9.0.0 (fix CVE-2022-23529, CVE-2022-23541, CVE-2022-23539, CVE-2022-23540)
* update json5 from 2.2.1 to 2.2.3 (fix CVE-2022-46175)
* update cmdparser from 0.0.3 to 0.1.0 (fix CVE-2021-43138), #517
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Stefan Seide <[email protected]"
],
"name": "redis-commander",
"version": "0.9.0-rc5",
"version": "0.9.0",
"description": "Redis web-based management tool written in node.js",
"license": "MIT",
"repository": {
Expand Down
12 changes: 6 additions & 6 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:7d1ee232-1226-4f9a-a90a-fb727419a2d2",
"serialNumber": "urn:uuid:7a192111-e973-4ea5-a506-3af080407a16",
"metadata": {
"timestamp": "2024-10-29T09:18:00.450Z",
"timestamp": "2024-10-29T09:21:23.030Z",
"tools": [
{
"name": "npm",
Expand Down Expand Up @@ -59,8 +59,8 @@
"component": {
"type": "application",
"name": "redis-commander",
"version": "0.9.0-rc5",
"bom-ref": "[email protected]-rc5",
"version": "0.9.0",
"bom-ref": "[email protected]",
"author": "Joe Ferner",
"description": "Redis web-based management tool written in node.js",
"licenses": [
Expand All @@ -70,7 +70,7 @@
}
}
],
"purl": "pkg:npm/[email protected]-rc5?vcs_url=git%3A//github.com/joeferner/redis-commander.git",
"purl": "pkg:npm/[email protected]?vcs_url=git%3A//github.com/joeferner/redis-commander.git",
"externalReferences": [
{
"url": "git://github.com/joeferner/redis-commander.git",
Expand Down Expand Up @@ -27399,7 +27399,7 @@
],
"dependencies": [
{
"ref": "[email protected]-rc5",
"ref": "[email protected]",
"dependsOn": [
"@cyclonedx/[email protected]",
"[email protected]",
Expand Down

0 comments on commit a92d4d2

Please sign in to comment.