diff --git a/package-lock.json b/package-lock.json index 457eb743be..a56a70786f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2012,9 +2012,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==" } } } diff --git a/package.json b/package.json index db8023e2f2..afe35d9432 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "repository": {}, "license": "MPL-2.0", "dependencies": { - "yarn": "^1.16.0" + "yarn": "^1.22.0" }, "devDependencies": { "babel-eslint": "10.0.3",