Skip to content

Commit

Permalink
Upgrade jwt-decode dependency (#29870)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 800ce33e1d031d8a3c7a1d942e269318817fd23e
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Sep 16, 2024
1 parent f798b18 commit cfcf79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
],
"dependencies": {
"esbuild": "0.23.0",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"prettier": "3.2.5",
"globals": "~15.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/browser/sync/authentication_manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LocalSyncState } from "./local_state.js";
import { AuthError, Transition } from "./protocol.js";
import jwtDecode from "jwt-decode";
import { jwtDecode } from "jwt-decode";

// setTimout uses 32 bit integer, so it can only
// schedule about 24 days in the future.
Expand Down

0 comments on commit cfcf79c

Please sign in to comment.