socket 0.14.25 → 0.14.27

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.25",
3
+ "version": "0.14.27",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -41,18 +41,19 @@
41
41
  "dependencies": {
42
42
  "@apideck/better-ajv-errors": "^0.3.6",
43
43
  "@cyclonedx/cdxgen": "^10.11.0",
44
- "@inquirer/prompts": "^7.0.1",
44
+ "@inquirer/prompts": "^7.1.0",
45
45
  "@npmcli/promise-spawn": "^8.0.2",
46
- "@socketregistry/hyrious__bun.lockb": "1.0.4",
46
+ "@socketregistry/hyrious__bun.lockb": "1.0.5",
47
+ "@socketregistry/yocto-spinner": "^1.0.1",
47
48
  "@socketsecurity/config": "^2.1.3",
48
- "@socketsecurity/registry": "^1.0.22",
49
+ "@socketsecurity/registry": "^1.0.30",
49
50
  "@socketsecurity/sdk": "^1.3.0",
50
51
  "blessed": "^0.1.81",
51
52
  "blessed-contrib": "^4.11.0",
52
53
  "browserslist": "4.24.2",
53
54
  "chalk-table": "^1.0.2",
54
- "cli-spinners": "^2.9.2",
55
- "emoji-regex": "^10.3.0",
55
+ "cli-spinners": "^3.2.0",
56
+ "emoji-regex": "^10.4.0",
56
57
  "hpagent": "^1.2.0",
57
58
  "ignore": "^6.0.2",
58
59
  "micromatch": "^4.0.8",
@@ -60,12 +61,13 @@
60
61
  "pony-cause": "^2.1.11",
61
62
  "semver": "^7.6.3",
62
63
  "signal-exit": "^4.1.0",
63
- "supports-hyperlinks": "^2.2.0",
64
+ "supports-hyperlinks": "^3.1.0",
64
65
  "synp": "^1.9.13",
65
66
  "tinyglobby": "^0.2.10",
66
67
  "which": "^5.0.0",
67
68
  "yaml": "^2.6.0",
68
- "yargs-parser": "^21.1.1"
69
+ "yargs-parser": "^21.1.1",
70
+ "yoctocolors-cjs": "^2.1.2"
69
71
  },
70
72
  "devDependencies": {
71
73
  "@babel/core": "^7.26.0",
@@ -96,42 +98,38 @@
96
98
  "@types/update-notifier": "^6.0.8",
97
99
  "@types/which": "^3.0.4",
98
100
  "@types/yargs-parser": "^21.0.3",
99
- "@typescript-eslint/eslint-plugin": "^8.13.0",
100
- "@typescript-eslint/parser": "^8.13.0",
101
+ "@typescript-eslint/eslint-plugin": "^8.14.0",
102
+ "@typescript-eslint/parser": "^8.14.0",
101
103
  "c8": "^10.1.2",
102
- "chalk": "^5.3.0",
103
104
  "eslint": "^9.14.0",
104
105
  "eslint-import-resolver-oxc": "^0.4.0",
105
106
  "eslint-plugin-depend": "^0.12.0",
106
- "eslint-plugin-import-x": "^4.4.0",
107
- "eslint-plugin-n": "^17.12.0",
107
+ "eslint-plugin-import-x": "^4.4.2",
108
+ "eslint-plugin-n": "^17.13.1",
108
109
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
109
110
  "eslint-plugin-unicorn": "^56.0.0",
110
111
  "husky": "^9.1.6",
111
112
  "is-interactive": "^2.0.0",
112
113
  "is-unicode-supported": "^2.1.0",
113
- "knip": "^5.36.2",
114
+ "knip": "^5.37.0",
114
115
  "magic-string": "^0.30.12",
115
116
  "meow": "^13.2.0",
116
117
  "mock-fs": "^5.4.1",
117
- "nock": "^13.5.5",
118
- "normalize-package-data": "^7.0.0",
118
+ "nock": "^13.5.6",
119
119
  "npm-run-all2": "^7.0.1",
120
120
  "open": "^10.1.0",
121
- "ora": "^8.1.1",
122
- "oxlint": "0.11.0",
121
+ "oxlint": "0.11.1",
123
122
  "prettier": "3.3.3",
124
123
  "read-package-up": "^11.0.0",
125
- "rollup": "4.24.4",
124
+ "rollup": "4.26.0",
126
125
  "rollup-plugin-ts": "^3.4.5",
127
126
  "tap": "^21.0.1",
128
127
  "terminal-link": "^3.0.0",
129
128
  "tiny-updater": "^3.5.2",
130
129
  "type-coverage": "^2.29.7",
131
130
  "typescript": "5.4.5",
132
- "typescript-eslint": "^8.13.0",
133
- "unplugin-purge-polyfills": "^0.0.7",
134
- "validate-npm-package-name": "^6.0.0"
131
+ "typescript-eslint": "^8.14.0",
132
+ "unplugin-purge-polyfills": "^0.0.7"
135
133
  },
136
134
  "overrides": {
137
135
  "aggregate-error": "npm:@socketregistry/aggregate-error@^1",
@@ -147,7 +145,7 @@
147
145
  "is-core-module": "npm:@socketregistry/is-core-module@^1",
148
146
  "isarray": "npm:@socketregistry/isarray@^1",
149
147
  "npm-package-arg": "$npm-package-arg",
150
- "packageurl-js": "https://registry.npmjs.org/packageurl-js/-/packageurl-js-2.0.1.tgz",
148
+ "packageurl-js": "npm:@socketregistry/packageurl-js@^1",
151
149
  "path-parse": "npm:@socketregistry/path-parse@^1",
152
150
  "safe-buffer": "npm:@socketregistry/safe-buffer@^1",
153
151
  "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
@@ -170,7 +168,7 @@
170
168
  "is-core-module": "npm:@socketregistry/is-core-module@^1",
171
169
  "isarray": "npm:@socketregistry/isarray@^1",
172
170
  "npm-package-arg": "^12.0.0",
173
- "packageurl-js": "https://registry.npmjs.org/packageurl-js/-/packageurl-js-2.0.1.tgz",
171
+ "packageurl-js": "npm:@socketregistry/packageurl-js@^1",
174
172
  "path-parse": "npm:@socketregistry/path-parse@^1",
175
173
  "safe-buffer": "npm:@socketregistry/safe-buffer@^1",
176
174
  "safer-buffer": "npm:@socketregistry/safer-buffer@^1",