From f13d6188d537f7773e2baa97081cb63a70e1a798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:34:11 +0000 Subject: [PATCH] Bump webpack Bumps [webpack](https://github.com/webpack/webpack) from 5.103.0 to 5.104.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.103.0...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../container_proxy/package-lock.json | 22 +++++++++---------- .../javascript/container_proxy/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/flutter_mozilla_components/javascript/container_proxy/package-lock.json b/packages/flutter_mozilla_components/javascript/container_proxy/package-lock.json index d0054421..f2bc00be 100644 --- a/packages/flutter_mozilla_components/javascript/container_proxy/package-lock.json +++ b/packages/flutter_mozilla_components/javascript/container_proxy/package-lock.json @@ -24,7 +24,7 @@ "tsconfig-paths-webpack-plugin": "^4.2.0", "typescript": "^5.7.3", "web-ext": "^8.4.0", - "webpack": "^5.59.1", + "webpack": "^5.104.1", "webpack-cli": "^6.0.1" } }, @@ -3164,9 +3164,9 @@ } }, "node_modules/es-module-lexer": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", - "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz", + "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==", "dev": true, "license": "MIT" }, @@ -10344,9 +10344,9 @@ } }, "node_modules/webpack": { - "version": "5.103.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.103.0.tgz", - "integrity": "sha512-HU1JOuV1OavsZ+mfigY0j8d1TgQgbZ6M+J75zDkpEAwYeXjWSqrGJtgnPblJjd/mAyTNQ7ygw0MiKOn6etz8yw==", + "version": "5.104.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.104.1.tgz", + "integrity": "sha512-Qphch25abbMNtekmEGJmeRUhLDbe+QfiWTiqpKYkpCOWY64v9eyl+KRRLmqOFA2AvKPpc9DC6+u2n76tQLBoaA==", "dev": true, "license": "MIT", "dependencies": { @@ -10358,10 +10358,10 @@ "@webassemblyjs/wasm-parser": "^1.14.1", "acorn": "^8.15.0", "acorn-import-phases": "^1.0.3", - "browserslist": "^4.26.3", + "browserslist": "^4.28.1", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.3", - "es-module-lexer": "^1.2.1", + "enhanced-resolve": "^5.17.4", + "es-module-lexer": "^2.0.0", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", @@ -10372,7 +10372,7 @@ "neo-async": "^2.6.2", "schema-utils": "^4.3.3", "tapable": "^2.3.0", - "terser-webpack-plugin": "^5.3.11", + "terser-webpack-plugin": "^5.3.16", "watchpack": "^2.4.4", "webpack-sources": "^3.3.3" }, diff --git a/packages/flutter_mozilla_components/javascript/container_proxy/package.json b/packages/flutter_mozilla_components/javascript/container_proxy/package.json index a5b2ff54..41866ad8 100644 --- a/packages/flutter_mozilla_components/javascript/container_proxy/package.json +++ b/packages/flutter_mozilla_components/javascript/container_proxy/package.json @@ -46,7 +46,7 @@ "tsconfig-paths-webpack-plugin": "^4.2.0", "typescript": "^5.7.3", "web-ext": "^8.4.0", - "webpack": "^5.59.1", + "webpack": "^5.104.1", "webpack-cli": "^6.0.1" }, "standardx": {