socket 0.14.64 → 0.14.65

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": "socket",
3
- "version": "0.14.64",
3
+ "version": "0.14.65",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -76,11 +76,11 @@
76
76
  "@pnpm/lockfile.detect-dep-types": "^1001.0.5",
77
77
  "@socketregistry/hyrious__bun.lockb": "1.0.16",
78
78
  "@socketregistry/indent-string": "1.0.12",
79
- "@socketregistry/is-interactive": "1.0.3",
79
+ "@socketregistry/is-interactive": "1.0.4",
80
80
  "@socketregistry/packageurl-js": "1.0.4",
81
81
  "@socketsecurity/config": "2.1.3",
82
- "@socketsecurity/registry": "1.0.132",
83
- "@socketsecurity/sdk": "1.4.11",
82
+ "@socketsecurity/registry": "1.0.133",
83
+ "@socketsecurity/sdk": "1.4.13",
84
84
  "blessed": "0.1.81",
85
85
  "blessed-contrib": "4.11.0",
86
86
  "browserslist": "4.24.4",
@@ -128,20 +128,17 @@
128
128
  "@types/mock-fs": "^4.13.4",
129
129
  "@types/node": "^22.13.10",
130
130
  "@types/npmcli__arborist": "^6.3.0",
131
- "@types/npmcli__promise-spawn": "^6.0.3",
132
131
  "@types/proc-log": "^3.0.4",
133
132
  "@types/semver": "^7.5.8",
134
- "@types/update-notifier": "^6.0.8",
135
133
  "@types/which": "^3.0.4",
136
134
  "@types/yargs-parser": "^21.0.3",
137
- "@typescript-eslint/eslint-plugin": "^8.26.1",
138
- "@typescript-eslint/parser": "^8.26.1",
135
+ "@typescript-eslint/parser": "^8.27.0",
139
136
  "@vitest/coverage-v8": "3.0.9",
140
137
  "cross-env": "^7.0.3",
141
138
  "del-cli": "^6.0.0",
142
139
  "eslint": "^9.22.0",
143
140
  "eslint-import-resolver-oxc": "^0.13.1",
144
- "eslint-plugin-import-x": "^4.9.0",
141
+ "eslint-plugin-import-x": "^4.9.1",
145
142
  "eslint-plugin-n": "^17.16.2",
146
143
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
147
144
  "eslint-plugin-unicorn": "^56.0.1",
@@ -153,14 +150,14 @@
153
150
  "mock-fs": "^5.5.0",
154
151
  "nock": "^14.0.1",
155
152
  "npm-run-all2": "^7.0.2",
156
- "oxlint": "0.16.0",
153
+ "oxlint": "0.16.1",
157
154
  "read-package-up": "^11.0.0",
158
155
  "rollup": "4.36.0",
159
156
  "rollup-plugin-ts": "^3.4.5",
160
157
  "synp": "^1.9.14",
161
158
  "type-coverage": "^2.29.7",
162
159
  "typescript": "5.4.5",
163
- "typescript-eslint": "^8.26.1",
160
+ "typescript-eslint": "^8.27.0",
164
161
  "unplugin-purge-polyfills": "^0.0.7",
165
162
  "vitest": "3.0.9"
166
163
  },