From f32a5bc1b336e5c0a0102294aeb209c1688ecd03 Mon Sep 17 00:00:00 2001 From: Martin Torp Date: Fri, 10 Apr 2026 09:44:20 +0200 Subject: [PATCH 1/2] upgrading coana to version 14.12.209 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68791342b..d561f5ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [1.1.80](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.80) - 2026-04-10 + +### Changed +- Updated the Coana CLI to v `14.12.209`. + ## [1.1.79](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.79) - 2026-04-08 ### Changed diff --git a/package.json b/package.json index 5225255f7..ebc794927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket", - "version": "1.1.79", + "version": "1.1.80", "description": "CLI for Socket.dev", "homepage": "https://github.com/SocketDev/socket-cli", "license": "MIT AND OFL-1.1", @@ -97,7 +97,7 @@ "@babel/preset-typescript": "7.27.1", "@babel/runtime": "7.28.4", "@biomejs/biome": "2.2.4", - "@coana-tech/cli": "14.12.205", + "@coana-tech/cli": "14.12.209", "@cyclonedx/cdxgen": "12.1.2", "@dotenvx/dotenvx": "1.49.0", "@eslint/compat": "1.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ddc7538ba..71e5c0b42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,8 +128,8 @@ importers: specifier: 2.2.4 version: 2.2.4 '@coana-tech/cli': - specifier: 14.12.205 - version: 14.12.205 + specifier: 14.12.209 + version: 14.12.209 '@cyclonedx/cdxgen': specifier: 12.1.2 version: 12.1.2 @@ -749,8 +749,8 @@ packages: resolution: {integrity: sha512-hAs5PPKPCQ3/Nha+1fo4A4/gL85fIfxZwHPehsjCJ+BhQH2/yw6/xReuaPA/RfNQr6iz1PcD7BZcE3ctyyl3EA==} cpu: [x64] - '@coana-tech/cli@14.12.205': - resolution: {integrity: sha512-+iprCFeKFpD3kOkPd9Xje568XVzmAPYOFqiGqfYnPcd0PiaeD/yvPix1qDXhImaFhEX3J2vH8eZmDM3hz0jXpA==} + '@coana-tech/cli@14.12.209': + resolution: {integrity: sha512-10ZnT7nUq0Uh20O7LYYX5CgeNXCN5OGFYroIJwSxE6bcGc8CaPXb8Q24FrOwLQo8ppYhdovsPzVXPnTWWpR3pw==} hasBin: true '@colors/colors@1.5.0': @@ -5385,7 +5385,7 @@ snapshots: '@cdxgen/cdxgen-plugins-bin@2.0.2': optional: true - '@coana-tech/cli@14.12.205': {} + '@coana-tech/cli@14.12.209': {} '@colors/colors@1.5.0': optional: true From b1674ac7487547c1afc9c1755740c57b18e15ded Mon Sep 17 00:00:00 2001 From: Martin Torp Date: Fri, 10 Apr 2026 09:56:48 +0200 Subject: [PATCH 2/2] increase test timeout for GHSA ID test in CI --- src/commands/fix/cmd-fix.integration.test.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/fix/cmd-fix.integration.test.mts b/src/commands/fix/cmd-fix.integration.test.mts index 084f1c33d..0ccbd8f25 100644 --- a/src/commands/fix/cmd-fix.integration.test.mts +++ b/src/commands/fix/cmd-fix.integration.test.mts @@ -516,6 +516,7 @@ describe('socket fix', async () => { ) expect(code, 'should exit with non-zero code').not.toBe(0) }, + { timeout: testTimeout }, ) cmdit(