From a72b0dea35bddf6742f07949be71fb2b7d2bc9f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:56:09 +0200 Subject: [PATCH] Bump @hashicorp/github-actions-core from `0310b82` to `107c072` (#19) Bumps [@hashicorp/github-actions-core](https://github.com/hashicorp/github-actions-core) from `0310b82` to `107c072`. - [Release notes](https://github.com/hashicorp/github-actions-core/releases) - [Commits](https://github.com/hashicorp/github-actions-core/compare/0310b8213c045ee322aeabd8ccf515cd1f52470c...107c072fc94c6440243f98f5b8f3c2709d41d871) --- updated-dependencies: - dependency-name: "@hashicorp/github-actions-core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 56 ++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index b750bbe..f1ac584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,9 +44,9 @@ } }, "node_modules/@actions/io": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.2.tgz", - "integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", + "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" }, "node_modules/@actions/tool-cache": { "version": "2.0.1", @@ -71,24 +71,22 @@ } }, "node_modules/@hashicorp/github-actions-core": { - "version": "0.3.0", - "resolved": "git+ssh://git@github.com/hashicorp/github-actions-core.git#0310b8213c045ee322aeabd8ccf515cd1f52470c", + "version": "1.0.0", + "resolved": "git+ssh://git@github.com/hashicorp/github-actions-core.git#107c072fc94c6440243f98f5b8f3c2709d41d871", + "integrity": "sha512-rQu/P4gMKaHSjsJiw90kqQv06wB0561K1nQAKD8rLNCcagOncx9mtYzNXriw0Wxi9EterA1OXFMvTZocjd88Gw==", "license": "Apache-2.0", "dependencies": { - "@actions/core": "^1.10.0", - "@actions/io": "^1.1.2", + "@actions/core": "^1.10.1", + "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", - "@hashicorp/js-releases": "^1.6.1", - "semver": "^7.3.8" + "@hashicorp/js-releases": "^1.7.2", + "semver": "^7.5.3" } }, "node_modules/@hashicorp/github-actions-core/node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", - "dependencies": { - "lru-cache": "^6.0.0" - }, + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "bin": { "semver": "bin/semver.js" }, @@ -430,9 +428,9 @@ } }, "@actions/io": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.2.tgz", - "integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", + "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" }, "@actions/tool-cache": { "version": "2.0.1", @@ -455,23 +453,21 @@ } }, "@hashicorp/github-actions-core": { - "version": "git+ssh://git@github.com/hashicorp/github-actions-core.git#0310b8213c045ee322aeabd8ccf515cd1f52470c", - "from": "@hashicorp/github-actions-core@github:hashicorp/github-actions-core#v1.0.0", + "version": "git+ssh://git@github.com/hashicorp/github-actions-core.git#107c072fc94c6440243f98f5b8f3c2709d41d871", + "integrity": "sha512-rQu/P4gMKaHSjsJiw90kqQv06wB0561K1nQAKD8rLNCcagOncx9mtYzNXriw0Wxi9EterA1OXFMvTZocjd88Gw==", + "from": "@hashicorp/github-actions-core@github:hashicorp/github-actions-core#107c072fc94c6440243f98f5b8f3c2709d41d871", "requires": { - "@actions/core": "^1.10.0", - "@actions/io": "^1.1.2", + "@actions/core": "^1.10.1", + "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", - "@hashicorp/js-releases": "^1.6.1", - "semver": "^7.3.8" + "@hashicorp/js-releases": "^1.7.2", + "semver": "^7.5.3" }, "dependencies": { "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", - "requires": { - "lru-cache": "^6.0.0" - } + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" } } },