@socketsecurity/cli-with-sentry 1.1.55 → 1.1.57

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.1.55",
3
+ "version": "1.1.57",
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",
@@ -124,7 +124,7 @@
124
124
  "@socketsecurity/config": "3.0.1",
125
125
  "@socketsecurity/registry": "1.1.17",
126
126
  "@socketsecurity/sdk": "1.4.95",
127
- "@socketsecurity/socket-patch": "1.0.0",
127
+ "@socketsecurity/socket-patch": "1.2.0",
128
128
  "@types/blessed": "0.1.25",
129
129
  "@types/cmd-shim": "5.0.2",
130
130
  "@types/js-yaml": "4.0.9",
@@ -292,6 +292,6 @@
292
292
  "strict": true
293
293
  },
294
294
  "dependencies": {
295
- "@sentry/node": "10.32.1"
295
+ "@sentry/node": "10.33.0"
296
296
  }
297
297
  }