From 49391092190a34395ead3e04a83e270040685eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:01:50 +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 e9998a52db..54da35823b 100644 --- a/react_on_rails/spec/dummy/package.json +++ b/react_on_rails/spec/dummy/package.json @@ -57,10 +57,10 @@ "style-loader": "^3.3.1", "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 bfe782fc95..b268864483 100644 --- a/react_on_rails_pro/spec/dummy/package.json +++ b/react_on_rails_pro/spec/dummy/package.json @@ -89,7 +89,7 @@ "pino-pretty": "^13.0.0", "preload-webpack-plugin": "^3.0.0-alpha.1", "typescript": "^5.2.2", - "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" } }