@socketsecurity/cli-with-sentry 0.14.53 → 0.14.55

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.53",
3
+ "version": "0.14.55",
4
4
  "description": "CLI tool for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -61,10 +61,10 @@
61
61
  "test": "run-s check test:*",
62
62
  "test:prepare": "cross-env VITEST=1 npm run build",
63
63
  "test:unit": "vitest --run",
64
- "test:unit:update": "vitest --update",
64
+ "test:unit:update": "vitest --run --update",
65
65
  "test:unit:coverage": "vitest run --coverage",
66
66
  "test-ci": "run-s test:*",
67
- "testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare test:unit:update",
67
+ "testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare; npm run test:unit:update --",
68
68
  "update": "run-p --aggregate-output update:**",
69
69
  "update:deps": "npx --yes npm-check-updates"
70
70
  },
@@ -79,13 +79,14 @@
79
79
  "@socketregistry/is-unicode-supported": "^1.0.1",
80
80
  "@socketregistry/packageurl-js": "^1.0.2",
81
81
  "@socketsecurity/config": "^2.1.3",
82
- "@socketsecurity/registry": "^1.0.111",
82
+ "@socketsecurity/registry": "^1.0.113",
83
83
  "@socketsecurity/sdk": "^1.4.5",
84
84
  "blessed": "^0.1.81",
85
85
  "blessed-contrib": "^4.11.0",
86
86
  "browserslist": "4.24.4",
87
87
  "chalk-table": "^1.0.2",
88
88
  "cmd-shim": "^7.0.0",
89
+ "common-tags": "^1.8.2",
89
90
  "fast-content-type-parse": "^2.0.1",
90
91
  "has-flag": "4.0.0",
91
92
  "hpagent": "^1.2.0",
@@ -126,11 +127,12 @@
126
127
  "@rollup/pluginutils": "^5.1.4",
127
128
  "@types/blessed": "^0.1.25",
128
129
  "@types/cmd-shim": "^5.0.2",
130
+ "@types/common-tags": "^1.8.4",
129
131
  "@types/micromatch": "^4.0.9",
130
132
  "@types/mocha": "^10.0.10",
131
133
  "@types/mock-fs": "^4.13.4",
132
134
  "@types/ndjson": "^2.0.4",
133
- "@types/node": "^22.13.8",
135
+ "@types/node": "^22.13.9",
134
136
  "@types/npmcli__arborist": "^6.3.0",
135
137
  "@types/npmcli__promise-spawn": "^6.0.3",
136
138
  "@types/proc-log": "^3.0.4",
@@ -138,8 +140,8 @@
138
140
  "@types/update-notifier": "^6.0.8",
139
141
  "@types/which": "^3.0.4",
140
142
  "@types/yargs-parser": "^21.0.3",
141
- "@typescript-eslint/eslint-plugin": "^8.25.0",
142
- "@typescript-eslint/parser": "^8.25.0",
143
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
144
+ "@typescript-eslint/parser": "^8.26.0",
143
145
  "@vitest/coverage-v8": "3.0.7",
144
146
  "cross-env": "^7.0.3",
145
147
  "del-cli": "^6.0.0",
@@ -157,13 +159,13 @@
157
159
  "mock-fs": "^5.5.0",
158
160
  "nock": "^14.0.1",
159
161
  "npm-run-all2": "^7.0.2",
160
- "oxlint": "0.15.12",
162
+ "oxlint": "0.15.13",
161
163
  "read-package-up": "^11.0.0",
162
164
  "rollup": "4.34.9",
163
165
  "rollup-plugin-ts": "^3.4.5",
164
166
  "type-coverage": "^2.29.7",
165
167
  "typescript": "5.4.5",
166
- "typescript-eslint": "^8.25.0",
168
+ "typescript-eslint": "^8.26.0",
167
169
  "unplugin-purge-polyfills": "^0.0.7",
168
170
  "vitest": "3.0.7"
169
171
  },