From 9a9ab16d9f68cb62d0a993fb455dc7c7ec684dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 20:29:17 +0000 Subject: [PATCH] Bump @github/dependency-submission-toolkit from 1.2.7 to 1.2.8 Bumps [@github/dependency-submission-toolkit](https://github.com/github/dependency-submission-toolkit) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/github/dependency-submission-toolkit/releases) - [Commits](https://github.com/github/dependency-submission-toolkit/compare/v1.2.7...v1.2.8) --- updated-dependencies: - dependency-name: "@github/dependency-submission-toolkit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 825ef26..e59c427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@github/dependency-submission-toolkit": "^1.2.7", + "@github/dependency-submission-toolkit": "^1.2.8", "cross-fetch": "^3.1.5", "dotenv": "^16.0.3", "fs": "^0.0.1-security", @@ -688,9 +688,9 @@ } }, "node_modules/@github/dependency-submission-toolkit": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.7.tgz", - "integrity": "sha512-Uf5Mdpi6k/oqg1pFOjVCyK6tuHEwyVhijXXO/s2lakIltZY7DI5v7wtpAVD94+iYAo/Va2HRWiOD/epDraaZYw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.8.tgz", + "integrity": "sha512-DhltmRub4O9y/bwcPCtqdRaSE4u6gJcZWy7QCP3GAscEwJnn2EQfma4sKoUC+zSQmH/7vgjMMnTzYFncGsvaWA==", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", @@ -5358,9 +5358,9 @@ } }, "@github/dependency-submission-toolkit": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.7.tgz", - "integrity": "sha512-Uf5Mdpi6k/oqg1pFOjVCyK6tuHEwyVhijXXO/s2lakIltZY7DI5v7wtpAVD94+iYAo/Va2HRWiOD/epDraaZYw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.8.tgz", + "integrity": "sha512-DhltmRub4O9y/bwcPCtqdRaSE4u6gJcZWy7QCP3GAscEwJnn2EQfma4sKoUC+zSQmH/7vgjMMnTzYFncGsvaWA==", "requires": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", diff --git a/package.json b/package.json index 50e842d..eea756f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@github/dependency-submission-toolkit": "^1.2.7", + "@github/dependency-submission-toolkit": "^1.2.8", "cross-fetch": "^3.1.5", "dotenv": "^16.0.3", "fs": "^0.0.1-security",