From 3f3cbc21eb09ee458627ca8ef77e4341aea29bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 14:59:16 +0000 Subject: [PATCH] Bump jose from 1.25.0 to 1.28.1 Bumps [jose](https://github.com/panva/jose) from 1.25.0 to 1.28.1. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.1/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v1.25.0...v1.28.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cede988..6fe05f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1582,9 +1582,9 @@ "dev": true }, "jose": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-1.25.0.tgz", - "integrity": "sha512-IaS/sJzBPIlgnSW+SnJr7We8cXrzKKwwJe765c50aSbB1u46CSaTYxgYRfFnXRZAPxGyQhkhPHUkcLvYmhiDpw==", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-1.28.1.tgz", + "integrity": "sha512-6JK28rFu5ENp/yxMwM+iN7YeaInnY9B9Bggjkz5fuwLiJhbVrl2O4SJr65bdNBPl9y27fdC3Mymh+FVCvozLIg==", "requires": { "@panva/asn1.js": "^1.0.0" } diff --git a/package.json b/package.json index e039f31..493599a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "body-parser": "^1.19.0", "express": "^4.17.1", "firebase-admin": "^8.9.2", - "jose": "^1.25.0", + "jose": "^1.28.1", "reflect-metadata": "^0.1.13", "tsyringe": "^3.2.0", "url-join": "^4.0.1"