From f6dd1500711c251049fe340b5955e0cde0fe1669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:21:46 -0500 Subject: [PATCH] Bump jose from 4.15.4 to 4.15.5 in /scripts/vci-directory-auditor (#956) Bumps [jose](https://github.com/panva/jose) from 4.15.4 to 4.15.5. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v4.15.4...v4.15.5) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/vci-directory-auditor/package-lock.json | 6 +++--- scripts/vci-directory-auditor/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/vci-directory-auditor/package-lock.json b/scripts/vci-directory-auditor/package-lock.json index 24cdbc1f..cb35f555 100644 --- a/scripts/vci-directory-auditor/package-lock.json +++ b/scripts/vci-directory-auditor/package-lock.json @@ -314,9 +314,9 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "jose": { - "version": "4.15.4", - "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.4.tgz", - "integrity": "sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==" + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz", + "integrity": "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==" }, "json-buffer": { "version": "3.0.1", diff --git a/scripts/vci-directory-auditor/package.json b/scripts/vci-directory-auditor/package.json index 4588ed74..9d5e3e2a 100644 --- a/scripts/vci-directory-auditor/package.json +++ b/scripts/vci-directory-auditor/package.json @@ -18,7 +18,7 @@ "fs": "*", "got": "^11.8.5", "http-cache-semantics": "^4.1.1", - "jose": "^4.9.2", + "jose": "^4.15.5", "path": "^0.12.7", "ts-node": "^10.2.0", "typescript": "^4.3.5",