Skip to content

chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /application#1309

Merged
neilime merged 1 commit into
mainfrom
dependabot/npm_and_yarn/application/webpack-dev-server-5.2.6
Jul 25, 2026
Merged

chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /application#1309
neilime merged 1 commit into
mainfrom
dependabot/npm_and_yarn/application/webpack-dev-server-5.2.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps webpack-dev-server from 5.2.5 to 5.2.6.

Release notes

Sourced from webpack-dev-server's releases.

v5.2.6

Patch Changes

  • fix: allow undefined as the Server constructor options argument again (by @​bjohansebas in #5695)

    Restores accepting undefined (defaulting it to {}) for the options argument, so passing a webpack config's optional devServer field type-checks and works as before.

  • Protect the built-in state-changing routes (/webpack-dev-server/invalidate and /webpack-dev-server/open-editor) against cross-site request forgery. Requests are now checked with Sec-Fetch-Site (falling back to an Origin/Host comparison when it is absent), so a cross-site page can no longer trigger a rebuild or open a file in the editor. Same-origin requests, user-initiated navigations, and non-browser clients (e.g. curl) are unaffected. (by @​bjohansebas in #5698)

  • Handle malformed Host and Origin header values gracefully when validating requests. (by @​bjohansebas in #5699)

Changelog

Sourced from webpack-dev-server's changelog.

5.2.6

Patch Changes

  • fix: allow undefined as the Server constructor options argument again (by @​bjohansebas in #5695)

    Restores accepting undefined (defaulting it to {}) for the options argument, so passing a webpack config's optional devServer field type-checks and works as before.

  • Protect the built-in state-changing routes (/webpack-dev-server/invalidate and /webpack-dev-server/open-editor) against cross-site request forgery. Requests are now checked with Sec-Fetch-Site (falling back to an Origin/Host comparison when it is absent), so a cross-site page can no longer trigger a rebuild or open a file in the editor. Same-origin requests, user-initiated navigations, and non-browser clients (e.g. curl) are unaffected. (by @​bjohansebas in #5698)

  • Handle malformed Host and Origin header values gracefully when validating requests. (by @​bjohansebas in #5699)

Commits
  • 8a37b0e chore(release): new release (#5697)
  • f21ed0f fix: handle malformed Host and Origin headers (#5699)
  • 80cd9ee fix: reject cross-site requests to open-editor and invalidate endpoints (#5698)
  • 308e853 fix: handle undefined options in Server constructor (#5695)
  • 8b2b915 chore: update branch references from v4 to v5 in workflow configuration
  • 870ed22 chore: add v5 branch to release workflow triggers
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.5...v5.2.6)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 25, 2026
@github-actions

Copy link
Copy Markdown

Hi, thank you for creating your PR, we will check it out very soon

@github-actions

Copy link
Copy Markdown

Code Coverage Report

Coverage Results

Coverage

Metric Covered Total Percentage
Lines 12 12 100.00%
Branches 3 3 100.00%
Functions 8 8 100.00%

Overall: 100.00% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌───────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│            Target             │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├───────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ application/package-lock.json │    npm     │        7        │         -         │    -    │
├───────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                    │ dockerfile │        -        │         0         │    -    │
└───────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.69/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


application/package-lock.json (npm)
===================================
Total: 7 (UNKNOWN: 0, LOW: 1, MEDIUM: 0, HIGH: 6, CRITICAL: 0)

┌─────────────────┬─────────────────────┬──────────┬────────┬───────────────────┬──────────────────────┬─────────────────────────────────────────────────────────────┐
│     Library     │    Vulnerability    │ Severity │ Status │ Installed Version │    Fixed Version     │                            Title                            │
├─────────────────┼─────────────────────┼──────────┼────────┼───────────────────┼──────────────────────┼─────────────────────────────────────────────────────────────┤
│ body-parser     │ CVE-2026-12590      │ LOW      │ fixed  │ 1.20.5            │ 1.20.6, 2.3.0        │ body-parser: body-parser: Denial of Service via invalid     │
│                 │                     │          │        │                   │                      │ limit option                                                │
│                 │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-12590                  │
├─────────────────┼─────────────────────┼──────────┤        ├───────────────────┼──────────────────────┼─────────────────────────────────────────────────────────────┤
│ brace-expansion │ CVE-2026-13149      │ HIGH     │        │ 1.1.13            │ 5.0.7, 1.1.16, 2.1.2 │ brace-expansion: Brace-expansion: Denial of Service due to  │
│                 │                     │          │        │                   │                      │ exponential-time complexity                                 │
│                 │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-13149                  │
│                 ├─────────────────────┤          │        │                   ├──────────────────────┼─────────────────────────────────────────────────────────────┤
│                 │ CVE-2026-14257      │          │        │                   │ 5.0.8                │ brace-expansion through 5.0.7 is vulnerable to denial of    │
│                 │                     │          │        │                   │                      │ service via m ......                                        │
│                 │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-14257                  │
├─────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼─────────────────────────────────────────────────────────────┤
│ js-yaml         │ CVE-2026-59869      │          │        │ 4.2.0             │ 3.15.0, 4.3.0        │ js-yaml: js-yaml: Denial of Service via crafted YAML        │
│                 │                     │          │        │                   │                      │ documents                                                   │
│                 │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-59869                  │
├─────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼─────────────────────────────────────────────────────────────┤
│ postcss         │ GHSA-r28c-9q8g-f849 │          │        │ 8.5.15            │ 8.5.18               │ PostCSS: Path Traversal in Previous Source Map Auto-Loading │
│                 │                     │          │        │                   │                      │ (sourceMappingURL) leads to Arbitrary...                    │
│                 │                     │          │        │                   │                      │ https://github.com/advisories/GHSA-r28c-9q8g-f849           │
├─────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼─────────────────────────────────────────────────────────────┤
│ shell-quote     │ CVE-2026-13311      │          │        │ 1.8.4             │ 1.9.0                │ shell-quote: shell-quote/parse: shell-quote: Denial of      │
│                 │                     │          │        │                   │                      │ Service due to inefficient input parsing                    │
│                 │                     │          │        │                   │                      │ https://avd.aquasec.com/nvd/cve-2026-13311                  │
├─────────────────┼─────────────────────┤          │        ├───────────────────┼──────────────────────┼─────────────────────────────────────────────────────────────┤
│ svgo            │ GHSA-2p49-hgcm-8545 │          │        │ 3.3.3             │ 2.8.3, 3.3.4, 4.0.2  │ SVGO removeScripts plugin leaves some executable scripts    │
│                 │                     │          │        │                   │                      │ intact                                                      │
│                 │                     │          │        │                   │                      │ https://github.com/advisories/GHSA-2p49-hgcm-8545           │
└─────────────────┴─────────────────────┴──────────┴────────┴───────────────────┴──────────────────────┴─────────────────────────────────────────────────────────────┘

@neilime
neilime merged commit 1ae09c9 into main Jul 25, 2026
49 of 51 checks passed
@neilime
neilime deleted the dependabot/npm_and_yarn/application/webpack-dev-server-5.2.6 branch July 25, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant