From 3b588553568246ed4fc3ff9663df8038315a4344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 21:18:41 +0200 Subject: [PATCH] build(deps): bump jose from 5.2.4 to 5.3.0 (#6377) Bumps [jose](https://github.com/panva/jose) from 5.2.4 to 5.3.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.2.4...v5.3.0) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3eb03eb7f..d933be583 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.2.4 - version: 5.2.4 + specifier: ^5.3.0 + version: 5.3.0 js-cookie: specifier: ^3.0.5 version: 3.0.5 @@ -5024,8 +5024,8 @@ packages: minimatch: 3.1.2 dev: false - /jose@5.2.4: - resolution: {integrity: sha512-6ScbIk2WWCeXkmzF6bRPmEuaqy1m8SbsRFMa/FLrSCkGIhj8OLVG/IH+XHVmNMx/KUo8cVWEE6oKR4dJ+S0Rkg==} + /jose@5.3.0: + resolution: {integrity: sha512-IChe9AtAE79ru084ow8jzkN2lNrG3Ntfiv65Cvj9uOCE2m5LNsdHG+9EbxWxAoWRF9TgDOqLN5jm08++owDVRg==} dev: false /js-cookie@3.0.5: @@ -5789,7 +5789,7 @@ packages: debug: 4.3.4(supports-color@8.1.1) eta: 3.4.0 got: 13.0.0 - jose: 5.2.4 + jose: 5.3.0 jsesc: 3.0.2 koa: 2.15.3 nanoid: 5.0.7 diff --git a/src/package.json b/src/package.json index 328f5c84f..45e3553c7 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.2.4", + "jose": "^5.3.0", "js-cookie": "^3.0.5", "jsdom": "^24.0.0", "jsonminify": "0.4.2",