Skip to content

Commit 55578c6

Browse files
mrleemurrayCopilot
andauthored
Update scripts/version-bump.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fbae0f6 commit 55578c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/version-bump.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ function bumpVersions() {
115115
if (args.includes('--npm-install') || args.includes('-i')) {
116116
try {
117117
// Use execFileSync instead of execSync to avoid shell injection
118-
const { execFileSync } = require('child_process');
119118
execFileSync('npm', ['install'], { stdio: 'inherit' });
120119
console.log('package-lock.json updated');
121120
} catch (error) {

0 commit comments

Comments
 (0)