Skip to content

Commit

Permalink
chore: bump up jwt-decode
Browse files Browse the repository at this point in the history
  • Loading branch information
jamil314 committed Nov 15, 2024
1 parent dad8434 commit 00371c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"date-fns": "^2.28.0",
"elastic-apm-node": "^3.29.0",
"jest": "29.7.0",
"jwt-decode": "^2.2.0",
"jwt-decode": "^3.0.0",
"lodash": "^4.17.10",
"node-fetch": "^2.6.7",
"pkg-up": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/src/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

import { IAuthHeader } from './http'
import * as decode from 'jwt-decode'
import decode from 'jwt-decode'

/** All the scopes user can be assigned to */
export const userScopes = {
Expand Down

0 comments on commit 00371c7

Please sign in to comment.