diff --git a/.github/actions/next-stats-action/package.json b/.github/actions/next-stats-action/package.json index 7ddf4c12c4..e16dd008d2 100644 --- a/.github/actions/next-stats-action/package.json +++ b/.github/actions/next-stats-action/package.json @@ -3,7 +3,7 @@ "main": "src/index.js", "dependencies": { "async-sema": "^3.1.0", - "execa": "9.1.0", + "execa": "9.2.0", "fs-extra": "^11.0.0", "get-port": "^7.0.0", "glob": "^10.0.0", diff --git a/.github/pnpm-lock.yaml b/.github/pnpm-lock.yaml index ad8e70696a..e380da9d77 100644 --- a/.github/pnpm-lock.yaml +++ b/.github/pnpm-lock.yaml @@ -82,8 +82,8 @@ importers: specifier: ^3.1.0 version: 3.1.1 execa: - specifier: 9.1.0 - version: 9.1.0 + specifier: 9.2.0 + version: 9.2.0 fs-extra: specifier: ^11.0.0 version: 11.2.0 @@ -437,9 +437,9 @@ packages: eventemitter3@5.0.1: resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} - execa@9.1.0: - resolution: {integrity: sha512-lSgHc4Elo2m6bUDhc3Hl/VxvUDJdQWI40RZ4KMY9bKRc+hgMOT7II/JjbNDhI8VnMtrCb7U/fhpJIkLORZozWw==} - engines: {node: '>=18'} + execa@9.2.0: + resolution: {integrity: sha512-vpOyYg7UAVKLAWWtRS2gAdgkT7oJbCn0me3gmUmxZih4kd3MF/oo8kNTBTIbkO3yuuF5uB4ZCZfn8BOolITYhg==} + engines: {node: ^18.19.0 || >=20.5.0} extend-shallow@2.0.1: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} @@ -1170,7 +1170,7 @@ snapshots: eventemitter3@5.0.1: {} - execa@9.1.0: + execa@9.2.0: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.3 diff --git a/package.json b/package.json index 99ae084aa4..36020d15cd 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "eslint-plugin-react": "7.34.2", "eslint-plugin-react-hooks": "4.6.2", "event-stream": "4.0.1", - "execa": "9.1.0", + "execa": "9.2.0", "expect-type": "0.19.0", "express": "4.19.2", "@faker-js/faker": "8.4.1", diff --git a/packages/next-codemod/package.json b/packages/next-codemod/package.json index b8aa6178fc..9150960f33 100644 --- a/packages/next-codemod/package.json +++ b/packages/next-codemod/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "cheerio": "1.0.0-rc.12", - "execa": "9.1.0", + "execa": "9.2.0", "globby": "14.0.1", "inquirer": "9.2.23", "is-git-clean": "1.1.0",