Skip to content

build(deps-dev): Bump webpack from 5.94.0 to 5.104.1#1707

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/webpack-5.104.1
Open

build(deps-dev): Bump webpack from 5.94.0 to 5.104.1#1707
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/webpack-5.104.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps webpack from 5.94.0 to 5.104.1.

Release notes

Sourced from webpack's releases.

v5.104.1

5.104.1

Patch Changes

  • 2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
  • c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.

v5.104.0

5.104.0

Minor Changes

  • d3dd841: Use method shorthand to render module content in __webpack_modules__ object.
  • d3dd841: Enhance import.meta.env to support object access.
  • 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
  • 04cd530: Handle more at-rules for CSS modules.
  • cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
  • d3dd841: Added base64url, base62, base58, base52, base49, base36, base32 and base25 digests.
  • 5983843: Provide a stable runtime function variable __webpack_global__.
  • d3dd841: Improved localIdentName hashing for CSS.

Patch Changes

  • 22c48fb: Added module existence check for informative error message in development mode.
  • 50689e1: Use the fully qualified class name (or export name) for [fullhash] placeholder in CSS modules.
  • d3dd841: Support universal lazy compilation.
  • d3dd841: Fixed module library export definitions when multiple runtimes.
  • d3dd841: Fixed CSS nesting and CSS custom properties parsing.
  • d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
  • aab1da9: Fixed bugs for css/global type.
  • d3dd841: Compatibility import.meta.filename and import.meta.dirname with eval devtools.
  • d3dd841: Handle nested __webpack_require__.
  • 728ddb7: The speed of identifier parsing has been improved.
  • 0f8b31b: Improve types.
  • d3dd841: Don't corrupt debugId injection when hidden-source-map is used.
  • 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
  • d3dd841: Serialize HookWebpackError.
  • d3dd841: Added ability to use built-in properties in dotenv and define plugin.
  • 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
  • d3dd841: Reduce collision for local indent name in CSS.
  • d3dd841: Remove CSS link tags when CSS imports are removed.

v5.103.0

Features

  • Added DotenvPlugin and top level dotenv option to enable this plugin
  • Added WebpackManifestPlugin
  • Added support the ignoreList option in devtool plugins
  • Allow to use custom javascript parse function

... (truncated)

Changelog

Sourced from webpack's changelog.

5.104.1

Patch Changes

  • 2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
  • c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.

5.104.0

Minor Changes

  • d3dd841: Use method shorthand to render module content in __webpack_modules__ object.
  • d3dd841: Enhance import.meta.env to support object access.
  • 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
  • 04cd530: Handle more at-rules for CSS modules.
  • cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
  • d3dd841: Added base64url, base62, base58, base52, base49, base36, base32 and base25 digests.
  • 5983843: Provide a stable runtime function variable __webpack_global__.
  • d3dd841: Improved localIdentName hashing for CSS.

Patch Changes

  • 22c48fb: Added module existence check for informative error message in development mode.
  • 50689e1: Use the fully qualified class name (or export name) for [fullhash] placeholder in CSS modules.
  • d3dd841: Support universal lazy compilation.
  • d3dd841: Fixed module library export definitions when multiple runtimes.
  • d3dd841: Fixed CSS nesting and CSS custom properties parsing.
  • d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
  • aab1da9: Fixed bugs for css/global type.
  • d3dd841: Compatibility import.meta.filename and import.meta.dirname with eval devtools.
  • d3dd841: Handle nested __webpack_require__.
  • 728ddb7: The speed of identifier parsing has been improved.
  • 0f8b31b: Improve types.
  • d3dd841: Don't corrupt debugId injection when hidden-source-map is used.
  • 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
  • d3dd841: Serialize HookWebpackError.
  • d3dd841: Added ability to use built-in properties in dotenv and define plugin.
  • 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
  • d3dd841: Reduce collision for local indent name in CSS.
  • d3dd841: Remove CSS link tags when CSS imports are removed.
