Skip to content

Commit

Permalink
build(deps): bump fast-jwt from 3.3.2 to 5.0.2 (#1257)
Browse files Browse the repository at this point in the history
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](nearform/fast-jwt@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 8f261e6 commit f3d8dfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion libraries/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8162,10 +8162,10 @@ [email protected], 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"
Expand Down

0 comments on commit f3d8dfb

Please sign in to comment.