From f5d9c199851ff911a16f6177246c097adf57fcd8 Mon Sep 17 00:00:00 2001 From: "socket-pr-bot[bot]" <294242679+socket-pr-bot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:23:30 +0000 Subject: [PATCH 1/2] upgrading coana to version 15.10.15 --- 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 31676b597..aa79fa929 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.158](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.158) - 2026-08-17 + +### Changed +- Updated the Coana CLI to v `15.10.15`. + ## [Unreleased] ### Fixed diff --git a/package.json b/package.json index f3db34e97..07bac1baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket", - "version": "1.1.157", + "version": "1.1.158", "description": "CLI for Socket.dev", "contentPolicy": { "class": "dual-use" @@ -102,7 +102,7 @@ "@babel/preset-typescript": "7.27.1", "@babel/runtime": "7.28.4", "@biomejs/biome": "2.2.4", - "@coana-tech/cli": "15.10.13", + "@coana-tech/cli": "15.10.15", "@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 f289a4d28..c69500f74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -135,8 +135,8 @@ importers: specifier: 2.2.4 version: 2.2.4 '@coana-tech/cli': - specifier: 15.10.13 - version: 15.10.13 + specifier: 15.10.15 + version: 15.10.15 '@cyclonedx/cdxgen': specifier: 12.1.2 version: 12.1.2 @@ -824,8 +824,8 @@ packages: resolution: {integrity: sha512-hAs5PPKPCQ3/Nha+1fo4A4/gL85fIfxZwHPehsjCJ+BhQH2/yw6/xReuaPA/RfNQr6iz1PcD7BZcE3ctyyl3EA==} cpu: [x64] - '@coana-tech/cli@15.10.13': - resolution: {integrity: sha512-PTZ0nhh+afFqxV33++b3Zo17v2VepTbu7rx0h4Z8056c1p/J7J+YzfyNuv3FZDTEQhIJWLV0mXdi1NLzbswsrg==} + '@coana-tech/cli@15.10.15': + resolution: {integrity: sha512-fASvrdSLiGLJsF9tkiwd5E/kc6ur+LAbquu08sDdXbQD5RsiGbaJQI+6pHISHajibRDaCVjzN8g0FsnWw0Z73g==} hasBin: true '@colors/colors@1.5.0': @@ -5698,7 +5698,7 @@ snapshots: '@cdxgen/cdxgen-plugins-bin@2.0.2': optional: true - '@coana-tech/cli@15.10.13': {} + '@coana-tech/cli@15.10.15': {} '@colors/colors@1.5.0': optional: true From 9e7fef0c5c74ea568e1ece079fc7220b94a29bc1 Mon Sep 17 00:00:00 2001 From: Martin Torp Date: Mon, 17 Aug 2026 08:57:17 +0200 Subject: [PATCH 2/2] move release notes under Unreleased and drop hand-written version bump The publish workflow derives the version on v1.x; hand-writing it would desync the changelog from the released version. --- CHANGELOG.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa79fa929..fe8fe1639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +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.158](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.158) - 2026-08-17 +## [Unreleased] ### Changed - Updated the Coana CLI to v `15.10.15`. -## [Unreleased] - ### Fixed - `socket scan create` now rejects every `--reach-*` modifier when `--reach` is not enabled. Previously flags such as `--reach-debug` were silently ignored, making a plain SBOM scan look like a reachability scan. diff --git a/package.json b/package.json index 07bac1baa..10c85ffdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket", - "version": "1.1.158", + "version": "1.1.157", "description": "CLI for Socket.dev", "contentPolicy": { "class": "dual-use"