Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit a6d9195

Browse files
authored
Update to v1.5.11 open-source release (#230)
1 parent 0012334 commit a6d9195

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
lines changed

.viperlightignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
^dist/
22
CODE_OF_CONDUCT.md:4
3+
SECURITY.md:10
34
CONTRIBUTING.md:50
45
.github/workflows/nightly-workflow.yml:19
56
.github/workflows/nightly-workflow.yml:18

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.5.11] - 2024-10-29
8+
### Security:
9+
- Bump http-proxy-middleware to `2.0.7` to resolve [cve-2024-21536](https://github.com/advisories/GHSA-c7qv-q95q-8v27)
10+
- Bump cookie to `0.7.0` to resolve CVE [ CVE-2024-47764](https://github.com/advisories/GHSA-pxg6-pf52-xh8x)
11+
712
## [1.5.10] - 2024-09-20
813
### Security:
914
- Bump webpack to `5.94.0` to resolve [CVE-2024-43788](https://github.com/advisories/GHSA-4vvj-4cpr-p986)

source/web/package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/web/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@
5555
"overrides": {
5656
"fast-xml-parser": "4.4.1",
5757
"postcss": "8.4.31",
58-
"axios": "0.28.0"
58+
"axios": "0.28.0",
59+
"cookie": "0.7.0"
5960
},
6061
"resolutions": {
6162
"fast-xml-parser": "4.4.1",
6263
"postcss": "8.4.31",
63-
"axios": "0.28.0"
64+
"axios": "0.28.0",
65+
"cookie": "0.7.0"
6466
}
6567
}

0 commit comments

Comments
 (0)