From 67261affc201104bdadd29ca5f97c8a4f0d9ebea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 02:46:21 +0000 Subject: [PATCH] Bump @actions/core in /github-actions/trigger-schedule/github-data Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../trigger-schedule/github-data/package-lock.json | 12 ++++++------ .../trigger-schedule/github-data/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/github-actions/trigger-schedule/github-data/package-lock.json b/github-actions/trigger-schedule/github-data/package-lock.json index f34766466e..2ec909e5fe 100644 --- a/github-actions/trigger-schedule/github-data/package-lock.json +++ b/github-actions/trigger-schedule/github-data/package-lock.json @@ -5,18 +5,18 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz", - "integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", + "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", "requires": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" }, "dependencies": { "@actions/http-client": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz", - "integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.0.tgz", + "integrity": "sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==", "requires": { "tunnel": "^0.0.6" } diff --git a/github-actions/trigger-schedule/github-data/package.json b/github-actions/trigger-schedule/github-data/package.json index 6adea1a01c..4797198af8 100644 --- a/github-actions/trigger-schedule/github-data/package.json +++ b/github-actions/trigger-schedule/github-data/package.json @@ -4,7 +4,7 @@ "description": "> Hack for LA's website https://www.hackforla.org", "main": "./github-actions/get-project-data.js", "dependencies": { - "@actions/core": "^1.9.1", + "@actions/core": "^1.10.0", "@actions/github": "^2.0.0", "@actions/http-client": ">=1.0.8", "@octokit/rest": "^18.0.6",