@socketsecurity/cli-with-sentry 1.0.64 → 1.0.66

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.
Files changed (161) hide show
  1. package/dist/cli.js +704 -521
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +18 -11
  4. package/dist/constants.js.map +1 -1
  5. package/dist/instrument-with-sentry.js +4 -9
  6. package/dist/instrument-with-sentry.js.map +1 -1
  7. package/dist/shadow-npm-inject.js +13 -16
  8. package/dist/shadow-npm-inject.js.map +1 -1
  9. package/dist/types/commands/analytics/fetch-org-analytics.d.mts +6 -2
  10. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -1
  11. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +6 -2
  12. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -1
  13. package/dist/types/commands/analytics/output-analytics.d.mts +4 -4
  14. package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -1
  15. package/dist/types/commands/audit-log/fetch-audit-log.d.mts +10 -5
  16. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -1
  17. package/dist/types/commands/audit-log/handle-audit-log.d.mts +1 -1
  18. package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -1
  19. package/dist/types/commands/audit-log/output-audit-log.d.mts +6 -6
  20. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
  21. package/dist/types/commands/ci/fetch-default-org-slug.d.mts +1 -1
  22. package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -1
  23. package/dist/types/commands/ci/handle-ci.d.mts +1 -1
  24. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
  25. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
  26. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
  27. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
  28. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
  29. package/dist/types/commands/config/discover-config-value.d.mts.map +1 -1
  30. package/dist/types/commands/config/output-config-list.d.mts.map +1 -1
  31. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
  32. package/dist/types/commands/fix/handle-fix.d.mts +2 -1
  33. package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
  34. package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
  35. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +1 -1
  36. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -1
  37. package/dist/types/commands/manifest/output-requirements.d.mts +1 -1
  38. package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -1
  39. package/dist/types/commands/organization/fetch-dependencies.d.mts +8 -3
  40. package/dist/types/commands/organization/fetch-dependencies.d.mts.map +1 -1
  41. package/dist/types/commands/organization/fetch-license-policy.d.mts +6 -2
  42. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -1
  43. package/dist/types/commands/organization/fetch-organization-list.d.mts +6 -2
  44. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
  45. package/dist/types/commands/organization/fetch-quota.d.mts +6 -2
  46. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -1
  47. package/dist/types/commands/organization/fetch-security-policy.d.mts +6 -2
  48. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -1
  49. package/dist/types/commands/organization/output-dependencies.d.mts +2 -2
  50. package/dist/types/commands/organization/output-dependencies.d.mts.map +1 -1
  51. package/dist/types/commands/organization/output-license-policy.d.mts +2 -2
  52. package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -1
  53. package/dist/types/commands/organization/output-organization-list.d.mts +2 -2
  54. package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -1
  55. package/dist/types/commands/organization/output-quota.d.mts +2 -2
  56. package/dist/types/commands/organization/output-quota.d.mts.map +1 -1
  57. package/dist/types/commands/organization/output-security-policy.d.mts +2 -2
  58. package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -1
  59. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +6 -2
  60. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -1
  61. package/dist/types/commands/repository/fetch-create-repo.d.mts +11 -6
  62. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -1
  63. package/dist/types/commands/repository/fetch-delete-repo.d.mts +6 -2
  64. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -1
  65. package/dist/types/commands/repository/fetch-list-all-repos.d.mts +8 -6
  66. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -1
  67. package/dist/types/commands/repository/fetch-list-repos.d.mts +9 -4
  68. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -1
  69. package/dist/types/commands/repository/fetch-update-repo.d.mts +11 -6
  70. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -1
  71. package/dist/types/commands/repository/fetch-view-repo.d.mts +6 -2
  72. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -1
  73. package/dist/types/commands/repository/handle-create-repo.d.mts +2 -2
  74. package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -1
  75. package/dist/types/commands/repository/handle-list-repos.d.mts +2 -2
  76. package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -1
  77. package/dist/types/commands/repository/handle-update-repo.d.mts +2 -2
  78. package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -1
  79. package/dist/types/commands/repository/output-create-repo.d.mts +2 -2
  80. package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -1
  81. package/dist/types/commands/repository/output-delete-repo.d.mts +2 -2
  82. package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -1
  83. package/dist/types/commands/repository/output-list-repos.d.mts +2 -2
  84. package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -1
  85. package/dist/types/commands/repository/output-update-repo.d.mts +2 -2
  86. package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -1
  87. package/dist/types/commands/repository/output-view-repo.d.mts +2 -2
  88. package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -1
  89. package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -1
  90. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +12 -3
  91. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
  92. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +6 -2
  93. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -1
  94. package/dist/types/commands/scan/fetch-diff-scan.d.mts +2 -2
  95. package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -1
  96. package/dist/types/commands/scan/fetch-list-scans.d.mts +9 -4
  97. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -1
  98. package/dist/types/commands/scan/fetch-report-data.d.mts +8 -3
  99. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -1
  100. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +6 -2
  101. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -1
  102. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +6 -2
  103. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -1
  104. package/dist/types/commands/scan/generate-report.d.mts +2 -2
  105. package/dist/types/commands/scan/generate-report.d.mts.map +1 -1
  106. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
  107. package/dist/types/commands/scan/handle-list-scans.d.mts +2 -2
  108. package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -1
  109. package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -1
  110. package/dist/types/commands/scan/output-create-new-scan.d.mts +2 -2
  111. package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -1
  112. package/dist/types/commands/scan/output-delete-scan.d.mts +2 -2
  113. package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -1
  114. package/dist/types/commands/scan/output-diff-scan.d.mts +2 -2
  115. package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -1
  116. package/dist/types/commands/scan/output-list-scans.d.mts +2 -2
  117. package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -1
  118. package/dist/types/commands/scan/output-scan-metadata.d.mts +2 -2
  119. package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -1
  120. package/dist/types/commands/scan/output-scan-report.d.mts +2 -2
  121. package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -1
  122. package/dist/types/commands/scan/stream-scan.d.mts +6 -1
  123. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -1
  124. package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -1
  125. package/dist/types/commands/scan/suggest-repo-slug.d.mts +5 -1
  126. package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -1
  127. package/dist/types/constants.d.mts.map +1 -1
  128. package/dist/types/shadow/npm/arborist-helpers.d.mts +1 -1
  129. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -1
  130. package/dist/types/utils/alert/severity.d.mts +2 -2
  131. package/dist/types/utils/alert/severity.d.mts.map +1 -1
  132. package/dist/types/utils/alerts-map.d.mts +1 -1
  133. package/dist/types/utils/alerts-map.d.mts.map +1 -1
  134. package/dist/types/utils/api.d.mts +8 -3
  135. package/dist/types/utils/api.d.mts.map +1 -1
  136. package/dist/types/utils/coana.d.mts.map +1 -1
  137. package/dist/types/utils/config.d.mts +4 -2
  138. package/dist/types/utils/config.d.mts.map +1 -1
  139. package/dist/types/utils/fs.d.mts +3 -1
  140. package/dist/types/utils/fs.d.mts.map +1 -1
  141. package/dist/types/utils/glob.d.mts +4 -2
  142. package/dist/types/utils/glob.d.mts.map +1 -1
  143. package/dist/types/utils/path-resolve.d.mts +2 -2
  144. package/dist/types/utils/path-resolve.d.mts.map +1 -1
  145. package/dist/types/utils/sdk.d.mts +6 -1
  146. package/dist/types/utils/sdk.d.mts.map +1 -1
  147. package/dist/utils.js +262 -145
  148. package/dist/utils.js.map +1 -1
  149. package/dist/vendor.js +143 -64
  150. package/external/@socketsecurity/registry/extensions.json +2 -2
  151. package/external/@socketsecurity/registry/external/@inquirer/select.js +14 -2
  152. package/external/@socketsecurity/registry/external/@npmcli/package-json/index.js +4 -4
  153. package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +20 -11
  154. package/external/@socketsecurity/registry/external/libnpmpack.js +4 -4
  155. package/external/@socketsecurity/registry/external/npm-package-arg.js +4 -4
  156. package/external/@socketsecurity/registry/external/pacote.js +4 -4
  157. package/external/@socketsecurity/registry/external/validate-npm-package-name.js +4 -4
  158. package/external/@socketsecurity/registry/lib/regexps.js +1 -1
  159. package/external/@socketsecurity/registry/lib/spinner.js +27 -23
  160. package/external/@socketsecurity/registry/manifest.json +7 -7
  161. package/package.json +14 -14
