Skip to content

Commit ede2273

Browse files
Bump @types/jwt-decode from 2.2.1 to 3.1.0
Bumps [@types/jwt-decode](https://github.com/auth0/jwt-decode) from 2.2.1 to 3.1.0. - [Release notes](https://github.com/auth0/jwt-decode/releases) - [Changelog](https://github.com/auth0/jwt-decode/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/jwt-decode/commits/v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 70ef7f3 commit ede2273

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@types/google.picker": "^0.0.34",
9999
"@types/invariant": "^2.2.34",
100100
"@types/jest": "^26.0.20",
101-
"@types/jwt-decode": "^2.2.1",
101+
"@types/jwt-decode": "^3.1.0",
102102
"@types/lodash": "^4.14.168",
103103
"@types/lz-string": "^1.3.34",
104104
"@types/node": "^14.14.31",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,10 +2127,12 @@
21272127
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
21282128
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
21292129

2130-
"@types/jwt-decode@^2.2.1":
2131-
version "2.2.1"
2132-
resolved "https://registry.yarnpkg.com/@types/jwt-decode/-/jwt-decode-2.2.1.tgz#afdf5c527fcfccbd4009b5fd02d1e18241f2d2f2"
2133-
integrity sha512-aWw2YTtAdT7CskFyxEX2K21/zSDStuf/ikI3yBqmwpwJF0pS+/IX5DWv+1UFffZIbruP6cnT9/LAJV1gFwAT1A==
2130+
"@types/jwt-decode@^3.1.0":
2131+
version "3.1.0"
2132+
resolved "https://registry.yarnpkg.com/@types/jwt-decode/-/jwt-decode-3.1.0.tgz#eb1b24f436962b8857beaf8addfd542de56670a2"
2133+
integrity sha512-tthwik7TKkou3mVnBnvVuHnHElbjtdbM63pdBCbZTirCt3WAdM73Y79mOri7+ljsS99ZVwUFZHLMxJuJnv/z1w==
2134+
dependencies:
2135+
jwt-decode "*"
21342136

21352137
"@types/lodash@^4.14.168":
21362138
version "4.14.168"
@@ -8256,6 +8258,11 @@ jsprim@^1.2.2:
82568258
array-includes "^3.1.2"
82578259
object.assign "^4.1.2"
82588260

8261+
jwt-decode@*:
8262+
version "3.1.2"
8263+
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59"
8264+
integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==
8265+
82598266
killable@^1.0.1:
82608267
version "1.0.1"
82618268
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"

0 commit comments

Comments
 (0)