Skip to content

Commit 5f5b976

Browse files
committed
fix(project): bump cross-spawn for CVE-2024-21538
Signed-off-by: Kieran Muller <[email protected]>
1 parent 463d7bd commit 5f5b976

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@semantic-release/changelog": "^6.0.3",
44
"@semantic-release/exec": "^6.0.3",
55
"@semantic-release/git": "^10.0.1",
6-
"@semantic-release/github": "^9.2.6"
6+
"@semantic-release/github": "^9.2.6",
7+
"cross-spawn": "^7.0.5"
78
}
89
}

0 commit comments

Comments
 (0)