Skip to content

Commit

Permalink
Update dependency jwt-decode to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2023
1 parent 341d6e4 commit c481ab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"crypto-js": "4.2.0",
"history": "^5.3.0",
"i18next": "^22.4.10",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"moment": "^2.29.4",
"native-base": "^3.4.25",
"prop-types": "^15.7.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6624,10 +6624,10 @@ jsonfile@^4.0.0:
array-includes "^3.1.5"
object.assign "^4.1.3"

jwt-decode@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59"
integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==
jwt-decode@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==

keyv@^4.5.3:
version "4.5.4"
Expand Down

0 comments on commit c481ab1

Please sign in to comment.