diff --git a/package.json b/package.json index 0064a38..864ac1f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react-redux": "^7.1.25", "@types/react-syntax-highlighter": "^15.5.7", "axios": "^1.4.0", - "jsonwebtoken": "~8.5.1", + "jsonwebtoken": "~9.0.2", "next": "13.4.7", "next-auth": "^4.22.1", "next-redux-wrapper": "^8.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f06437b..eadf93d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@reduxjs/toolkit': specifier: ^1.9.5 @@ -20,8 +24,8 @@ dependencies: specifier: ^1.4.0 version: 1.4.0 jsonwebtoken: - specifier: ~8.5.1 - version: 8.5.1 + specifier: ~9.0.2 + version: 9.0.2 next: specifier: 13.4.7 version: 13.4.7(react-dom@18.2.0)(react@18.2.0) @@ -127,6 +131,7 @@ packages: /@emotion/memoize@0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} + requiresBuild: true dev: true optional: true @@ -2051,9 +2056,9 @@ packages: minimist: 1.2.8 dev: true - /jsonwebtoken@8.5.1: - resolution: {integrity: sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==} - engines: {node: '>=4', npm: '>=1.4.28'} + /jsonwebtoken@9.0.2: + resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} + engines: {node: '>=12', npm: '>=6'} dependencies: jws: 3.2.2 lodash.includes: 4.3.0 @@ -2064,7 +2069,7 @@ packages: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 5.7.2 + semver: 7.5.4 dev: false /jsx-ast-utils@3.3.4: @@ -3366,11 +3371,6 @@ packages: dependencies: loose-envify: 1.4.0 - /semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} - hasBin: true - dev: false - /semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true @@ -3382,7 +3382,6 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 - dev: true /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}