Skip to content

Commit bf81791

Browse files
Bump @types/jwt-decode from 2.2.1 to 3.1.0 in /frontend
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) --- updated-dependencies: - dependency-name: "@types/jwt-decode" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46152ad commit bf81791

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@sentry/browser": "^4.3.0",
1313
"@typed/compose": "^1.0.0",
1414
"@types/classnames": "^2.2.6",
15-
"@types/jwt-decode": "^2.2.1",
15+
"@types/jwt-decode": "^3.1.0",
1616
"@types/lodash": "^4.14.119",
1717
"@types/react-beautiful-dnd": "^13.1.2",
1818
"@types/react-select": "^2.0.6",

frontend/yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,12 @@
386386
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
387387
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
388388

389-
"@types/jwt-decode@^2.2.1":
390-
version "2.2.1"
391-
resolved "https://registry.yarnpkg.com/@types/jwt-decode/-/jwt-decode-2.2.1.tgz#afdf5c527fcfccbd4009b5fd02d1e18241f2d2f2"
392-
integrity sha512-aWw2YTtAdT7CskFyxEX2K21/zSDStuf/ikI3yBqmwpwJF0pS+/IX5DWv+1UFffZIbruP6cnT9/LAJV1gFwAT1A==
389+
"@types/jwt-decode@^3.1.0":
390+
version "3.1.0"
391+
resolved "https://registry.yarnpkg.com/@types/jwt-decode/-/jwt-decode-3.1.0.tgz#eb1b24f436962b8857beaf8addfd542de56670a2"
392+
integrity sha512-tthwik7TKkou3mVnBnvVuHnHElbjtdbM63pdBCbZTirCt3WAdM73Y79mOri7+ljsS99ZVwUFZHLMxJuJnv/z1w==
393+
dependencies:
394+
jwt-decode "*"
393395

394396
"@types/lodash@^4.14.119":
395397
version "4.14.184"
@@ -5690,7 +5692,7 @@ [email protected], jss@^10.5.1:
56905692
is-in-browser "^1.1.3"
56915693
tiny-warning "^1.0.2"
56925694

5693-
jwt-decode@^3.1.2:
5695+
jwt-decode@*, jwt-decode@^3.1.2:
56945696
version "3.1.2"
56955697
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59"
56965698
integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==

0 commit comments

Comments
 (0)