Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent bb16429 commit a359b9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyJWT==2.9.0
PyJWT==2.10.0
httpx==0.27.2
cryptography==43.0.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"vitest": "^2.1.2",
"vitest-mock-express": "^2.2.0"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.13.2"
}

0 comments on commit a359b9b

Please sign in to comment.