diff --git a/.yarn/versions/ce18c01f.yml b/.yarn/versions/ce18c01f.yml new file mode 100644 index 000000000000..da08452c6057 --- /dev/null +++ b/.yarn/versions/ce18c01f.yml @@ -0,0 +1,35 @@ +releases: + "@yarnpkg/core": patch + "@yarnpkg/shell": patch + +declined: + - "@yarnpkg/plugin-compat" + - "@yarnpkg/plugin-constraints" + - "@yarnpkg/plugin-dlx" + - "@yarnpkg/plugin-essentials" + - "@yarnpkg/plugin-exec" + - "@yarnpkg/plugin-file" + - "@yarnpkg/plugin-git" + - "@yarnpkg/plugin-github" + - "@yarnpkg/plugin-http" + - "@yarnpkg/plugin-init" + - "@yarnpkg/plugin-interactive-tools" + - "@yarnpkg/plugin-link" + - "@yarnpkg/plugin-nm" + - "@yarnpkg/plugin-npm" + - "@yarnpkg/plugin-npm-cli" + - "@yarnpkg/plugin-pack" + - "@yarnpkg/plugin-patch" + - "@yarnpkg/plugin-pnp" + - "@yarnpkg/plugin-pnpm" + - "@yarnpkg/plugin-stage" + - "@yarnpkg/plugin-typescript" + - "@yarnpkg/plugin-version" + - "@yarnpkg/plugin-workspace-tools" + - "@yarnpkg/builder" + - "@yarnpkg/cli" + - "@yarnpkg/doctor" + - "@yarnpkg/extensions" + - "@yarnpkg/nm" + - "@yarnpkg/pnpify" + - "@yarnpkg/sdks" diff --git a/packages/yarnpkg-core/package.json b/packages/yarnpkg-core/package.json index 4c3cb9df36a4..20e9bf302c3e 100644 --- a/packages/yarnpkg-core/package.json +++ b/packages/yarnpkg-core/package.json @@ -20,7 +20,7 @@ "chalk": "^3.0.0", "ci-info": "^4.0.0", "clipanion": "^4.0.0-rc.2", - "cross-spawn": "7.0.3", + "cross-spawn": "^7.0.3", "diff": "^5.1.0", "dotenv": "^16.3.1", "fast-glob": "^3.2.2", diff --git a/packages/yarnpkg-shell/package.json b/packages/yarnpkg-shell/package.json index 7cc88f12df32..fc60ae483a87 100644 --- a/packages/yarnpkg-shell/package.json +++ b/packages/yarnpkg-shell/package.json @@ -14,7 +14,7 @@ "@yarnpkg/parsers": "workspace:^", "chalk": "^3.0.0", "clipanion": "^4.0.0-rc.2", - "cross-spawn": "7.0.3", + "cross-spawn": "^7.0.3", "fast-glob": "^3.2.2", "micromatch": "^4.0.2", "tslib": "^2.4.0" diff --git a/yarn.lock b/yarn.lock index 5363fc804cbf..715c4570f200 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5512,7 +5512,7 @@ __metadata: ci-info: "npm:^4.0.0" clipanion: "npm:^4.0.0-rc.2" comment-json: "npm:^2.2.0" - cross-spawn: "npm:7.0.3" + cross-spawn: "npm:^7.0.3" diff: "npm:^5.1.0" dotenv: "npm:^16.3.1" esbuild: "npm:esbuild-wasm@^0.23.0" @@ -6279,7 +6279,7 @@ __metadata: "@yarnpkg/parsers": "workspace:^" chalk: "npm:^3.0.0" clipanion: "npm:^4.0.0-rc.2" - cross-spawn: "npm:7.0.3" + cross-spawn: "npm:^7.0.3" fast-glob: "npm:^3.2.2" micromatch: "npm:^4.0.2" strip-ansi: "npm:^6.0.0" @@ -8449,17 +8449,6 @@ __metadata: languageName: node linkType: hard -"cross-spawn@npm:7.0.3, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": - version: 7.0.3 - resolution: "cross-spawn@npm:7.0.3" - dependencies: - path-key: "npm:^3.1.0" - shebang-command: "npm:^2.0.0" - which: "npm:^2.0.1" - checksum: 10/e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce - languageName: node - linkType: hard - "cross-spawn@npm:^6.0.0": version: 6.0.5 resolution: "cross-spawn@npm:6.0.5" @@ -8473,6 +8462,17 @@ __metadata: languageName: node linkType: hard +"cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": + version: 7.0.3 + resolution: "cross-spawn@npm:7.0.3" + dependencies: + path-key: "npm:^3.1.0" + shebang-command: "npm:^2.0.0" + which: "npm:^2.0.1" + checksum: 10/e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce + languageName: node + linkType: hard + "crossws@npm:^0.2.4": version: 0.2.4 resolution: "crossws@npm:0.2.4"