Skip to content

Commit

Permalink
Update to v1.5.11 open-source release (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkrol authored Oct 30, 2024
1 parent 0012334 commit a6d9195
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
1 change: 1 addition & 0 deletions .viperlightignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
^dist/
CODE_OF_CONDUCT.md:4
SECURITY.md:10
CONTRIBUTING.md:50
.github/workflows/nightly-workflow.yml:19
.github/workflows/nightly-workflow.yml:18
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.11] - 2024-10-29
### Security:
- Bump http-proxy-middleware to `2.0.7` to resolve [cve-2024-21536](https://github.com/advisories/GHSA-c7qv-q95q-8v27)
- Bump cookie to `0.7.0` to resolve CVE [ CVE-2024-47764](https://github.com/advisories/GHSA-pxg6-pf52-xh8x)

## [1.5.10] - 2024-09-20
### Security:
- Bump webpack to `5.94.0` to resolve [CVE-2024-43788](https://github.com/advisories/GHSA-4vvj-4cpr-p986)
Expand Down
27 changes: 14 additions & 13 deletions source/web/package-lock.json

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

6 changes: 4 additions & 2 deletions source/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@
"overrides": {
"fast-xml-parser": "4.4.1",
"postcss": "8.4.31",
"axios": "0.28.0"
"axios": "0.28.0",
"cookie": "0.7.0"
},
"resolutions": {
"fast-xml-parser": "4.4.1",
"postcss": "8.4.31",
"axios": "0.28.0"
"axios": "0.28.0",
"cookie": "0.7.0"
}
}

0 comments on commit a6d9195

Please sign in to comment.