From 61b5ed654fbaab50cf235558c0344b77eab29ee6 Mon Sep 17 00:00:00 2001
From: svc-cli-bot <Svc_cli_bot@salesforce.com>
Date: Sun, 17 Nov 2024 03:02:11 +0000
Subject: [PATCH] chore(release): 3.7.43 [skip ci]

---
 CHANGELOG.md | 6 ++++++
 README.md    | 2 +-
 package.json | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 179fb8de..1b566111 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [3.7.43](https://github.com/salesforcecli/plugin-trust/compare/3.7.42...3.7.43) (2024-11-17)
+
+### Bug Fixes
+
+- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([896b4a7](https://github.com/salesforcecli/plugin-trust/commit/896b4a77742c923cec6a25830f8915097f551552))
+
 ## [3.7.42](https://github.com/salesforcecli/plugin-trust/compare/3.7.41...3.7.42) (2024-11-16)
 
 ### Bug Fixes
diff --git a/README.md b/README.md
index 7bcbbad5..f9b8b293 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,6 @@ EXAMPLES
   $ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
 ```
 
-_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.42/src/commands/plugins/trust/verify.ts)_
+_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.43/src/commands/plugins/trust/verify.ts)_
 
 <!-- commandsstop -->
diff --git a/package.json b/package.json
index 33955b6b..11f6d9be 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@salesforce/plugin-trust",
   "description": "validate a digital signature for a npm package",
-  "version": "3.7.42",
+  "version": "3.7.43",
   "author": "Salesforce",
   "bin": {
     "sf-trust": "bin/dev"