Skip to content

Commit ae01863

Browse files
committed
security update express@4.21.1, eliptic@6.6.0
update jstree@3.3.17 Signed-off-by: Stefan Seide <account-github@seide.st>
1 parent 1103a29 commit ae01863

File tree

4 files changed

+67
-64
lines changed

4 files changed

+67
-64
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
* update jsonwebtoken from 8.5.1 to 9.0.0 (fix CVE-2022-23529, CVE-2022-23541, CVE-2022-23539, CVE-2022-23540)
66
* update json5 from 2.2.1 to 2.2.3 (fix CVE-2022-46175)
77
* update cmdparser from 0.0.3 to 0.1.0 (fix CVE-2021-43138), #517
8-
* partial update of semver to 7.5.3 (fix CVE-2022-2588)
8+
* partial update of semver to 7.5.4 (fix CVE-2022-2588)
99
* update @babel/traverse from 7.22.5 to 7.23.3 (fix CVE-2023-45133)
1010
* update browserify-sign from 4.2.1 to 4.2.2 (fix CVE-2023-46234)
11-
* update elliptic from 6.5.4 to 6.5.7 (fix CVE-2024-42459, CVE-2024-42460, CVE-2024-42461)
11+
* update elliptic from 6.5.4 to 6.6.0 (fix CVE-2024-42459, CVE-2024-42460, CVE-2024-42461, CVE-2024-48948)
12+
* update cookie from 0.6.0 to 0.7.1 (fix CVE-2024-47764)
1213

1314
#### Enhancements
1415
* allow using IPv6 addresses for Redis connection definitions. (except REDIS_HOSTS env var, here no IPv6 allowed, use host names instead)
@@ -22,8 +23,8 @@
2223
* update helm chart to allow setting ingressClassName for newer K8s versions, #494
2324
* update UI for better visibility on how to close redis commands modal, #456
2425
* update ioredis from 4.28.5 to 5.4.1
25-
* update dependencies yargs@17.7.2, ejs@3.1.9, jstree@3.3.15, config@3.3.9, body-parser@1.20.2
26-
* update @cyclonedx/cyclonedx-npm"@1.19.3
26+
* update dependencies yargs@17.7.2, ejs@3.1.10, jstree@3.3.17, config@3.3.12, body-parser@1.20.3
27+
* update "@cyclonedx/cyclonedx-npm"@1.19.3
2728

2829
## Version 0.8.1
2930
#### Bugfixes

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"config": "3.3.12",
3232
"dateformat": "3.0.3",
3333
"ejs": "3.1.10",
34-
"express": "4.21.0",
34+
"express": "4.21.1",
3535
"express-partials": "0.3.0",
3636
"inflection": "1.13.4",
3737
"ioredis": "5.4.1",
3838
"jquery.json-viewer": "1.5.0",
3939
"jsonwebtoken": "9.0.2",
40-
"jstree": "3.3.16",
40+
"jstree": "3.3.17",
4141
"lodash.isequal": "4.5.0",
4242
"lossless-json": "1.0.5",
4343
"node-redis-dump2": "0.6.0",

0 commit comments

Comments
 (0)