build(deps): bump ws in /wrongsecrets-balancer/ui - #1248
Merged
commjoen merged 1 commit intoAug 4, 2026
Merged
Conversation
🚀 Preview Deployment Ready!Your pull request has been built and is ready for preview deployment. Container Images Built
Quick Deploy with Helm# Add the wrongsecrets helm repository
helm repo add wrongsecrets https://owasp.org/wrongsecrets-ctf-party
helm repo update
# Deploy with preview images
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
--set balancer.repository=ghcr.io/OWASP/wrongsecrets-balancer \
--set balancer.tag=pr-1248 \
--set wrongsecretsCleanup.repository=ghcr.io/OWASP/cleaner \
--set wrongsecretsCleanup.tag=pr-1248 \
--set imagePullPolicy=Always
# Port forward to access locally
kubectl port-forward service/wrongsecrets-balancer 3000:3000Deploy with Custom ValuesClick to see preview-values.yamlbalancer:
repository: ghcr.io/OWASP/wrongsecrets-balancer
tag: pr-1248
wrongsecretsCleanup:
repository: ghcr.io/OWASP/cleaner
tag: pr-1248
# Preview configuration
ingress:
enabled: true
hosts:
- host: >-
preview-pr-1248.wrongsecrets.local
paths:
- "/"# Save the above values to preview-values.yaml, then:
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
-f preview-values.yamlDeploy with Local Build Scripts# Clone this PR
git fetch origin pull/1248/head:pr-1248
git checkout pr-1248
# Use the existing deployment script with custom images
./build-and-deploy.shTest the Changes
Container RegistryThe preview images are available at:
This preview was automatically generated for PR #1248 |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/wrongsecrets-balancer/ui/multi-4e67b7c87e
branch
from
July 15, 2026 12:02
fcc0825 to
d3e75fc
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/wrongsecrets-balancer/ui/multi-4e67b7c87e
branch
from
July 31, 2026 20:51
d3e75fc to
a7828b1
Compare
Bumps and [ws](https://github.com/websockets/ws). These dependencies needed to be updated together. Updates `ws` from 8.18.3 to 8.21.2 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.3...8.21.2) Updates `ws` from 7.5.10 to 7.5.13 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.3...8.21.2) --- updated-dependencies: - dependency-name: ws dependency-version: 7.5.11 dependency-type: indirect - dependency-name: ws dependency-version: 8.21.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/wrongsecrets-balancer/ui/multi-4e67b7c87e
branch
from
August 4, 2026 06:13
a7828b1 to
f01b908
Compare
commjoen
deleted the
dependabot/npm_and_yarn/wrongsecrets-balancer/ui/multi-4e67b7c87e
branch
August 4, 2026 07:08
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps and ws. These dependencies needed to be updated together.
Updates
wsfrom 8.18.3 to 8.21.2Release notes
Sourced from ws's releases.
... (truncated)
Commits
787ebf2[dist] 8.21.2b4d62ebRevert "[ci] Trust Coveralls Homebrew tap"e4bb883[security] Use GitHub PVR as main reporting channel2eb3be0[test] Skip test on Node.js versions where it does not applyae1de54[dist] 8.21.18e9511b[ci] Trust Coveralls Homebrew tapf197ac6[fix] Lower default values ofmaxBufferedChunksandmaxFragments8df8265[ci] Update actions/checkout action to v7a2f4e7c[fix] Count empty fragments toward the limit (#2329)e79f912[pkg] Approve install scripts for bufferutil and utf-8-validateUpdates
wsfrom 7.5.10 to 7.5.13Release notes
Sourced from ws's releases.
... (truncated)
Commits
787ebf2[dist] 8.21.2b4d62ebRevert "[ci] Trust Coveralls Homebrew tap"e4bb883[security] Use GitHub PVR as main reporting channel2eb3be0[test] Skip test on Node.js versions where it does not applyae1de54[dist] 8.21.18e9511b[ci] Trust Coveralls Homebrew tapf197ac6[fix] Lower default values ofmaxBufferedChunksandmaxFragments8df8265[ci] Update actions/checkout action to v7a2f4e7c[fix] Count empty fragments toward the limit (#2329)e79f912[pkg] Approve install scripts for bufferutil and utf-8-validate