Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent ca13d75 commit 6371d03
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 173 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.11.0-alpine3.19@sha256:844f517e92fb8f226a52f29ed5c2b5994ae0dd05e152fefac3f2399469701234
ARG NODE_VERSION=22.12.0-alpine3.19@sha256:40dc4b415c17b85bea9be05314b4a753f45a4e1716bb31c01182e6c53d51a654
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.10.0
httpx==0.27.2
httpx==0.28.0
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.13.2"
"packageManager": "pnpm@9.14.4"
}
Loading

0 comments on commit 6371d03

Please sign in to comment.