From 59825509b8d0591e6cabed9676f15297bb5c326f Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Mon, 14 Sep 2026 12:41:14 -0400 Subject: [PATCH] Sweep dependencies and bump to 2.7.11 Moves the osv-scanner binary the Dependency Scan job downloads from v2.5.1 to v2.6.0 (a workflow input dependabot never proposes) and bumps the version for release. Actions, bun, dependabot config, the esbuild override and hook/CI parity were checked and are current. --- .github/workflows/security.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e8ded8a..f433788 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: - name: Install osv-scanner run: | - curl -fsSL https://github.com/google/osv-scanner/releases/download/v2.5.1/osv-scanner_linux_arm64 -o osv-scanner + curl -fsSL https://github.com/google/osv-scanner/releases/download/v2.6.0/osv-scanner_linux_arm64 -o osv-scanner chmod +x osv-scanner - name: Scan dependencies diff --git a/package.json b/package.json index 44c2a98..57b041d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agent-score/sdk", - "version": "2.7.10", + "version": "2.7.11", "description": "TypeScript client for the AgentScore APIs", "main": "./dist/index.js", "module": "./dist/index.mjs",