Skip to content

Commit

Permalink
fix(deps): update dependency yarn to v1.22.22 (#273)
Browse files Browse the repository at this point in the history
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| npm        | yarn    | 1.22.21 | 1.22.22 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 17, 2024
1 parent ac9951d commit b4ebbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN install-tool corepack 0.26.0
ARG PNPM_VERSION=8.15.4

# renovate: datasource=npm depName=yarn
ARG YARN_VERSION=1.22.21
ARG YARN_VERSION=1.22.22

# enable corepack and precache yarn and pnpm
RUN set -ex; \
Expand Down

0 comments on commit b4ebbd4

Please sign in to comment.