WXL
4 天以前 4d9da000fbe74d344e0e4580b138e79d4ad98ede
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())