From 7c69f0a8f60b6bdc9ddb9707eea0da91ae0a2c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 01:03:21 +0000 Subject: [PATCH] build(deps): bump jose from 3.20.4 to 4.15.5 in /API/hypothesis Bumps [jose](https://github.com/panva/jose) from 3.20.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/v3.20.4...v4.15.5) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/hypothesis/package-lock.json | 14 +++++++------- API/hypothesis/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/API/hypothesis/package-lock.json b/API/hypothesis/package-lock.json index 37bbffa3..9bbe3f6c 100644 --- a/API/hypothesis/package-lock.json +++ b/API/hypothesis/package-lock.json @@ -9,14 +9,14 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "jose": "^3.12.2", + "jose": "^4.15.5", "node-fetch": "^2.6.7" } }, "node_modules/jose": { - "version": "3.20.4", - "resolved": "https://registry.npmjs.org/jose/-/jose-3.20.4.tgz", - "integrity": "sha512-PRnyOQwWGD3EZnnSpKOOLqQ0RT9chbB8f8AzY4bEHY0I2FCtrcp1ojG0nBgAMn2MtuPpE3wOwIhhW0G7AGzbLw==", + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz", + "integrity": "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -62,9 +62,9 @@ }, "dependencies": { "jose": { - "version": "3.20.4", - "resolved": "https://registry.npmjs.org/jose/-/jose-3.20.4.tgz", - "integrity": "sha512-PRnyOQwWGD3EZnnSpKOOLqQ0RT9chbB8f8AzY4bEHY0I2FCtrcp1ojG0nBgAMn2MtuPpE3wOwIhhW0G7AGzbLw==" + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz", + "integrity": "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==" }, "node-fetch": { "version": "2.6.7", diff --git a/API/hypothesis/package.json b/API/hypothesis/package.json index 281076f6..710bca7c 100644 --- a/API/hypothesis/package.json +++ b/API/hypothesis/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "jose": "^3.12.2", + "jose": "^4.15.5", "node-fetch": "^2.6.7" } }