Skip to content

Commit

Permalink
chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /packages/salesf…
Browse files Browse the repository at this point in the history
…orcedx-utils-vscode (#5949)

* chore(deps): bump cross-spawn in /packages/salesforcedx-utils-vscode

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump cross-spawn to v7.0.6 and @types/cross-spawn to v6.0.6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daphne Yang <[email protected]>
Co-authored-by: Daphne Yang <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent 217e310 commit 2781e83
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 23 deletions.
31 changes: 12 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@stylistic/eslint-plugin-ts": "2.10.1",
"@tony.ganchev/eslint-plugin-header": "3.1.2",
"@tsconfig/node20": "20.1.4",
"@types/cross-spawn": "6.0.2",
"@types/cross-spawn": "6.0.6",
"@types/jest": "^29.5.5",
"@types/semver": "7.5.8",
"@types/shelljs": "0.8.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/salesforcedx-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@salesforce/source-tracking-bundle": "7.1.17",
"@salesforce/vscode-service-provider": "1.2.1",
"applicationinsights": "1.0.7",
"cross-spawn": "7.0.3",
"cross-spawn": "7.0.6",
"rxjs": "^5.4.1",
"tree-kill": "^1.1.0"
},
"devDependencies": {
"@types/cross-spawn": "6.0.0",
"@types/cross-spawn": "6.0.6",
"@types/jest": "^29.5.5",
"@types/node": "^20.0.0",
"@types/shelljs": "0.7.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"coverage": "jest --coverage"
},
"dependencies": {
"cross-spawn": "7.0.3",
"cross-spawn": "7.0.6",
"request-light": "^0.7.0",
"rxjs": "^5.4.1",
"semver": "^7.5.4",
Expand Down

0 comments on commit 2781e83

Please sign in to comment.