From 7cc7634069a6d48506d11e6e6e15cabbaed2815d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:17:07 +0000 Subject: [PATCH] Bump jose from 5.4.1 to 5.5.0 Bumps [jose](https://github.com/panva/jose) from 5.4.1 to 5.5.0. - [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.4.1...v5.5.0) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2d3dc3693..b775ec6c7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -186,8 +186,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 jose: - specifier: ^5.4.1 - version: 5.4.1 + specifier: ^5.5.0 + version: 5.5.0 js-cookie: specifier: ^3.0.5 version: 3.0.5 @@ -5033,8 +5033,8 @@ packages: minimatch: 3.1.2 dev: false - /jose@5.4.1: - resolution: {integrity: sha512-U6QajmpV/nhL9SyfAewo000fkiRQ+Yd2H0lBxJJ9apjpOgkOcBQJWOrMo917lxLptdS/n/o/xPzMkXhF46K8hQ==} + /jose@5.5.0: + resolution: {integrity: sha512-DUPr/1kYXbuqYpkCj9r66+B4SGCKXCLQ5ZbKCgmn4sJveJqcwNqWtAR56u4KPmpXjrmBO2uNuLdEAEiqIhFNBg==} dev: false /js-cookie@3.0.5: @@ -5891,7 +5891,7 @@ packages: debug: 4.3.5 eta: 3.4.0 got: 13.0.0 - jose: 5.4.1 + jose: 5.5.0 jsesc: 3.0.2 koa: 2.15.3 nanoid: 5.0.7 diff --git a/src/package.json b/src/package.json index 69fd4eab4..025445060 100644 --- a/src/package.json +++ b/src/package.json @@ -45,7 +45,7 @@ "find-root": "1.1.0", "formidable": "^3.5.1", "http-errors": "^2.0.0", - "jose": "^5.4.1", + "jose": "^5.5.0", "js-cookie": "^3.0.5", "jsdom": "^24.1.0", "jsonminify": "0.4.2",