@socketsecurity/cli 0.14.93 → 0.14.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -915,7 +915,7 @@ function emitBanner(name) {
915
915
  logger.logger.error(getAsciiHeader(name))
916
916
  }
917
917
  function getAsciiHeader(command) {
918
- const cliVersion = '0.14.93:8908783:f86f0c84:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
918
+ const cliVersion = '0.14.94:8a54136:2ee6cb06:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
919
919
  const nodeVersion = process$1.version
920
920
  const apiToken = shadowNpmInject.getDefaultToken()
921
921
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
@@ -3830,7 +3830,7 @@ async function openGitHubPullRequest(
3830
3830
  owner,
3831
3831
  repo,
3832
3832
  title: commitMsg,
3833
- head: branch,
3833
+ head: `${owner}:${branch}`,
3834
3834
  base: baseBranch,
3835
3835
  body: `[socket] Upgrade \`${name}\` to ${version}`
3836
3836
  })
@@ -11356,7 +11356,7 @@ void (async () => {
11356
11356
  await vendor.updater({
11357
11357
  name: SOCKET_CLI_BIN_NAME,
11358
11358
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
11359
- version: '0.14.93',
11359
+ version: '0.14.94',
11360
11360
  ttl: 86_400_000 /* 24 hours in milliseconds */
11361
11361
  })
11362
11362
  try {
@@ -11424,5 +11424,5 @@ void (async () => {
11424
11424
  await shadowNpmInject.captureException(e)
11425
11425
  }
11426
11426
  })()
11427
- //# debugId=e6ff3392-76c6-4336-9b51-e880fc6dca06
11427
+ //# debugId=b5886abf-7fa0-44b9-8bda-b2bec382b60d
11428
11428
  //# sourceMappingURL=cli.js.map