diff --git a/api/package.json b/api/package.json index 71ff62e4743..0c51e0d6e8a 100644 --- a/api/package.json +++ b/api/package.json @@ -17,7 +17,7 @@ "fastify": "4.19.2", "fastify-auth0-verify": "^1.0.0", "fastify-plugin": "^4.3.0", - "jsonwebtoken": "9.0.0", + "jsonwebtoken": "9.0.1", "nanoid": "3", "nodemon": "2.0.22", "query-string": "^7.1.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57041d84b67..faac23e9048 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -211,8 +211,8 @@ importers: specifier: ^4.3.0 version: 4.5.0 jsonwebtoken: - specifier: 9.0.0 - version: 9.0.0 + specifier: 9.0.1 + version: 9.0.1 nanoid: specifier: '3' version: 3.3.4 @@ -23200,14 +23200,14 @@ packages: semver: 5.7.1 dev: false - /jsonwebtoken@9.0.0: - resolution: {integrity: sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==} + /jsonwebtoken@9.0.1: + resolution: {integrity: sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==} engines: {node: '>=12', npm: '>=6'} dependencies: jws: 3.2.2 lodash: 4.17.21 ms: 2.1.3 - semver: 7.5.1 + semver: 7.5.3 dev: false /jsprim@1.4.2: @@ -30187,14 +30187,6 @@ packages: dependencies: lru-cache: 6.0.0 - /semver@7.5.1: - resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==} - engines: {node: '>=10'} - hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: false - /semver@7.5.3: resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} engines: {node: '>=10'}