Skip to content

Commit

Permalink
Workaround of CVE-2023-45288
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed May 20, 2024
1 parent 8536a32 commit 949b033
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion infra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache \
&& apt-get update \
&& apt-get install -yqq --no-install-recommends \
python3
python3 golang

RUN corepack enable

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"zod": "3.23.8"
},
"resolutions": {
"vite": "5.2.11"
"esbuild": "0.21.3"
}
}
196 changes: 98 additions & 98 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 949b033

Please sign in to comment.