Skip to content

Commit

Permalink
Update dependency sharp to v0.33.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent d342669 commit bcf83ae
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 200 deletions.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG node_version=20.16.0-alpine
# renovate: datasource=npm packageName=prisma
ARG prisma_version=5.17.0
# renovate: datasource=npm packageName=sharp
ARG sharp_version=0.33.4
ARG sharp_version=0.33.5

FROM --platform=$BUILDPLATFORM node:${node_version} AS source
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react-error-boundary": "4.0.13",
"server-only": "0.0.1",
"sharp": "0.33.4",
"sharp": "0.33.5",
"ts-node": "10.9.2",
"tslib": "2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG node_version=20.16.0-alpine
# renovate: datasource=npm packageName=sharp
ARG sharp_version=0.33.4
ARG sharp_version=0.33.5

FROM node:${node_version} AS source
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Expand Down
Loading

0 comments on commit bcf83ae

Please sign in to comment.