@socketsecurity/cli-with-sentry 0.15.12 → 0.15.14

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.12",
3
+ "version": "0.15.14",
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",
@@ -88,9 +88,9 @@
88
88
  "@dotenvx/dotenvx": "1.44.1",
89
89
  "@eslint/compat": "1.2.9",
90
90
  "@eslint/js": "9.27.0",
91
- "@octokit/graphql": "8.2.2",
91
+ "@octokit/graphql": "9.0.1",
92
92
  "@octokit/openapi-types": "25.0.0",
93
- "@octokit/request-error": "6.1.8",
93
+ "@octokit/request-error": "7.0.0",
94
94
  "@octokit/rest": "21.1.1",
95
95
  "@octokit/types": "14.0.0",
96
96
  "@pnpm/dependency-path": "1000.0.9",
@@ -108,14 +108,14 @@
108
108
  "@socketregistry/is-interactive": "1.0.5",
109
109
  "@socketregistry/packageurl-js": "1.0.6",
110
110
  "@socketsecurity/config": "3.0.1",
111
- "@socketsecurity/registry": "1.0.187",
111
+ "@socketsecurity/registry": "1.0.189",
112
112
  "@socketsecurity/sdk": "1.4.36",
113
113
  "@types/blessed": "0.1.25",
114
114
  "@types/cmd-shim": "5.0.2",
115
115
  "@types/js-yaml": "4.0.9",
116
116
  "@types/micromatch": "4.0.9",
117
117
  "@types/mock-fs": "4.13.4",
118
- "@types/node": "22.15.19",
118
+ "@types/node": "22.15.21",
119
119
  "@types/npmcli__arborist": "6.3.0",
120
120
  "@types/proc-log": "3.0.4",
121
121
  "@types/semver": "7.7.0",
@@ -142,7 +142,7 @@
142
142
  "husky": "9.1.7",
143
143
  "ignore": "7.0.4",
144
144
  "js-yaml": "npm:@zkochan/js-yaml@0.0.7",
145
- "knip": "5.56.0",
145
+ "knip": "5.57.0",
146
146
  "lint-staged": "16.0.0",
147
147
  "magic-string": "0.30.17",
148
148
  "meow": "13.2.0",
@@ -150,7 +150,7 @@
150
150
  "mock-fs": "5.5.0",
151
151
  "nock": "14.0.4",
152
152
  "npm-package-arg": "12.0.2",
153
- "npm-run-all2": "8.0.2",
153
+ "npm-run-all2": "8.0.3",
154
154
  "open": "10.1.2",
155
155
  "oxlint": "0.16.11",
156
156
  "pony-cause": "2.1.11",
@@ -229,6 +229,6 @@
229
229
  "strict": true
230
230
  },
231
231
  "dependencies": {
232
- "@sentry/node": "9.20.0"
232
+ "@sentry/node": "9.22.0"
233
233
  }
234
234
  }