From ac4e417da9a56d5d5e7c1140eb5c4df822b7ab80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:07:58 +0000 Subject: [PATCH] Bump execa from 9.1.0 to 9.2.0 Bumps [execa](https://github.com/sindresorhus/execa) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v9.1.0...v9.2.0) --- updated-dependencies: - dependency-name: execa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40258f79ebdd..ed8024bfb55b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-unused-imports": "3.2.0", - "execa": "9.1.0", + "execa": "9.2.0", "fast-xml-parser": "4.4.0", "glob": "10.4.1", "isbinaryfile": "5.0.2", @@ -6508,10 +6508,9 @@ } }, "node_modules/execa": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-9.1.0.tgz", - "integrity": "sha512-lSgHc4Elo2m6bUDhc3Hl/VxvUDJdQWI40RZ4KMY9bKRc+hgMOT7II/JjbNDhI8VnMtrCb7U/fhpJIkLORZozWw==", - "license": "MIT", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-9.2.0.tgz", + "integrity": "sha512-vpOyYg7UAVKLAWWtRS2gAdgkT7oJbCn0me3gmUmxZih4kd3MF/oo8kNTBTIbkO3yuuF5uB4ZCZfn8BOolITYhg==", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", "cross-spawn": "^7.0.3", @@ -6527,7 +6526,7 @@ "yoctocolors": "^2.0.0" }, "engines": { - "node": ">=18" + "node": "^18.19.0 || >=20.5.0" }, "funding": { "url": "https://github.com/sindresorhus/execa?sponsor=1" diff --git a/package.json b/package.json index 72742db6fb4c..047ab5e93e6b 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-unused-imports": "3.2.0", - "execa": "9.1.0", + "execa": "9.2.0", "fast-xml-parser": "4.4.0", "glob": "10.4.1", "isbinaryfile": "5.0.2",