Update command for Docker Compose cleanup#71
Merged
IEvangelist merged 1 commit intomicrosoft:mainfrom Nov 19, 2025
butskristof:patch-1
Merged
Update command for Docker Compose cleanup#71IEvangelist merged 1 commit intomicrosoft:mainfrom butskristof:patch-1
IEvangelist merged 1 commit intomicrosoft:mainfrom
butskristof:patch-1
Conversation
The docs state the command to clean up resources when using Docker Compose wrongly: `docker-compose-env-down` instead of `docker-compose-down-env`
IEvangelist
approved these changes
Nov 19, 2025
IEvangelist
added a commit
that referenced
this pull request
Apr 24, 2026
…ns (#752) Addresses Dependabot alerts: - #68 fast-xml-parser < 5.7.0 (XML Comment/CDATA injection) -> 5.7.1 - #71 uuid < 14.0.0 (missing buffer bounds check) -> 14.0.0 - #72 postcss < 8.5.10 (XSS via unescaped </style>) -> 8.5.10 Updated pnpm overrides in src/frontend/package.json to force patched versions of these transitive dependencies and regenerated pnpm-lock.yaml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The docs state the command to clean up resources when using Docker Compose wrongly:
docker-compose-env-downinstead ofdocker-compose-down-env