Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions documentation/release-notes/13.x.x/13.41.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@
Starting a building block from the 'Start' menu of a case did nothing when the start form of its
main process is configured to be shown in a panel. The panel now opens right away. Previously it
only appeared after first opening the start form of a regular process in the panel.

## Security

* Addressed the 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 fix requires Node 22, and the Angular alerts require the
next major Angular version. Both remain tracked.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
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