From 0a7fbc4e28261502579bc7c2c085192bd327c7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:46:56 +0000 Subject: [PATCH] Bump jose from 5.6.3 to 5.9.1 Bumps [jose](https://github.com/panva/jose) from 5.6.3 to 5.9.1. - [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/v5.6.3...v5.9.1) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52cc11a98..e2e6b1ea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "aws4": "1.13.1", "handlebars": "4.7.8", "httpntlm": "1.8.13", - "jose": "5.6.3", + "jose": "5.9.1", "js-sha512": "0.9.0", "lodash": "4.17.21", "mime-types": "2.1.35", @@ -6067,9 +6067,9 @@ } }, "node_modules/jose": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.6.3.tgz", - "integrity": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.1.tgz", + "integrity": "sha512-8verKvy4GThlXSRe1qOcHGcRW9tKVv0YrLildFf6q3RQh3V/OxCXAkVsLhsw9tNOXFJ/EsIGOxWMmISBd/osTQ==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -15116,9 +15116,9 @@ } }, "jose": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.6.3.tgz", - "integrity": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==" + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.1.tgz", + "integrity": "sha512-8verKvy4GThlXSRe1qOcHGcRW9tKVv0YrLildFf6q3RQh3V/OxCXAkVsLhsw9tNOXFJ/EsIGOxWMmISBd/osTQ==" }, "js-md4": { "version": "0.3.2", diff --git a/package.json b/package.json index ecaaa120e..4ee98b0a5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "aws4": "1.13.1", "handlebars": "4.7.8", "httpntlm": "1.8.13", - "jose": "5.6.3", + "jose": "5.9.1", "js-sha512": "0.9.0", "lodash": "4.17.21", "mime-types": "2.1.35",