diff --git a/Dockerfile b/Dockerfile index 43f95e9bc..683c1018d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=22.10.0-alpine3.19@sha256:f1b43157ce277feaed97088f4d1bbf6b209148d49d98cea592e0af6637657baf +ARG NODE_VERSION=22.11.0-alpine3.19@sha256:844f517e92fb8f226a52f29ed5c2b5994ae0dd05e152fefac3f2399469701234 ARG PNPM_VERSION=9.6.0 FROM node:$NODE_VERSION AS build diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index c2e47b787..18998ac22 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,3 +1,3 @@ -PyJWT==2.9.0 +PyJWT==2.10.0 httpx==0.27.2 cryptography==43.0.3 \ No newline at end of file diff --git a/package.json b/package.json index d40e0753d..5276d2145 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,5 @@ "vitest": "^2.1.2", "vitest-mock-express": "^2.2.0" }, - "packageManager": "pnpm@9.12.3" + "packageManager": "pnpm@9.13.2" }