From c74f6cf5546ad3a3cb81e72e302bd26ed3763a7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:37:23 +0000 Subject: [PATCH] yarn: Update to version 1.22.18 --- bucket/yarn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/yarn.json b/bucket/yarn.json index a62322978f..b00019240a 100644 --- a/bucket/yarn.json +++ b/bucket/yarn.json @@ -1,5 +1,5 @@ { - "version": "1.22.17", + "version": "1.22.18", "description": "Node.js dependency manager", "homepage": "https://yarnpkg.com/", "license": "BSD-2-Clause", @@ -11,9 +11,9 @@ "nvs" ] }, - "url": "https://github.com/yarnpkg/yarn/releases/download/v1.22.17/yarn-v1.22.17.tar.gz", - "hash": "267982c61119a055ba2b23d9cf90b02d3d16c202c03cb0c3a53b9633eae37249", - "extract_dir": "yarn-v1.22.17", + "url": "https://github.com/yarnpkg/yarn/releases/download/v1.22.18/yarn-v1.22.18.tar.gz", + "hash": "a47e898bd42f81e961aa2e8d3ddc2488e66afd0c519e4cb418597c9e7c388f68", + "extract_dir": "yarn-v1.22.18", "post_install": [ "yarn config set cache-folder \"$dir\\cache\"", "yarn config set yarn-offline-mirror \"$dir\\mirror\"",