diff --git a/package-lock.json b/package-lock.json index 3e3fed7..1d8581d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -966,9 +966,9 @@ } }, "yarn": { - "version": "1.17.3", - "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.17.3.tgz", - "integrity": "sha512-CgA8o7nRZaQvmeF/WBx2FC7f9W/0X59T2IaLYqgMo6637wfp5mMEsM3YXoJtKUspnpmDJKl/gGFhnqS+sON7hA==" + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.0.tgz", + "integrity": "sha512-KMHP/Jq53jZKTY9iTUt3dIVl/be6UPs2INo96+BnZHLKxYNTfwMmlgHTaMWyGZoO74RI4AIFvnWhYrXq2USJkg==" }, "yauzl": { "version": "2.4.1", diff --git a/package.json b/package.json index 79a9823..dfe2357 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "request": "^2.88.0", "request-promise-native": "^1.0.7", "yargs": "^14.0.0", - "yarn": "^1.17.3" + "yarn": "^1.22.0" } }