@socketsecurity/cli-with-sentry 1.0.70 → 1.0.71

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": "1.0.70",
3
+ "version": "1.0.71",
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",
@@ -89,7 +89,7 @@
89
89
  "@cyclonedx/cdxgen": "11.4.4",
90
90
  "@dotenvx/dotenvx": "1.48.3",
91
91
  "@eslint/compat": "1.3.1",
92
- "@eslint/js": "9.31.0",
92
+ "@eslint/js": "9.32.0",
93
93
  "@npmcli/arborist": "9.1.3",
94
94
  "@npmcli/config": "10.3.1",
95
95
  "@octokit/graphql": "9.0.1",
@@ -127,7 +127,7 @@
127
127
  "@types/which": "3.0.4",
128
128
  "@types/yargs-parser": "21.0.3",
129
129
  "@typescript-eslint/parser": "8.38.0",
130
- "@typescript/native-preview": "7.0.0-dev.20250724.1",
130
+ "@typescript/native-preview": "7.0.0-dev.20250725.1",
131
131
  "@vitest/coverage-v8": "3.2.4",
132
132
  "blessed": "0.1.81",
133
133
  "blessed-contrib": "4.11.0",
@@ -137,7 +137,7 @@
137
137
  "custompatch": "1.1.7",
138
138
  "del-cli": "6.0.0",
139
139
  "dev-null-cli": "2.0.0",
140
- "eslint": "9.31.0",
140
+ "eslint": "9.32.0",
141
141
  "eslint-import-resolver-typescript": "4.4.4",
142
142
  "eslint-plugin-import-x": "4.16.1",
143
143
  "eslint-plugin-n": "17.21.0",
@@ -239,6 +239,6 @@
239
239
  "strict": true
240
240
  },
241
241
  "dependencies": {
242
- "@sentry/node": "9.41.0"
242
+ "@sentry/node": "9.42.0"
243
243
  }
244
244
  }