WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
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())