@socketsecurity/cli-with-sentry 0.15.58 → 0.15.60

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.15.58",
3
+ "version": "0.15.60",
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",
@@ -85,7 +85,7 @@
85
85
  "@babel/preset-typescript": "7.27.1",
86
86
  "@babel/runtime": "7.27.6",
87
87
  "@biomejs/biome": "1.9.4",
88
- "@coana-tech/cli": "14.9.22",
88
+ "@coana-tech/cli": "14.9.24",
89
89
  "@cyclonedx/cdxgen": "11.3.2",
90
90
  "@dotenvx/dotenvx": "1.44.1",
91
91
  "@eslint/compat": "1.2.9",
@@ -106,27 +106,27 @@
106
106
  "@rollup/plugin-node-resolve": "16.0.1",
107
107
  "@rollup/plugin-replace": "6.0.2",
108
108
  "@rollup/pluginutils": "5.1.4",
109
- "@socketregistry/hyrious__bun.lockb": "1.0.17",
110
- "@socketregistry/indent-string": "1.0.12",
111
- "@socketregistry/is-interactive": "1.0.5",
112
- "@socketregistry/packageurl-js": "1.0.6",
109
+ "@socketregistry/hyrious__bun.lockb": "1.0.18",
110
+ "@socketregistry/indent-string": "1.0.13",
111
+ "@socketregistry/is-interactive": "1.0.6",
112
+ "@socketregistry/packageurl-js": "1.0.7",
113
113
  "@socketsecurity/config": "3.0.1",
114
- "@socketsecurity/registry": "1.0.206",
114
+ "@socketsecurity/registry": "1.0.207",
115
115
  "@socketsecurity/sdk": "1.4.43",
116
116
  "@types/blessed": "0.1.25",
117
117
  "@types/cmd-shim": "5.0.2",
118
118
  "@types/js-yaml": "4.0.9",
119
119
  "@types/micromatch": "4.0.9",
120
120
  "@types/mock-fs": "4.13.4",
121
- "@types/node": "22.15.30",
121
+ "@types/node": "24.0.0",
122
122
  "@types/npmcli__arborist": "6.3.0",
123
123
  "@types/proc-log": "3.0.4",
124
124
  "@types/semver": "7.7.0",
125
125
  "@types/which": "3.0.4",
126
126
  "@types/yargs-parser": "21.0.3",
127
- "@typescript-eslint/parser": "8.33.1",
128
- "@typescript/native-preview": "7.0.0-dev.20250608.1",
129
- "@vitest/coverage-v8": "3.2.2",
127
+ "@typescript-eslint/parser": "8.34.0",
128
+ "@typescript/native-preview": "7.0.0-dev.20250610.1",
129
+ "@vitest/coverage-v8": "3.2.3",
130
130
  "blessed": "0.1.81",
131
131
  "blessed-contrib": "4.11.0",
132
132
  "browserslist": "4.25.0",
@@ -156,7 +156,7 @@
156
156
  "npm-package-arg": "12.0.2",
157
157
  "npm-run-all2": "8.0.4",
158
158
  "open": "10.1.2",
159
- "oxlint": "0.18.0",
159
+ "oxlint": "1.0.0",
160
160
  "pony-cause": "2.1.11",
161
161
  "rollup": "4.42.0",
162
162
  "semver": "7.7.2",
@@ -166,9 +166,9 @@
166
166
  "tinyglobby": "0.2.14",
167
167
  "trash": "9.0.0",
168
168
  "type-coverage": "2.29.7",
169
- "typescript-eslint": "8.33.1",
169
+ "typescript-eslint": "8.34.0",
170
170
  "unplugin-purge-polyfills": "0.1.0",
171
- "vitest": "3.2.2",
171
+ "vitest": "3.2.3",
172
172
  "which": "5.0.0",
173
173
  "yaml": "2.8.0",
174
174
  "yargs-parser": "22.0.0",
@@ -201,13 +201,13 @@
201
201
  "side-channel": "npm:@socketregistry/side-channel@^1",
202
202
  "tiny-colors": "$yoctocolors-cjs",
203
203
  "typedarray": "npm:@socketregistry/typedarray@^1",
204
- "undici": "6.21.2",
204
+ "undici": "6.21.3",
205
205
  "vite": "6.3.5",
206
- "xml2js": "0.5.0",
206
+ "xml2js": "0.6.2",
207
207
  "yaml": "2.8.0"
208
208
  },
209
209
  "engines": {
210
- "node": "18.20.7 || ^20.18.3 || >=22.14.0"
210
+ "node": ">=18"
211
211
  },
212
212
  "files": [
213
213
  "bin/**",
@@ -234,6 +234,6 @@
234
234
  "strict": true
235
235
  },
236
236
  "dependencies": {
237
- "@sentry/node": "9.27.0"
237
+ "@sentry/node": "9.28.0"
238
238
  }
239
239
  }