From f3d8dfb3202cedb5c7b678442f621292237d3d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:49:41 +0200 Subject: [PATCH] build(deps): bump fast-jwt from 3.3.2 to 5.0.2 (#1257) Bumps [fast-jwt](https://github.com/nearform/fast-jwt) from 3.3.2 to 5.0.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.2...v5.0.2) --- updated-dependencies: - dependency-name: fast-jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libraries/grpc-sdk/package.json | 2 +- libraries/module-tools/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libraries/grpc-sdk/package.json b/libraries/grpc-sdk/package.json index ae09555e0..3598cda8b 100644 --- a/libraries/grpc-sdk/package.json +++ b/libraries/grpc-sdk/package.json @@ -36,7 +36,7 @@ "abort-controller-x": "^0.4.3", "convict": "^6.2.4", "express": "^4.21.1", - "fast-jwt": "^3.3.2", + "fast-jwt": "^5.0.2", "fs-extra": "^11.2.0", "ioredis": "^5.3.2", "lodash": "^4.17.21", diff --git a/libraries/module-tools/package.json b/libraries/module-tools/package.json index 5fd7faae4..4227223d3 100644 --- a/libraries/module-tools/package.json +++ b/libraries/module-tools/package.json @@ -32,7 +32,7 @@ "@grpc/proto-loader": "^0.7.6", "abort-controller-x": "^0.4.3", "convict": "^6.2.4", - "fast-jwt": "^3.3.2", + "fast-jwt": "^5.0.2", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "prom-client": "^15.1.3", diff --git a/yarn.lock b/yarn.lock index 7fa5d9c68..cb801900e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8162,10 +8162,10 @@ fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-sta resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -fast-jwt@^3.3.2: - 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== +fast-jwt@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/fast-jwt/-/fast-jwt-5.0.2.tgz#c9fd7b1e9d4277a4aa385d58b033aca3e2d185a3" + integrity sha512-b2z/32MTWyURskK8plXXkbLuZU3F+T79iFaVLYZEveF5lOwUj6g8wg2T7zIi6/xTbbv4BRQzm/lgH2jL3vSPgA== dependencies: "@lukeed/ms" "^2.0.1" asn1.js "^5.4.1"