Skip to content

Commit

Permalink
chore(deps): update jwt-decode from 3.1.2 to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 1, 2023
1 parent 55e3570 commit 419183e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"ini": "2.0.0",
"js-yaml": "^4.1.0",
"json2csv": "5.0.7",
"jwt-decode": "3.1.2",
"jwt-decode": "4.0.0",
"lando": "github:automattic/lando-cli.git#5efb9eb",
"node-fetch": "^2.6.1",
"opn": "5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/token.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jwtDecode from 'jwt-decode';
import { jwtDecode } from 'jwt-decode';
import { v4 as uuid } from 'uuid';

import { API_HOST, PRODUCTION_API_HOST } from './api';
Expand Down

0 comments on commit 419183e

Please sign in to comment.