Comparing version 0.14.38 to 0.14.39
@@ -33,3 +33,3 @@ 'use strict'; | ||
var version = "0.14.38"; | ||
var version = "0.14.39"; | ||
@@ -36,0 +36,0 @@ const NEWLINE_CHAR_CODE = 10; /*'\n'*/ |
@@ -33,3 +33,3 @@ 'use strict'; | ||
var version = "0.14.38"; | ||
var version = "0.14.39"; | ||
@@ -36,0 +36,0 @@ const NEWLINE_CHAR_CODE = 10; /*'\n'*/ |
{ | ||
"name": "socket", | ||
"version": "0.14.38", | ||
"version": "0.14.39", | ||
"description": "CLI tool for Socket.dev", | ||
@@ -59,3 +59,3 @@ "homepage": "http://github.com/SocketDev/socket-cli", | ||
"@apideck/better-ajv-errors": "^0.3.6", | ||
"@cyclonedx/cdxgen": "^11.0.7", | ||
"@cyclonedx/cdxgen": "^11.0.10", | ||
"@npmcli/promise-spawn": "^8.0.2", | ||
@@ -65,3 +65,3 @@ "@socketregistry/hyrious__bun.lockb": "1.0.7", | ||
"@socketsecurity/config": "^2.1.3", | ||
"@socketsecurity/registry": "^1.0.57", | ||
"@socketsecurity/registry": "^1.0.59", | ||
"@socketsecurity/sdk": "^1.3.0", | ||
@@ -89,3 +89,3 @@ "blessed": "^0.1.81", | ||
"which": "^5.0.0", | ||
"yaml": "^2.6.1", | ||
"yaml": "^2.7.0", | ||
"yargs-parser": "^21.1.1", | ||
@@ -116,3 +116,3 @@ "yoctocolors-cjs": "^2.1.2" | ||
"@types/mock-fs": "^4.13.4", | ||
"@types/node": "^22.10.2", | ||
"@types/node": "^22.10.5", | ||
"@types/npmcli__arborist": "^5.6.11", | ||
@@ -125,8 +125,8 @@ "@types/npmcli__promise-spawn": "^6.0.3", | ||
"@types/yargs-parser": "^21.0.3", | ||
"@typescript-eslint/eslint-plugin": "^8.18.2", | ||
"@typescript-eslint/parser": "^8.18.2", | ||
"@typescript-eslint/eslint-plugin": "^8.19.1", | ||
"@typescript-eslint/parser": "^8.19.1", | ||
"c8": "^10.1.3", | ||
"custompatch": "^1.0.28", | ||
"custompatch": "^1.1.4", | ||
"eslint": "^9.17.0", | ||
"eslint-import-resolver-oxc": "^0.7.0", | ||
"eslint-import-resolver-oxc": "^0.8.0", | ||
"eslint-plugin-depend": "^0.12.0", | ||
@@ -143,10 +143,10 @@ "eslint-plugin-import-x": "^4.6.1", | ||
"npm-run-all2": "^7.0.2", | ||
"oxlint": "0.15.3", | ||
"oxlint": "0.15.5", | ||
"prettier": "3.4.2", | ||
"read-package-up": "^11.0.0", | ||
"rollup": "4.29.1", | ||
"rollup": "4.30.0", | ||
"rollup-plugin-ts": "^3.4.5", | ||
"type-coverage": "^2.29.7", | ||
"typescript": "5.4.5", | ||
"typescript-eslint": "^8.18.2", | ||
"typescript-eslint": "^8.19.1", | ||
"unplugin-purge-polyfills": "^0.0.7" | ||
@@ -153,0 +153,0 @@ }, |
Sorry, the diff of this file is too big to display
770390
23085
Updated@cyclonedx/cdxgen@^11.0.10
Updatedyaml@^2.7.0