Commits
  • 24e3c2d chore(release): new release (#20253)
  • 2efd21b fix(re-exports): reexports runtime calculation should not accessing `__WEBPAC...
  • c510070 fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris
  • 4b0501c ci: fix release (#20252)
  • 0c213ce ci: use \<@&1450591255485743204> over @here for discord notificationw
  • 5bf8bc5 refactor: types for benchmarks and tests
  • 505a5e7 chore(release): new release (#20188)
  • 0c06680 refactor: update eslint configuration
  • 2eb0d6a ci: release announcement (#20238)
  • b2b2459 ci: cancel in progress (#20239)
  • Additional commits viewable 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](https://github.com/webpack/webpack) from 5.94.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.94.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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 16, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 16, 2026

Greptile Summary

Dependabot security update bumping webpack from 5.94.0 to 5.104.1 across all 5 packages that use it as a devDependency (epk-cipher, epk-decryption, epk-signature, request-client.js, web3-signature). This is a semver-minor bump within the webpack 5.x line.

  • Security fixes: Patches a user information bypass vulnerability in HttpUriPlugin and adds SSRF/redirect protections
  • Scope: Only devDependencies are affected — this does not change any runtime/production code
  • Transitive dependency updates: Several sub-dependencies bumped (terser, browserslist, schema-utils, @webassemblyjs/*, es-module-lexer, etc.), all resolving to standard npm/yarn registries
  • New explicit dependencies: webpack 5.104.1 now explicitly declares @types/eslint-scope, @types/eslint, and @types/json-schema as dependencies (previously implicit)
  • Dependency swap: acorn-import-attributes replaced by acorn-import-phases
  • Webpack configs: All 5 webpack configs are straightforward UMD bundle configurations and use standard webpack 5 APIs — no breaking changes expected from this bump

Confidence Score: 5/5

  • This PR is safe to merge — it is a semver-minor devDependency-only update with security patches, and no production code is affected.
  • Score of 5 reflects that this is a standard Dependabot devDependency bump within the same major version (5.94.0 → 5.104.1). Only devDependencies are changed, so runtime behavior is unaffected. The webpack configs are simple and use standard APIs compatible with webpack 5.x. All lockfile URLs resolve to trusted registries.
  • No files require special attention. The yarn.lock changes are large but consist entirely of expected transitive dependency updates.

Important Files Changed

Filename Overview
packages/epk-cipher/package.json Bumps webpack devDependency from 5.94.0 to 5.104.1. Single-line version change, no issues.
packages/epk-decryption/package.json Bumps webpack devDependency from 5.94.0 to 5.104.1. Single-line version change, no issues.
packages/epk-signature/package.json Bumps webpack devDependency from 5.94.0 to 5.104.1. Single-line version change, no issues.
packages/request-client.js/package.json Bumps webpack devDependency from 5.94.0 to 5.104.1. Single-line version change, no issues.
packages/web3-signature/package.json Bumps webpack devDependency from 5.94.0 to 5.104.1. Single-line version change, no issues.
yarn.lock Lockfile updated with webpack 5.104.1 and its transitive dependencies. All resolved URLs point to standard npm/yarn registries. New explicit type dependencies added (@types/eslint-scope, @types/eslint, @types/json-schema). Several sub-dependencies upgraded (terser, browserslist, webassemblyjs, schema-utils, etc.).

Flowchart

flowchart TD
    A[Dependabot] -->|bumps webpack 5.94.0 → 5.104.1| B[5 package.json files]
    B --> B1[epk-cipher]
    B --> B2[epk-decryption]
    B --> B3[epk-signature]
    B --> B4[request-client.js]
    B --> B5[web3-signature]
    B1 & B2 & B3 & B4 & B5 -->|devDependency| C[yarn.lock updated]
    C --> D[Transitive deps bumped]
    D --> D1[terser 5.46.0]
    D --> D2[browserslist 4.28.1]
    D --> D3[schema-utils 4.3.3]
    D --> D4["@webassemblyjs/* 1.14.x"]
    D --> D5[es-module-lexer 2.0.0]
    C --> E[New explicit deps]
    E --> E1["@types/eslint-scope"]
    E --> E2["@types/json-schema"]
Loading

Last reviewed commit: ec8d79a

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

6 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

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