Merge pull request #374 from raghuramsadineni/master

fix: `cross-spawn` version update
This commit is contained in:
Todd Bluhm 2024-12-03 06:10:39 -06:00 committed by GitHub
commit 8f6bbbfbf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@
"homepage": "https://github.com/toddbluhm/env-cmd#readme",
"dependencies": {
"commander": "^5.0.0",
"cross-spawn": "^7.0.0"
"cross-spawn": "^7.0.6"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",