Skip to content

Commit a92d4d2

Browse files
committed
release 0.9.0
Signed-off-by: Stefan Seide <account-github@seide.st>
1 parent 4e9f66d commit a92d4d2

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Next Version
44
#### Bugfixes
5+
#### Enhancements
6+
7+
## Version 0.9.0
8+
#### Bugfixes
59
* update jsonwebtoken from 8.5.1 to 9.0.0 (fix CVE-2022-23529, CVE-2022-23541, CVE-2022-23539, CVE-2022-23540)
610
* update json5 from 2.2.1 to 2.2.3 (fix CVE-2022-46175)
711
* update cmdparser from 0.0.3 to 0.1.0 (fix CVE-2021-43138), #517

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Stefan Seide <account-github@seide.st"
99
],
1010
"name": "redis-commander",
11-
"version": "0.9.0-rc5",
11+
"version": "0.9.0",
1212
"description": "Redis web-based management tool written in node.js",
1313
"license": "MIT",
1414
"repository": {

sbom.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.4",
55
"version": 1,
6-
"serialNumber": "urn:uuid:7d1ee232-1226-4f9a-a90a-fb727419a2d2",
6+
"serialNumber": "urn:uuid:7a192111-e973-4ea5-a506-3af080407a16",
77
"metadata": {
8-
"timestamp": "2024-10-29T09:18:00.450Z",
8+
"timestamp": "2024-10-29T09:21:23.030Z",
99
"tools": [
1010
{
1111
"name": "npm",
@@ -59,8 +59,8 @@
5959
"component": {
6060
"type": "application",
6161
"name": "redis-commander",
62-
"version": "0.9.0-rc5",
63-
"bom-ref": "redis-commander@0.9.0-rc5",
62+
"version": "0.9.0",
63+
"bom-ref": "redis-commander@0.9.0",
6464
"author": "Joe Ferner",
6565
"description": "Redis web-based management tool written in node.js",
6666
"licenses": [
@@ -70,7 +70,7 @@
7070
}
7171
}
7272
],
73-
"purl": "pkg:npm/redis-commander@0.9.0-rc5?vcs_url=git%3A//github.com/joeferner/redis-commander.git",
73+
"purl": "pkg:npm/redis-commander@0.9.0?vcs_url=git%3A//github.com/joeferner/redis-commander.git",
7474
"externalReferences": [
7575
{
7676
"url": "git://github.com/joeferner/redis-commander.git",
@@ -27399,7 +27399,7 @@
2739927399
],
2740027400
"dependencies": [
2740127401
{
27402-
"ref": "redis-commander@0.9.0-rc5",
27402+
"ref": "redis-commander@0.9.0",
2740327403
"dependsOn": [
2740427404
"@cyclonedx/bom@4.1.0",
2740527405
"async@3.2.6",

0 commit comments

Comments
 (0)