Skip to content

chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs#355

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/webpack-dev-server-5.2.4
Open

chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs#355
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/webpack-dev-server-5.2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps webpack-dev-server from 5.2.3 to 5.2.4.

Release notes

Sourced from webpack-dev-server's releases.

v5.2.4

5.2.4 (2026-05-11)

Bug Fixes

  • set Cross-Origin-Resource-Policy header to prevent source code theft over HTTP
Changelog

Sourced from webpack-dev-server's changelog.

5.2.4 (2026-05-11)

Bug Fixes

  • set Cross-Origin-Resource-Policy header to prevent source code theft over HTTP
Commits

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.3 to 5.2.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.3...v5.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot patch bump of webpack-dev-server (dev-only dependency for docs site).

Extended reasoning...

Overview

This PR is an automated Dependabot patch bump of webpack-dev-server from 5.2.3 to 5.2.4 in /docs. The only file changed is docs/pnpm-lock.yaml. The new version is a security fix that sets the Cross-Origin-Resource-Policy header to prevent source code theft over HTTP. The lockfile also picks up incidental transitive bumps (caniuse-lite, baseline-browser-mapping, nanoid 3.3.11→3.3.12, semver 7.7.4→7.8.0, @emnapi/runtime) as normal pnpm resolution artifacts.

Security risks

None of concern. webpack-dev-server is a development-only dependency used by Docusaurus during local docs work; it does not ship to production. The bump is itself a security fix.

Level of scrutiny

Low. Patch-level dev-dependency bump in a docs subproject, lockfile-only, originated by Dependabot, with a documented upstream security improvement.

Other factors

The bug hunting system reported no findings. The only timeline noise is Dependabot complaining about a missing npm label in dependabot.yml — that's a repo-config nit, not a code concern.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c25ce5be0e

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread docs/pnpm-lock.yaml
version: 3.9.2(@mdx-js/react@3.1.1(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
'@mdx-js/react':
specifier: ^3.0.0
specifier: ^3.1.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep lockfile importer ranges aligned with manifest

This change updates importer specifier ranges in docs/pnpm-lock.yaml (for example @mdx-js/react to ^3.1.1, and similarly clsx, prism-react-renderer, eslint-plugin-react, and prettier) without updating docs/package.json, which still declares older ranges (^3.0.0, ^2.0.0, ^2.3.0, ^7.35.0, ^3.3.0). That leaves the lockfile metadata inconsistent with the manifest and can break reproducible installs in environments using pnpm install --frozen-lockfile for docs.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants