From b2f6ed968143ae8bf3b20f5d924a7f7b632be5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:09:02 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /packages/cli-next directory: [form-data](https://github.com/form-data/form-data) and [tar](https://github.com/isaacs/node-tar). Bumps the npm_and_yarn group with 1 update in the /packages/webpack-bundler directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `form-data` from 3.0.4 to 4.0.5 - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v3.0.4...v4.0.5) Updates `tar` from 6.2.1 to 7.5.15 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.15) Updates `webpack-dev-server` from 4.15.2 to 5.2.4 - [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.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 7.5.15 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli-next/package.json | 4 ++-- packages/webpack-bundler/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cli-next/package.json b/packages/cli-next/package.json index e68108ce..157e84a5 100644 --- a/packages/cli-next/package.json +++ b/packages/cli-next/package.json @@ -24,11 +24,11 @@ "cross-spawn": "^7.0.3", "debug": "^4.2.0", "express": "^4.20.0", - "form-data": "^3.0.0", + "form-data": "^4.0.5", "graceful-fs": "^4.2.4", "http-proxy-middleware": "^3.0.3", "strip-ansi": "^6.0.0", - "tar": "^6.1.0", + "tar": "^7.5.15", "tslib": "^1.14.1", "typescript": "^5.4.5" }, diff --git a/packages/webpack-bundler/package.json b/packages/webpack-bundler/package.json index af732d9b..bcab90f7 100644 --- a/packages/webpack-bundler/package.json +++ b/packages/webpack-bundler/package.json @@ -17,7 +17,7 @@ "css-loader": "^6.3.0", "style-loader": "^3.3.0", "webpack": "^5.9.0", - "webpack-dev-server": "^4.0.0" + "webpack-dev-server": "^5.2.4" }, "devDependencies": { "@oclif/config": "^1.17.0",