Skip to content

Commit

Permalink
Bump semver and cross-spawn
Browse files Browse the repository at this point in the history
Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [cross-spawn](https://github.com/moxystudio/node-cross-spawn). These dependencies need to be updated together.


Removes `semver`

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 23, 2023
1 parent c227581 commit 996c703
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 33 deletions.
52 changes: 20 additions & 32 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 @@ -43,7 +43,7 @@
"license": "MIT",
"dependencies": {
"colors-cli": "^1.0.13",
"cross-spawn": "^6.0.5",
"cross-spawn": "^7.0.3",
"open": "^7.0.0"
}
}

0 comments on commit 996c703

Please sign in to comment.