Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions documentation/release-notes/13.x.x/13.42.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
face value, which allowed any signed-in user to make the server load arbitrary internal parts of the
application. Only the resource types that can be selected under **Access control** are accepted now, and
anything else is answered as "not permitted", so normal use is unaffected.
* Addressed several reported high-severity front-end security alerts. The `js-yaml`, `fast-uri`, `ip-address`,
`postcss` and `brace-expansion` dependencies were updated to fixed versions. The remaining alerts cannot be
resolved without a major upgrade: the Swagger UI `immutable` fix requires Node 22, and the Angular alerts require the
next major Angular version. Both remain tracked.
165 changes: 78 additions & 87 deletions frontend/package-lock.json

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

7 changes: 7 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@
},
"overrides": {
"swagger-client": "3.37.3",
"swagger-ui": {
"js-yaml": "4.3.1"
},
Comment thread
Klaas-Ritense marked this conversation as resolved.
"feelers": {
"@bpmn-io/cm-theme": "0.1.0-alpha.2"
},
Expand All @@ -359,6 +362,10 @@
"sigstore": "4.1.1",
"lodash": "4.18.1",
"lodash-es": "4.18.1",
"postcss": "8.5.26",
"minimatch@9": {
"brace-expansion": "2.1.4"
},
"@angular-devkit/build-angular": {
"http-proxy-middleware": "3.0.7"
},
Expand Down
Loading