@socketsecurity/cli-with-sentry 0.14.149 → 0.14.150

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "0.14.149",
3
+ "version": "0.14.150",
4
4
  "description": "CLI tool 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",
@@ -61,7 +61,7 @@
61
61
  "lint-staged": "lint-staged",
62
62
  "precommit": "lint-staged",
63
63
  "prepare": "husky && custompatch",
64
- "bs": "npm run build:dist_no_fix; npm exec socket --",
64
+ "bs": "npm run build:dist:no_fix; npm exec socket --",
65
65
  "s": "npm exec socket --",
66
66
  "test": "run-s check test:*",
67
67
  "test:prepare": "cross-env VITEST=1 npm run build && del-cli 'test/**/node_modules'",
@@ -83,7 +83,7 @@
83
83
  "@babel/preset-typescript": "7.27.0",
84
84
  "@babel/runtime": "7.27.0",
85
85
  "@biomejs/biome": "1.9.4",
86
- "@cyclonedx/cdxgen": "11.2.5",
86
+ "@cyclonedx/cdxgen": "11.2.6",
87
87
  "@eslint/compat": "1.2.8",
88
88
  "@eslint/js": "9.25.1",
89
89
  "@octokit/graphql": "8.2.2",
@@ -107,7 +107,7 @@
107
107
  "@socketregistry/packageurl-js": "1.0.6",
108
108
  "@socketsecurity/config": "2.1.3",
109
109
  "@socketsecurity/registry": "1.0.154",
110
- "@socketsecurity/sdk": "1.4.28",
110
+ "@socketsecurity/sdk": "1.4.29",
111
111
  "@types/blessed": "0.1.25",
112
112
  "@types/cmd-shim": "5.0.2",
113
113
  "@types/common-tags": "1.8.4",
@@ -228,6 +228,6 @@
228
228
  "strict": true
229
229
  },
230
230
  "dependencies": {
231
- "@sentry/node": "9.13.0"
231
+ "@sentry/node": "9.14.0"
232
232
  }
233
233
  }