@@ -4969,7 +4969,7 @@ function requireLib$1() {
4969
4969
  hasRequiredLib$1 = 1
4970
4970
  const { builtinModules: builtins } = require$$0$1
4971
4971
  const scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$')
4972
- const blacklist = ['node_modules', 'favicon.ico']
4972
+ const exclusionList = ['node_modules', 'favicon.ico']
4973
4973
  function validate(name) {
4974
4974
  const warnings = []
4975
4975
  const errors = []
@@ -4999,9 +4999,9 @@ function requireLib$1() {
4999
4999
  }
5000
5000
 
5001
5001
  // No funny business
5002
- blacklist.forEach(function (blacklistedName) {
5003
- if (name.toLowerCase() === blacklistedName) {
5004
- errors.push(blacklistedName + ' is a blacklisted name')
5002
+ exclusionList.forEach(function (excludedName) {
5003
+ if (name.toLowerCase() === excludedName) {
5004
+ errors.push(excludedName + ' is not a valid package name')
5005
5005
  }
5006
5006
  })
5007
5007
 
@@ -14381,7 +14381,7 @@ function requireLib$o() {
14381
14381
  hasRequiredLib$o = 1
14382
14382
  const { builtinModules: builtins } = require$$0$b
14383
14383
  const scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$')
14384
- const blacklist = ['node_modules', 'favicon.ico']
14384
+ const exclusionList = ['node_modules', 'favicon.ico']
14385
14385
  function validate(name) {
14386
14386
  const warnings = []
14387
14387
  const errors = []
@@ -14411,9 +14411,9 @@ function requireLib$o() {
14411
14411
  }
14412
14412
 
14413
14413
  // No funny business
14414
- blacklist.forEach(function (blacklistedName) {
14415
- if (name.toLowerCase() === blacklistedName) {
14416
- errors.push(blacklistedName + ' is a blacklisted name')
14414
+ exclusionList.forEach(function (excludedName) {
14415
+ if (name.toLowerCase() === excludedName) {
14416
+ errors.push(excludedName + ' is not a valid package name')
14417
14417
  }
14418
14418
  })
14419
14419
 
@@ -11,7 +11,7 @@ function requireLib() {
11
11
  hasRequiredLib = 1
12
12
  const { builtinModules: builtins } = require$$0
13
13
  const scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$')
14
- const blacklist = ['node_modules', 'favicon.ico']
14
+ const exclusionList = ['node_modules', 'favicon.ico']
15
15
  function validate(name) {
16
16
  const warnings = []
17
17
  const errors = []
@@ -41,9 +41,9 @@ function requireLib() {
41
41
  }
42
42
 
43
43
  // No funny business
44
- blacklist.forEach(function (blacklistedName) {
45
- if (name.toLowerCase() === blacklistedName) {
46
- errors.push(blacklistedName + ' is a blacklisted name')
44
+ exclusionList.forEach(function (excludedName) {
45
+ if (name.toLowerCase() === excludedName) {
46
+ errors.push(excludedName + ' is not a valid package name')
47
47
  }
48
48
  })
49
49
 
@@ -1,6 +1,6 @@
1
1
  'use strict'
2
2
 
3
- // Inlined "escape-string-regexp":
3
+ // Inlined escape-string-regexp:
4
4
  // https://socket.dev/npm/package/escape-string-regexp/overview/5.0.0
5
5
  // MIT License
6
6
  // Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
@@ -9,6 +9,19 @@ const ciSpinner = {
9
9
  interval: 2147483647
10
10
  }
11
11
 
12
+ function desc(value) {
13
+ return {
14
+ __proto__: null,
15
+ configurable: true,
16
+ value,
17
+ writable: true
18
+ }
19
+ }
20
+
21
+ function normalizeText(value) {
22
+ return typeof value === 'string' ? value.trimStart() : ''
23
+ }
24
+
12
25
  let _Spinner
13
26
  let _defaultSpinner
14
27
  /*@__NO_SIDE_EFFECTS__*/
@@ -38,17 +51,17 @@ function Spinner(options) {
38
51
  extras = args
39
52
  text = ''
40
53
  }
41
- const trimmed = text.trimStart()
42
54
  const { isSpinning: wasSpinning } = this
43
- super[methodName](trimmed)
55
+ const normalized = normalizeText(text)
56
+ super[methodName](normalized)
44
57
  const {
45
58
  incLogCallCountSymbol,
46
59
  lastWasBlankSymbol,
47
60
  logger
48
61
  } = /*@__PURE__*/ require('./logger')
49
62
  if (methodName === 'stop') {
50
- if (wasSpinning && trimmed) {
51
- logger[lastWasBlankSymbol](isBlankString(trimmed))
63
+ if (wasSpinning && normalized) {
64
+ logger[lastWasBlankSymbol](isBlankString(normalized))
52
65
  logger[incLogCallCountSymbol]()
53
66
  }
54
67
  } else {
@@ -71,15 +84,6 @@ function Spinner(options) {
71
84
  return this
72
85
  }
73
86
 
74
- get text() {
75
- return super.text
76
- }
77
-
78
- set text(value) {
79
- const trimmed = typeof value === 'string' ? value.trimStart() : ''
80
- super.text = trimmed
81
- }
82
-
83
87
  debug(...args) {
84
88
  const { isDebug } = /*@__PURE__*/ require('./debug')
85
89
  if (isDebug()) {
@@ -124,18 +128,17 @@ function Spinner(options) {
124
128
  return this.#apply('stop', args)
125
129
  }
126
130
 
127
- setText(text) {
128
- const trimmed = typeof text === 'string' ? text.trimStart() : ''
129
- this.text = trimmed
131
+ setText(value) {
132
+ this.text = normalizeText(value)
130
133
  return this
131
134
  }
132
135
 
133
136
  start(...args) {
134
137
  const text = args.at(0)
135
- const trimmed = typeof text === 'string' ? text.trimStart() : ''
138
+ const normalized = normalizeText(text)
136
139
  // We clear this.text on start when `text` is falsy because yocto-spinner
137
140
  // would not clear it otherwise.
138
- if (typeof text !== 'string' || !trimmed) {
141
+ if (!normalized) {
139
142
  this.setText('')
140
143
  }
141
144
  return this.#apply('start', args)
@@ -162,11 +165,12 @@ function Spinner(options) {
162
165
  }
163
166
  }
164
167
  // Add aliases.
165
- _Spinner.prototype.error = _Spinner.prototype.fail
166
- _Spinner.prototype.errorAndStop = _Spinner.prototype.failAndStop
167
- _Spinner.prototype.warning = _Spinner.prototype.warn
168
- _Spinner.prototype.warningAndStop = _Spinner.prototype.warnAndStop
169
-
168
+ Object.defineProperties(_Spinner.prototype, {
169
+ error: desc(_Spinner.prototype.fail),
170
+ errorAndStop: desc(_Spinner.prototype.failAndStop),
171
+ warning: desc(_Spinner.prototype.warn),
172
+ warningAndStop: desc(_Spinner.prototype.warnAndStop)
173
+ })
170
174
  _defaultSpinner = ENV.CI ? ciSpinner : undefined
171
175
  }
172
176
  return new _Spinner({
@@ -974,17 +974,17 @@
974
974
  }
975
975
  ],
976
976
  [
977
- "pkg:npm/%40socketregistry/is-unicode-supported@1.0.4",
977
+ "pkg:npm/%40socketregistry/is-unicode-supported@1.0.5",
978
978
  {
979
979
  "categories": ["cleanup"],
980
980
  "engines": {
981
- "node": ">=18.20.8"
981
+ "node": ">=18"
982
982
  },
983
983
  "interop": ["cjs", "esm"],
984
984
  "license": "MIT",
985
985
  "name": "@socketregistry/is-unicode-supported",
986
986
  "package": "is-unicode-supported",
987
- "version": "1.0.4"
987
+ "version": "1.0.5"
988
988
  }
989
989
  ],
990
990
  [
@@ -1843,17 +1843,17 @@
1843
1843
  }
1844
1844
  ],
1845
1845
  [
1846
- "pkg:npm/%40socketregistry/yocto-spinner@1.0.19",
1846
+ "pkg:npm/%40socketregistry/yocto-spinner@1.0.20",
1847
1847
  {
1848
1848
  "categories": ["cleanup"],
1849
1849
  "engines": {
1850
- "node": ">=18.20.8"
1850
+ "node": ">=18"
1851
1851
  },
1852
1852
  "interop": ["cjs", "esm"],
1853
1853
  "license": "MIT",
1854
1854
  "name": "@socketregistry/yocto-spinner",
1855
1855
  "package": "yocto-spinner",
1856
- "version": "1.0.19"
1856
+ "version": "1.0.20"
1857
1857
  }
1858
1858
  ],
1859
1859
  [
@@ -1861,7 +1861,7 @@
1861
1861
  {
1862
1862
  "categories": ["tuneup"],
1863
1863
  "engines": {
1864
- "node": ">=18.20.4"
1864
+ "node": ">=18"
1865
1865
  },
1866
1866
  "interop": ["cjs"],
1867
1867
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
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",
@@ -87,7 +87,7 @@
87
87
  "@biomejs/biome": "2.1.2",
88
88
  "@coana-tech/cli": "14.10.3",
89
89
  "@cyclonedx/cdxgen": "11.4.4",
90
- "@dotenvx/dotenvx": "1.48.0",
90
+ "@dotenvx/dotenvx": "1.48.3",
91
91
  "@eslint/compat": "1.3.1",
92
92
  "@eslint/js": "9.31.0",
93
93
  "@npmcli/arborist": "9.1.2",
@@ -97,9 +97,9 @@
97
97
  "@octokit/request-error": "7.0.0",
98
98
  "@octokit/rest": "22.0.0",
99
99
  "@octokit/types": "14.1.0",
100
- "@pnpm/dependency-path": "1001.0.1",
101
- "@pnpm/lockfile.detect-dep-types": "1001.0.11",
102
- "@pnpm/lockfile.fs": "1001.1.15",
100
+ "@pnpm/dependency-path": "1001.0.2",
101
+ "@pnpm/lockfile.detect-dep-types": "1001.0.12",
102
+ "@pnpm/lockfile.fs": "1001.1.16",
103
103
  "@pnpm/logger": "1001.0.0",
104
104
  "@rollup/plugin-babel": "6.0.4",
105
105
  "@rollup/plugin-commonjs": "28.0.6",
@@ -112,22 +112,22 @@
112
112
  "@socketregistry/is-interactive": "1.0.6",
113
113
  "@socketregistry/packageurl-js": "1.0.8",
114
114
  "@socketsecurity/config": "3.0.1",
115
- "@socketsecurity/registry": "1.0.239",
116
- "@socketsecurity/sdk": "1.4.57",
115
+ "@socketsecurity/registry": "1.0.244",
116
+ "@socketsecurity/sdk": "1.4.64",
117
117
  "@types/blessed": "0.1.25",
118
118
  "@types/cmd-shim": "5.0.2",
119
119
  "@types/js-yaml": "4.0.9",
120
120
  "@types/micromatch": "4.0.9",
121
121
  "@types/mock-fs": "4.13.4",
122
- "@types/node": "24.0.14",
122
+ "@types/node": "24.1.0",
123
123
  "@types/npmcli__arborist": "6.3.1",
124
124
  "@types/npmcli__config": "6.0.3",
125
125
  "@types/proc-log": "3.0.4",
126
126
  "@types/semver": "7.7.0",
127
127
  "@types/which": "3.0.4",
128
128
  "@types/yargs-parser": "21.0.3",
129
- "@typescript-eslint/parser": "8.37.0",
130
- "@typescript/native-preview": "7.0.0-dev.20250716.1",
129
+ "@typescript-eslint/parser": "8.38.0",
130
+ "@typescript/native-preview": "7.0.0-dev.20250723.1",
131
131
  "@vitest/coverage-v8": "3.2.4",
132
132
  "blessed": "0.1.81",
133
133
  "blessed-contrib": "4.11.0",
@@ -148,17 +148,17 @@
148
148
  "husky": "9.1.7",
149
149
  "ignore": "7.0.5",
150
150
  "js-yaml": "npm:@zkochan/js-yaml@0.0.7",
151
- "knip": "5.61.3",
151
+ "knip": "5.62.0",
152
152
  "lint-staged": "16.1.2",
153
153
  "magic-string": "0.30.17",
154
154
  "meow": "13.2.0",
155
155
  "micromatch": "4.0.8",
156
156
  "mock-fs": "5.5.0",
157
- "nock": "14.0.5",
157
+ "nock": "14.0.6",
158
158
  "npm-package-arg": "12.0.2",
159
159
  "npm-run-all2": "8.0.4",
160
160
  "open": "10.2.0",
161
- "oxlint": "1.7.0",
161
+ "oxlint": "1.8.0",
162
162
  "pony-cause": "2.1.11",
163
163
  "registry-auth-token": "5.1.0",
164
164
  "registry-url": "7.2.0",
@@ -170,7 +170,7 @@
170
170
  "tinyglobby": "0.2.14",
171
171
  "trash": "9.0.0",
172
172
  "type-coverage": "2.29.7",
173
- "typescript-eslint": "8.37.0",
173
+ "typescript-eslint": "8.38.0",
174
174
  "unplugin-purge-polyfills": "0.1.0",
175
175
  "vitest": "3.2.4",
176
176
  "which": "5.0.0",