From b2e4a05750eaabcca03e27d9fa7e5bde703e8d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:50:18 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /packages/cli-next directory: [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 `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: 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",