From d34ac2aef3154747bff6d9bda0e3cf7b3dc06653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:24:31 +0300 Subject: [PATCH] build(deps): bump setup-go from v2.1.4 to v2.2.0 (#401) Bumps [setup-go](https://github.com/actions/setup-go) from v2.1.4 to v2.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/331ce1d993939866bb63c32c6cbbfd48fa76fc57...bfdd3570ce990073878bf10f6b2d79082de49492) --- updated-dependencies: - dependency-name: setup-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 62 +++++++++++++++++++---------------------------- package.json | 2 +- 2 files changed, 26 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82587e7d42..122c80ca3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@actions/tool-cache": "^1.7.1", "@types/semver": "^7.3.9", "@types/tmp": "^0.2.3", - "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.4", + "setup-go": "git+https://github.com/actions/setup-go.git#v2.2.0", "tmp": "^0.2.1" }, "devDependencies": { @@ -50,19 +50,14 @@ "uuid": "^3.3.3" } }, - "node_modules/@actions/cache/node_modules/@actions/http-client": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.9.tgz", - "integrity": "sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==", + "node_modules/@actions/core": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", + "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", "dependencies": { - "tunnel": "0.0.6" + "@actions/http-client": "^1.0.11" } }, - "node_modules/@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==" - }, "node_modules/@actions/exec": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.0.tgz", @@ -92,9 +87,9 @@ } }, "node_modules/@actions/http-client": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz", - "integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", + "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", "dependencies": { "tunnel": "0.0.6" } @@ -2827,11 +2822,11 @@ }, "node_modules/setup-go": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/actions/setup-go.git#331ce1d993939866bb63c32c6cbbfd48fa76fc57", - "integrity": "sha512-sin1uT5VXYsvPLI47bpdLGsWyf4dgwotubBuqOcaBxn4q7sDMvXopFYPT9NOZBn4QR3HQTQ9C4n2PCbdK4axZQ==", + "resolved": "git+ssh://git@github.com/actions/setup-go.git#bfdd3570ce990073878bf10f6b2d79082de49492", + "integrity": "sha512-/YkMQwblOCepJntpfdhsKFW/KhpEE0jrAxymUO/4moRITUfCOYYXODPtQImABNTXaZlwXhpVlZCHeGJh5tunFQ==", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.6.0", "@actions/http-client": "^1.0.6", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.5.5", @@ -3305,22 +3300,15 @@ "@azure/storage-blob": "^12.8.0", "semver": "^6.1.0", "uuid": "^3.3.3" - }, - "dependencies": { - "@actions/http-client": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.9.tgz", - "integrity": "sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==", - "requires": { - "tunnel": "0.0.6" - } - } } }, "@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/exec": { "version": "1.1.0", @@ -3351,9 +3339,9 @@ } }, "@actions/http-client": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz", - "integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", + "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", "requires": { "tunnel": "0.0.6" } @@ -5415,11 +5403,11 @@ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" }, "setup-go": { - "version": "git+ssh://git@github.com/actions/setup-go.git#331ce1d993939866bb63c32c6cbbfd48fa76fc57", - "integrity": "sha512-sin1uT5VXYsvPLI47bpdLGsWyf4dgwotubBuqOcaBxn4q7sDMvXopFYPT9NOZBn4QR3HQTQ9C4n2PCbdK4axZQ==", - "from": "setup-go@git+https://github.com/actions/setup-go.git#331ce1d993939866bb63c32c6cbbfd48fa76fc57", + "version": "git+ssh://git@github.com/actions/setup-go.git#bfdd3570ce990073878bf10f6b2d79082de49492", + "integrity": "sha512-/YkMQwblOCepJntpfdhsKFW/KhpEE0jrAxymUO/4moRITUfCOYYXODPtQImABNTXaZlwXhpVlZCHeGJh5tunFQ==", + "from": "setup-go@git+https://github.com/actions/setup-go.git#bfdd3570ce990073878bf10f6b2d79082de49492", "requires": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.6.0", "@actions/http-client": "^1.0.6", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.5.5", diff --git a/package.json b/package.json index d70375b45b..8cb88f82f1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/tool-cache": "^1.7.1", "@types/semver": "^7.3.9", "@types/tmp": "^0.2.3", - "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.4", + "setup-go": "git+https://github.com/actions/setup-go.git#v2.2.0", "tmp": "^0.2.1" }, "devDependencies": {