From 2f46303d40ae1e1c59431d7cb2967947482429c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 09:28:26 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 2 updates Bumps the npm_and_yarn group with 2 updates in the /react_on_rails/spec/dummy directory: [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Bumps the npm_and_yarn group with 1 update in the /react_on_rails_pro/spec/dummy directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Bumps the npm_and_yarn group with 1 update in the /react_on_rails_pro/spec/execjs-compatible-dummy directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `webpack` from 5.72.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.94.0) Updates `webpack-dev-server` from 4.15.2 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.2) Updates `webpack-dev-server` from 4.15.2 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.2) Updates `webpack-dev-server` from 4.15.2 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.94.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- react_on_rails/spec/dummy/package.json | 4 ++-- react_on_rails_pro/spec/dummy/package.json | 2 +- react_on_rails_pro/spec/execjs-compatible-dummy/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/react_on_rails/spec/dummy/package.json b/react_on_rails/spec/dummy/package.json index 527bf40b2a..7012cf40d4 100644 --- a/react_on_rails/spec/dummy/package.json +++ b/react_on_rails/spec/dummy/package.json @@ -58,10 +58,10 @@ "swc-loader": "^0.2.6", "terser-webpack-plugin": "5.3.1", "url-loader": "^4.0.0", - "webpack": "5.72.0", + "webpack": "5.94.0", "webpack-assets-manifest": "5", "webpack-cli": "4", - "webpack-dev-server": "^4.9.0", + "webpack-dev-server": "^5.2.2", "webpack-merge": "5" }, "browser": { diff --git a/react_on_rails_pro/spec/dummy/package.json b/react_on_rails_pro/spec/dummy/package.json index 629f9bd370..19e2221ea7 100644 --- a/react_on_rails_pro/spec/dummy/package.json +++ b/react_on_rails_pro/spec/dummy/package.json @@ -89,7 +89,7 @@ "preload-webpack-plugin": "^3.0.0-alpha.1", "typescript": "^5.2.2", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.7.3" + "webpack-dev-server": "^5.2.2" }, "browser": { "fs": false diff --git a/react_on_rails_pro/spec/execjs-compatible-dummy/package.json b/react_on_rails_pro/spec/execjs-compatible-dummy/package.json index cb3e96342e..72087f6dbe 100644 --- a/react_on_rails_pro/spec/execjs-compatible-dummy/package.json +++ b/react_on_rails_pro/spec/execjs-compatible-dummy/package.json @@ -45,6 +45,6 @@ "devDependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "react-refresh": "^0.14.2", - "webpack-dev-server": "4" + "webpack-dev-server": "5" } }