chore(deps-dev): bump webpack from 5.102.0 to 5.104.1#135
chore(deps-dev): bump webpack from 5.102.0 to 5.104.1#135dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [webpack](https://github.com/webpack/webpack) from 5.102.0 to 5.104.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.102.0...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
1 similar comment
|
|
Greptile OverviewGreptile SummaryThis PR updates webpack from 5.102.0 to 5.104.1, which includes important security fixes and performance improvements. The update addresses a user information bypass vulnerability in the HttpUriPlugin (CVE referenced in changelog), along with fixes for SSRF prevention and other security enhancements. Key Changes:
Security & Features in this Update:
Notes:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dependabot
participant PackageJSON as package.json
participant PnpmLock as pnpm-lock.yaml
participant WebpackLoaders as Webpack Loaders
participant CI as CI/Build Process
Dependabot->>PackageJSON: Update webpack: ^5.94.0 → ^5.104.1
Dependabot->>PnpmLock: Resolve dependencies
PnpmLock->>PnpmLock: Install webpack@5.105.0 (within caret range)
PnpmLock->>WebpackLoaders: Update all loader references
Note over WebpackLoaders: babel-loader, css-loader,<br/>style-loader, ts-loader, etc.<br/>all updated to use webpack@5.105.0
Dependabot->>CI: Create PR #135
Note over CI: Recommended: Verify build<br/>and functionality before merge<br/>(per custom rule d1ffbb9b)
|
|



Bumps webpack from 5.102.0 to 5.104.1.
Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
Commits
24e3c2dchore(release): new release (#20253)2efd21bfix(re-exports): reexports runtime calculation should not accessing `__WEBPAC...c510070fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris4b0501cci: fix release (#20252)0c213ceci: use\<@&1450591255485743204>over@herefor discord notificationw5bf8bc5refactor: types for benchmarks and tests505a5e7chore(release): new release (#20188)0c06680refactor: update eslint configuration2eb0d6aci: release announcement (#20238)b2b2459ci: cancel in progress (#20239)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Summary by cubic
Upgrade webpack in apps/extensions to ^5.104.1 to pick up security fixes (HttpUriPlugin redirect/userinfo) and minor CSS/build improvements. No code or config changes required.
Dependencies
Migration
Written for commit 87b21e2. Summary will update on new commits.