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" } }