audit-labs/gh-attest

GitHub Audit Evidence Extractor

clone: git clone https://gitbay.org/audit-labs/gh-attest.git

66e9e62175aa7b3a1043afb9c4cae3693a179494

signed_unknown_key

author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> · 2026-08-03T01:15:27Z
committer: <noreply@github.com>

Bump jose from 6.2.4 to 6.2.5

Bumps [jose](https://github.com/panva/jose) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v6.2.4...v6.2.5)

---
updated-dependencies:
- dependency-name: jose
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 4ed22ab..8c978dc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
       "name": "gh-attest",
       "version": "1.0.2",
       "dependencies": {
-        "jose": "^6.2.4",
+        "jose": "^6.2.5",
         "pdf-lib": "^1.17.1"
       },
       "devDependencies": {
@@ -1697,9 +1697,9 @@
       }
     },
     "node_modules/jose": {
-      "version": "6.2.4",
-      "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.4.tgz",
-      "integrity": "sha512-N8acGzVsQy6M/fjFcxtysNc4Q379TcM5dM/qKkNtsHFji88yANnXTr7BLeP75iPnFwBfQzM/jg2BZ9+HZrHCZA==",
+      "version": "6.2.5",
+      "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.5.tgz",
+      "integrity": "sha512-2E5L2yRp03FnwreJLJX8/r7mHiZICCf8kG7fAsTWkSQTDAcc46NIZoQLKy+EJ8sPoJlxyS4OQR5H70LjIZZlIQ==",
       "license": "MIT",
       "funding": {
         "url": "https://github.com/sponsors/panva"
diff --git a/package.json b/package.json
index 409955b..6cec67f 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
     "wrangler": "^4.114.0"
   },
   "dependencies": {
-    "jose": "^6.2.4",
+    "jose": "^6.2.5",
     "pdf-lib": "^1.17.1"
   }
 }