socket 0.14.59 → 0.14.61

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,8 +1,8 @@
1
1
  {
2
2
  "name": "socket",
3
- "version": "0.14.59",
3
+ "version": "0.14.61",
4
4
  "description": "CLI tool for Socket.dev",
5
- "homepage": "http://github.com/SocketDev/socket-cli",
5
+ "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -73,13 +73,14 @@
73
73
  "@apideck/better-ajv-errors": "0.3.6",
74
74
  "@octokit/rest": "21.1.1",
75
75
  "@pnpm/lockfile-file": "^9.1.3",
76
- "@socketregistry/hyrious__bun.lockb": "1.0.14",
76
+ "@pnpm/lockfile.detect-dep-types": "^1001.0.5",
77
+ "@socketregistry/hyrious__bun.lockb": "1.0.15",
77
78
  "@socketregistry/indent-string": "1.0.11",
78
79
  "@socketregistry/is-interactive": "1.0.2",
79
80
  "@socketregistry/is-unicode-supported": "1.0.2",
80
81
  "@socketregistry/packageurl-js": "1.0.3",
81
82
  "@socketsecurity/config": "2.1.3",
82
- "@socketsecurity/registry": "1.0.124",
83
+ "@socketsecurity/registry": "1.0.130",
83
84
  "@socketsecurity/sdk": "1.4.5",
84
85
  "blessed": "0.1.81",
85
86
  "blessed-contrib": "4.11.0",
@@ -87,7 +88,7 @@
87
88
  "chalk-table": "1.0.2",
88
89
  "cmd-shim": "7.0.0",
89
90
  "common-tags": "1.8.2",
90
- "fast-content-type-parse": "2.0.1",
91
+ "fast-content-type-parse": "3.0.0",
91
92
  "has-flag": "4.0.0",
92
93
  "hpagent": "1.2.0",
93
94
  "ignore": "7.0.3",
@@ -117,11 +118,10 @@
117
118
  "@babel/preset-typescript": "^7.26.0",
118
119
  "@babel/runtime": "^7.26.9",
119
120
  "@biomejs/biome": "^1.9.4",
120
- "@cyclonedx/cdxgen": "^11.2.0",
121
+ "@cyclonedx/cdxgen": "^11.2.1",
121
122
  "@eslint/compat": "^1.2.7",
122
- "@eslint/js": "^9.21.0",
123
- "@pnpm/lockfile.detect-dep-types": "^1001.0.4",
124
- "@rollup/plugin-commonjs": "^28.0.2",
123
+ "@eslint/js": "^9.22.0",
124
+ "@rollup/plugin-commonjs": "^28.0.3",
125
125
  "@rollup/plugin-json": "^6.1.0",
126
126
  "@rollup/plugin-node-resolve": "^16.0.0",
127
127
  "@rollup/plugin-replace": "^6.0.2",
@@ -133,7 +133,7 @@
133
133
  "@types/mocha": "^10.0.10",
134
134
  "@types/mock-fs": "^4.13.4",
135
135
  "@types/ndjson": "^2.0.4",
136
- "@types/node": "^22.13.9",
136
+ "@types/node": "^22.13.10",
137
137
  "@types/npmcli__arborist": "^6.3.0",
138
138
  "@types/npmcli__promise-spawn": "^6.0.3",
139
139
  "@types/proc-log": "^3.0.4",
@@ -141,12 +141,12 @@
141
141
  "@types/update-notifier": "^6.0.8",
142
142
  "@types/which": "^3.0.4",
143
143
  "@types/yargs-parser": "^21.0.3",
144
- "@typescript-eslint/eslint-plugin": "^8.26.0",
145
- "@typescript-eslint/parser": "^8.26.0",
146
- "@vitest/coverage-v8": "3.0.7",
144
+ "@typescript-eslint/eslint-plugin": "^8.26.1",
145
+ "@typescript-eslint/parser": "^8.26.1",
146
+ "@vitest/coverage-v8": "3.0.8",
147
147
  "cross-env": "^7.0.3",
148
148
  "del-cli": "^6.0.0",
149
- "eslint": "^9.21.0",
149
+ "eslint": "^9.22.0",
150
150
  "eslint-import-resolver-oxc": "^0.12.0",
151
151
  "eslint-plugin-depend": "^0.12.0",
152
152
  "eslint-plugin-import-x": "^4.6.1",
@@ -164,14 +164,14 @@
164
164
  "oxlint": "0.15.13",
165
165
  "pg-hstore": "^2.3.4",
166
166
  "read-package-up": "^11.0.0",
167
- "rollup": "4.34.9",
167
+ "rollup": "4.35.0",
168
168
  "rollup-plugin-ts": "^3.4.5",
169
169
  "synp": "^1.9.14",
170
170
  "type-coverage": "^2.29.7",
171
171
  "typescript": "5.4.5",
172
- "typescript-eslint": "^8.26.0",
172
+ "typescript-eslint": "^8.26.1",
173
173
  "unplugin-purge-polyfills": "^0.0.7",
174
- "vitest": "3.0.7"
174
+ "vitest": "3.0.8"
175
175
  },
176
176
  "overrides": {
177
177
  "aggregate-error": "npm:@socketregistry/aggregate-error@^1",
@@ -200,7 +200,7 @@
200
200
  "undici": "^6.21.1",
201
201
  "vite": "^6.2.0",
202
202
  "xml2js": "^0.5.0",
203
- "yaml": "$yaml"
203
+ "yaml": "2.7.0"
204
204
  },
205
205
  "engines": {
206
206
  "node": "^18.20.7 || ^20.18.3 || >=22.14.0"