From acc9886efd1ec9d9bb68aece0d60d04c431cf974 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:58:25 +0000 Subject: [PATCH] chore(deps): update dependency yarn to v1.22.13 (#12044) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6897ef241a..d9048f67da 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,4 +2,4 @@ FROM containerbase/node:v14.18.0@sha256:50de253d90cbb55711d47927e56850c32ea5fcb7 # renovate: datasource=npm -RUN install-tool yarn 1.22.11 +RUN install-tool yarn 1.22.13 -- GitLab