From 57dd0c4117579c0618d3a5dc7409ae97b9a61a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:39:21 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 6 updates Bumps the npm_and_yarn group with 4 updates in the /packages/react-scripts directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils), [webpack-dev-server](https://github.com/webpack/webpack-dev-server) and [fsevents](https://github.com/fsevents/fsevents). Bumps the npm_and_yarn group with 1 update in the /packages/react-dev-utils directory: [cross-spawn](https://github.com/moxystudio/node-cross-spawn). Bumps the npm_and_yarn group with 3 updates in the /packages/create-react-app directory: [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils), [cross-spawn](https://github.com/moxystudio/node-cross-spawn) and [tmp](https://github.com/raszi/node-tmp). Updates `@babel/runtime` from 7.0.0-beta.46 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) Updates `react-dev-utils` from 5.0.3 to 12.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-dev-utils@12.0.1/packages/react-dev-utils) Updates `webpack-dev-server` from 2.11.0 to 5.2.1 - [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/v2.11.0...v5.2.1) Updates `fsevents` from 1.2.0 to 2.0.0 - [Release notes](https://github.com/fsevents/fsevents/releases) - [Commits](https://github.com/fsevents/fsevents/compare/v1.2.0...v2.0.0) Updates `cross-spawn` from 5.1.0 to 6.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/5.1.0...v6.0.6) Updates `react-dev-utils` from 5.0.3 to 12.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-dev-utils@12.0.1/packages/react-dev-utils) Updates `cross-spawn` from 4.0.2 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/5.1.0...v6.0.6) Updates `tmp` from 0.0.33 to 0.2.4 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.4) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.26.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: react-dev-utils dependency-version: 12.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: fsevents dependency-version: 2.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cross-spawn dependency-version: 6.0.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: react-dev-utils dependency-version: 12.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cross-spawn dependency-version: 7.0.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/create-react-app/package.json | 6 +++--- packages/react-dev-utils/package.json | 2 +- packages/react-scripts/package.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/create-react-app/package.json b/packages/create-react-app/package.json index 27f7fc74089..41922423959 100644 --- a/packages/create-react-app/package.json +++ b/packages/create-react-app/package.json @@ -23,14 +23,14 @@ "dependencies": { "chalk": "^1.1.3", "commander": "^2.9.0", - "cross-spawn": "^4.0.0", + "cross-spawn": "^7.0.6", "envinfo": "5.4.0", "fs-extra": "^5.0.0", "hyperquest": "^2.1.2", - "react-dev-utils": "^5.0.0", + "react-dev-utils": "^12.0.1", "semver": "^5.0.3", "tar-pack": "^3.4.0", - "tmp": "0.0.33", + "tmp": "0.2.4", "validate-npm-package-name": "^3.0.0" } } diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index 48197f822c3..95cd15ff603 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -42,7 +42,7 @@ "address": "1.0.3", "browserslist": "2.11.3", "chalk": "2.3.0", - "cross-spawn": "5.1.0", + "cross-spawn": "6.0.6", "detect-port-alt": "1.1.6", "escape-string-regexp": "1.0.5", "filesize": "3.5.11", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index e61fcade8bf..49791d8907d 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/core": "7.0.0-beta.46", - "@babel/runtime": "7.0.0-beta.46", + "@babel/runtime": "7.26.10", "autoprefixer": "7.2.5", "babel-core": "7.0.0-bridge.0", "babel-eslint": "8.2.2", @@ -56,7 +56,7 @@ "postcss-loader": "2.0.10", "promise": "8.0.1", "raf": "3.4.0", - "react-dev-utils": "^5.0.0", + "react-dev-utils": "^12.0.1", "resolve": "1.6.0", "sass-loader": "7.0.1", "style-loader": "0.19.1", @@ -66,7 +66,7 @@ "uglifyjs-webpack-plugin": "1.1.6", "url-loader": "0.6.2", "webpack": "3.10.0", - "webpack-dev-server": "2.11.0", + "webpack-dev-server": "5.2.1", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" }, @@ -75,7 +75,7 @@ "react-dom": "^16.0.0" }, "optionalDependencies": { - "fsevents": "1.2.0" + "fsevents": "2.0.0" }, "browserslist": { "development": [