From e7321d6554452644776ae4d410c876f16ea667a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:02:56 +0000 Subject: [PATCH] Bump fast-jwt from 3.3.1 to 3.3.2 Bumps [fast-jwt](https://github.com/nearform/fast-jwt) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/nearform/fast-jwt/releases) - [Changelog](https://github.com/nearform/fast-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/nearform/fast-jwt/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: fast-jwt dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b66d01a..8bc0ba0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5519,9 +5519,9 @@ fast-json-stable-stringify@^2.0.0: integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== fast-jwt@^3.1.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/fast-jwt/-/fast-jwt-3.3.1.tgz#dccac262fb919ec16b367d19d24304eff5706175" - integrity sha512-1YuuIJeh1hEvfcYDe89P2oGACWI5hd2GadRDKHalSxkc1Z0z8I6yzuVK6SF15sW09QZngTV6d7g4+TFL9bvs5A== + version "3.3.2" + resolved "https://registry.yarnpkg.com/fast-jwt/-/fast-jwt-3.3.2.tgz#08812282cd9ca0d1f7060987d3e527f84e364f88" + integrity sha512-H+JYxaFy2LepiC1AQWM/2hzKlQOWaWUkEnu/yebhYu4+ameb3qG77WiRZ1Ct6YBk6d/ESsNguBfTT5+q0XMtKg== dependencies: "@lukeed/ms" "^2.0.1" asn1.js "^5.4.1"