node_modules/update-browserslist-db/index.js
@@ -80,8 +80,7 @@ return JSON.parse(execSync('pnpm info caniuse-lite --json').toString()) } if (lock.mode === 'bun') { // TO-DO: No 'bun info' yet. Created issue: https://github.com/oven-sh/bun/issues/12280 return JSON.parse(execSync(' npm info caniuse-lite --json').toString()) return JSON.parse(execSync(' bun info caniuse-lite --json').toString()) } return JSON.parse(execSync('npm show caniuse-lite --json').toString())