Skip to content

Commit 33a33d8

Browse files
chore(deps): update all patch dependencies
1 parent 8e9dfb7 commit 33a33d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": "latest"
1010
},
1111
"ghcr.io/devcontainers/features/node:1": {
12-
"version": "22.22.1"
12+
"version": "22.22.2"
1313
},
1414
"ghcr.io/devcontainers/features/python:1": {
1515
"version": "3.14",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=22.22.1-alpine3.23@sha256:8094c002d08262dba12645a3b4a15cd6cd627d30bc782f53229a2ec13ee22a00
1+
ARG NODE_VERSION=22.22.2-alpine3.23@sha256:4d64b49e6c891c8fc821007cb1cdc6c0db7773110ac2c34bf2e6960adef62ed3
22
ARG PNPM_VERSION=10.25.0
33

44
FROM node:$NODE_VERSION AS build

examples/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PyJWT==2.12.1
22
httpx==0.28.1
33
cryptography==46.0.6
4-
requests==2.33.0
4+
requests==2.33.1

0 commit comments

Comments
 (0)