From 2bf8b693e9f1893554f1daa2a01b903c7643d091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 13:40:50 +0000 Subject: [PATCH] Bump jose from 1.28.0 to 1.28.1 Bumps [jose](https://github.com/panva/jose) from 1.28.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.28.0...v1.28.1) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1dc803..a104d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1283,14 +1283,17 @@ } }, "node_modules/jose": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-1.28.0.tgz", - "integrity": "sha512-JmfDRzt/HSj8ipd9TsDtEHoLUnLYavG+7e8F6s1mx2jfVSfXOTaFQsJUydbjJpTnTDHP1+yKL9Ke7ktS/a0Eiw==", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-1.28.1.tgz", + "integrity": "sha512-6JK28rFu5ENp/yxMwM+iN7YeaInnY9B9Bggjkz5fuwLiJhbVrl2O4SJr65bdNBPl9y27fdC3Mymh+FVCvozLIg==", "dependencies": { "@panva/asn1.js": "^1.0.0" }, "engines": { "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/sponsors/panva" } }, "node_modules/jsonfile": { @@ -3154,9 +3157,9 @@ } }, "jose": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-1.28.0.tgz", - "integrity": "sha512-JmfDRzt/HSj8ipd9TsDtEHoLUnLYavG+7e8F6s1mx2jfVSfXOTaFQsJUydbjJpTnTDHP1+yKL9Ke7ktS/a0Eiw==", + "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" }