fix(deps): update dependency jwt-decode to v3 (#4408)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
7f72a6a16c
commit
03492e4e68
@ -23,7 +23,7 @@
|
||||
"dependencies": {
|
||||
"gotrue-js": "^0.9.24",
|
||||
"ini": "^1.3.5",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"jwt-decode": "^3.0.0",
|
||||
"minimatch": "^3.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -38,7 +38,7 @@
|
||||
"history": "^4.7.2",
|
||||
"immer": "^7.0.0",
|
||||
"js-base64": "^3.0.0",
|
||||
"jwt-decode": "^2.1.0",
|
||||
"jwt-decode": "^3.0.0",
|
||||
"node-polyglot": "^2.3.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.4",
|
||||
|
@ -11328,10 +11328,10 @@ jsx-ast-utils@^2.4.1:
|
||||
array-includes "^3.1.1"
|
||||
object.assign "^4.1.0"
|
||||
|
||||
jwt-decode@^2.1.0, jwt-decode@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-2.2.0.tgz#7d86bd56679f58ce6a84704a657dd392bba81a79"
|
||||
integrity sha1-fYa9VmefWM5qhHBKZX3TkruoGnk=
|
||||
jwt-decode@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.0.0.tgz#d9a17ddf6d37c03bf037b0b27cf8756cfd01c5c7"
|
||||
integrity sha512-RBQv2MTm3FNKQkdzhEyQwh5MbdNgMa+FyIJIK5RMWEn6hRgRHr7j55cRxGhRe6vGJDElyi6f6u/yfkP7AoXddA==
|
||||
|
||||
keyv@^3.0.0:
|
||||
version "3.1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user