From ac4940627ed1e82b793538bb46804d10a8ad892f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:17:03 +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.19 - [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.19) Updates `webpack-dev-server` from 4.15.2 to 5.2.5 - [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.5) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.19 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli-next/package.json | 6 +++--- packages/webpack-bundler/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli-next/package.json b/packages/cli-next/package.json index e68108ce..0e1395f1 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.6", "graceful-fs": "^4.2.4", - "http-proxy-middleware": "^3.0.3", + "http-proxy-middleware": "^4.1.1", "strip-ansi": "^6.0.0", - "tar": "^6.1.0", + "tar": "^7.5.19", "tslib": "^1.14.1", "typescript": "^5.4.5" }, diff --git a/packages/webpack-bundler/package.json b/packages/webpack-bundler/package.json index af732d9b..4169284d 100644 --- a/packages/webpack-bundler/package.json +++ b/packages/webpack-bundler/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@airtable/blocks-cli": "^2.0.6 || ^3.0.0", - "@babel/core": "^7.12.13", + "@babel/core": "^8.0.1", "@babel/preset-env": "^7.12.13", "@babel/preset-react": "^7.12.13", "@babel/preset-typescript": "^7.12.13", @@ -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.5" }, "devDependencies": { "@oclif/config": "^1.17.0",