Skip to content

Commit

Permalink
chore(deps): update cross-spawn to v7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Nov 19, 2024
1 parent fe7c10a commit 3798ef8
Show file tree
Hide file tree
Showing 36 changed files with 399 additions and 215 deletions.
332 changes: 207 additions & 125 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
35 changes: 35 additions & 0 deletions .yarn/versions/2f387047.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
releases:
"@yarnpkg/cli": patch
"@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/doctor"
- "@yarnpkg/extensions"
- "@yarnpkg/nm"
- "@yarnpkg/pnpify"
- "@yarnpkg/sdks"
4 changes: 2 additions & 2 deletions packages/yarnpkg-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.6",
"diff": "^5.1.0",
"dotenv": "^16.3.1",
"fast-glob": "^3.2.2",
Expand All @@ -42,7 +42,7 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@types/comment-json": "^1.1.1",
"@types/cross-spawn": "6.0.0",
"@types/cross-spawn": "6.0.6",
"@types/diff": "^5.0.0",
"@types/lodash": "^4.14.136",
"@types/micromatch": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/yarnpkg-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@yarnpkg/parsers": "workspace:^",
"chalk": "^3.0.0",
"clipanion": "^4.0.0-rc.2",
"cross-spawn": "7.0.3",
"cross-spawn": "7.0.6",
"fast-glob": "^3.2.2",
"micromatch": "^4.0.2",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/cross-spawn": "6.0.0",
"@types/cross-spawn": "6.0.6",
"@types/micromatch": "^4.0.1",
"@yarnpkg/monorepo": "workspace:^",
"strip-ansi": "^6.0.0"
Expand Down
Loading

0 comments on commit 3798ef8

Please sign in to comment.