Skip to content

Commit f91f262

Browse files
authored
upgrade Coana (#1024)
1 parent b66490a commit f91f262

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [1.1.54](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.54) - 2026-01-08
7+
## [1.1.55](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.55) - 2026-01-09
8+
9+
### Changed
10+
- Updated the Coana CLI to v `14.12.148`.
11+
12+
## [1.1.54](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.54) - 2026-01-09
813

914
### Changed
1015
- Updated the Coana CLI to v `14.12.143`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket",
3-
"version": "1.1.54",
3+
"version": "1.1.55",
44
"description": "CLI for Socket.dev",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT AND OFL-1.1",
@@ -94,7 +94,7 @@
9494
"@babel/preset-typescript": "7.27.1",
9595
"@babel/runtime": "7.28.4",
9696
"@biomejs/biome": "2.2.4",
97-
"@coana-tech/cli": "14.12.143",
97+
"@coana-tech/cli": "14.12.148",
9898
"@cyclonedx/cdxgen": "11.11.0",
9999
"@dotenvx/dotenvx": "1.49.0",
100100
"@eslint/compat": "1.3.2",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commands/scan/fetch-supported-scan-file-names.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export async function fetchSupportedScanFileNames(
1717
): Promise<CResult<SocketSdkSuccessResult<'getReportSupportedFiles'>['data']>> {
1818
const {
1919
sdkOpts,
20-
spinner,
2120
silence = false,
21+
spinner,
2222
} = {
2323
__proto__: null,
2424
...options,

src/utils/api.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ export async function handleApiCall<T extends SocketSdkOperations>(
138138
const {
139139
commandPath,
140140
description,
141-
spinner,
142141
silence = false,
142+
spinner,
143143
} = {
144144
__proto__: null,
145145
...options,

0 commit comments

Comments
 (0)