From a6c35c1b8014a49d24c693372698ac0848a826e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 29 Sep 2021 00:58:58 +0000 Subject: [PATCH] fix(deps): update dependency @actions/core to v1.6.0 --- tools/crowdin/package-lock.json | 9 ++++++--- tools/crowdin/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tools/crowdin/package-lock.json b/tools/crowdin/package-lock.json index 012bfa47da..227cba92df 100644 --- a/tools/crowdin/package-lock.json +++ b/tools/crowdin/package-lock.json @@ -5,9 +5,12 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.5.0.tgz", - "integrity": "sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", + "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", + "requires": { + "@actions/http-client": "^1.0.11" + } }, "@actions/github": { "version": "5.0.0", diff --git a/tools/crowdin/package.json b/tools/crowdin/package.json index a604cdd1b8..e4fd183ce2 100644 --- a/tools/crowdin/package.json +++ b/tools/crowdin/package.json @@ -22,7 +22,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@actions/core": "1.5.0", + "@actions/core": "1.6.0", "@actions/github": "5.0.0", "dotenv": "10.0.0", "fs-extra": "10.0.0",