From fedfc6c05196479cf47f7f2b44c7f6f13ada079a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 19:53:40 +0000 Subject: [PATCH] chore(deps): update dependency yarn to v1.22.18 (#14801) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 34f537ec14..4035d782b1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -3,4 +3,4 @@ FROM containerbase/node:14.19.1@sha256:c2281a0bc1b0e1f9515febee40ce838c8bcfe53cd USER root # renovate: datasource=npm -RUN install-tool yarn 1.22.17 +RUN install-tool yarn 1.22.18 -- GitLab