@socketsecurity/cli-with-sentry 1.1.59 → 1.1.61

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.
@@ -1,7 +1,7 @@
1
1
  import type { FixConfig } from './types.mts';
2
2
  import type { CResult } from '../../types.mts';
3
3
  export declare function coanaFix(fixConfig: FixConfig): Promise<CResult<{
4
- data?: unknown;
5
- fixed: boolean;
4
+ fixedAll: boolean;
5
+ ghsaDetails: unknown[];
6
6
  }>>;
7
7
  //# sourceMappingURL=coana-fix.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coana-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/coana-fix.mts"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AA4D9C,wBAAsB,QAAQ,CAC5B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC;IAAE,IAAI,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC,CA2iBtD"}
1
+ {"version":3,"file":"coana-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/coana-fix.mts"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AA4D9C,wBAAsB,QAAQ,CAC5B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC;IAAE,QAAQ,EAAE,OAAO,CAAC;IAAC,WAAW,EAAE,OAAO,EAAE,CAAA;CAAE,CAAC,CAAC,CA2lBjE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "1.1.59",
3
+ "version": "1.1.61",
4
4
  "description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT AND OFL-1.1",
@@ -95,7 +95,7 @@
95
95
  "@babel/preset-typescript": "7.27.1",
96
96
  "@babel/runtime": "7.28.4",
97
97
  "@biomejs/biome": "2.2.4",
98
- "@coana-tech/cli": "14.12.162",
98
+ "@coana-tech/cli": "14.12.174",
99
99
  "@cyclonedx/cdxgen": "11.11.0",
100
100
  "@dotenvx/dotenvx": "1.49.0",
101
101
  "@eslint/compat": "1.3.2",
@@ -292,6 +292,6 @@
292
292
  "strict": true
293
293
  },
294
294
  "dependencies": {
295
- "@sentry/node": "10.35.0"
295
+ "@sentry/node": "10.37.0"
296
296
  }
297
297
  }