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 ae077c7
Show file tree
Hide file tree
Showing 36 changed files with 349 additions and 167 deletions.
246 changes: 164 additions & 82 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.
33 changes: 33 additions & 0 deletions .yarn/versions/2f387047.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
releases:
"@yarnpkg/builder": patch
"@yarnpkg/cli": patch
"@yarnpkg/core": patch
"@yarnpkg/doctor": patch
"@yarnpkg/extensions": patch
"@yarnpkg/nm": patch
"@yarnpkg/plugin-compat": patch
"@yarnpkg/plugin-constraints": patch
"@yarnpkg/plugin-dlx": patch
"@yarnpkg/plugin-essentials": patch
"@yarnpkg/plugin-exec": patch
"@yarnpkg/plugin-file": patch
"@yarnpkg/plugin-git": patch
"@yarnpkg/plugin-github": patch
"@yarnpkg/plugin-http": patch
"@yarnpkg/plugin-init": patch
"@yarnpkg/plugin-interactive-tools": patch
"@yarnpkg/plugin-link": patch
"@yarnpkg/plugin-nm": patch
"@yarnpkg/plugin-npm": patch
"@yarnpkg/plugin-npm-cli": patch
"@yarnpkg/plugin-pack": patch
"@yarnpkg/plugin-patch": patch
"@yarnpkg/plugin-pnp": patch
"@yarnpkg/plugin-pnpm": patch
"@yarnpkg/plugin-stage": patch
"@yarnpkg/plugin-typescript": patch
"@yarnpkg/plugin-version": patch
"@yarnpkg/plugin-workspace-tools": patch
"@yarnpkg/pnpify": patch
"@yarnpkg/sdks": patch
"@yarnpkg/shell": patch
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 ae077c7

Please sign in to comment.