From b437d8a211f5981912002cf41e6bf63bd15836f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 May 2022 00:36:55 +0000 Subject: [PATCH] yarn: Update to version 1.22.19 --- bucket/yarn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/yarn.json b/bucket/yarn.json index 075a4c3ea1..7d440962a0 100644 --- a/bucket/yarn.json +++ b/bucket/yarn.json @@ -1,5 +1,5 @@ { - "version": "1.22.18", + "version": "1.22.19", "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.18/yarn-v1.22.18.tar.gz", - "hash": "816e5c073b3d35936a398d1fe769ebbcd517298e3510b649e8fc67cd3a62e113", - "extract_dir": "yarn-v1.22.18", + "url": "https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-v1.22.19.tar.gz", + "hash": "732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e", + "extract_dir": "yarn-v1.22.19", "post_install": [ "yarn config set cache-folder \"$dir\\cache\"", "yarn config set yarn-offline-mirror \"$dir\\mirror\"",