diff options
| -rw-r--r-- | thallium-frontend/package.json | 1 | ||||
| -rw-r--r-- | thallium-frontend/pnpm-lock.yaml | 9 | 
2 files changed, 10 insertions, 0 deletions
diff --git a/thallium-frontend/package.json b/thallium-frontend/package.json index ddb2d61..dc9dee5 100644 --- a/thallium-frontend/package.json +++ b/thallium-frontend/package.json @@ -12,6 +12,7 @@    "dependencies": {      "@fontsource-variable/fira-code": "^5.0.18",      "@reduxjs/toolkit": "^2.2.7", +    "jwt-decode": "^4.0.0",      "react": "^18.3.1",      "react-dom": "^18.3.1",      "react-redux": "^9.1.2", diff --git a/thallium-frontend/pnpm-lock.yaml b/thallium-frontend/pnpm-lock.yaml index 853a55f..458e2ec 100644 --- a/thallium-frontend/pnpm-lock.yaml +++ b/thallium-frontend/pnpm-lock.yaml @@ -14,6 +14,9 @@ importers:        '@reduxjs/toolkit':          specifier: ^2.2.7          version: 2.2.7([email protected](@types/[email protected])([email protected])([email protected]))([email protected]) +      jwt-decode: +        specifier: ^4.0.0 +        version: 4.0.0        react:          specifier: ^18.3.1          version: 18.3.1 @@ -1143,6 +1146,10 @@ packages:      resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}      engines: {node: '>=4.0'} +    resolution: {integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==} +    engines: {node: '>=18'} +      resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} @@ -2777,6 +2784,8 @@ snapshots:        object.assign: 4.1.5        object.values: 1.2.0 +  [email protected]: {} +      dependencies:        json-buffer: 3.0.1  |