From cf075850d1e2d36946b0dd2b16004bf498e7c648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:21:03 +0000 Subject: [PATCH] Bump @github/dependency-submission-toolkit from 2.0.3 to 2.0.4 Bumps [@github/dependency-submission-toolkit](https://github.com/github/dependency-submission-toolkit) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/github/dependency-submission-toolkit/releases) - [Commits](https://github.com/github/dependency-submission-toolkit/compare/v2.0.3...v2.0.4) --- 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 1c117f0..7b3d9d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@github/dependency-submission-toolkit": "^2.0.3", + "@github/dependency-submission-toolkit": "^2.0.4", "packageurl-js": "^1.2.1", "zod": "^3.22.4" }, @@ -527,9 +527,9 @@ } }, "node_modules/@github/dependency-submission-toolkit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-2.0.3.tgz", - "integrity": "sha512-30TbXc0dhe8cKKVahX+qCCBl99YDYn9YHHmH2uKsJktQ1MBN4Giqdllj5efhLnU0yPkEHS+McgiEEDgzxnJvxg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-2.0.4.tgz", + "integrity": "sha512-uQia1YSLTrVmy+f6XpAzy/MEFDvjMg/VOm9pdROxVKQA5SvLXDvXeGgxLwy9fH+sXHqtDWRnVOI1+UAcQ4pi/w==", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", @@ -1450,9 +1450,9 @@ "integrity": "sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==" }, "@github/dependency-submission-toolkit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-2.0.3.tgz", - "integrity": "sha512-30TbXc0dhe8cKKVahX+qCCBl99YDYn9YHHmH2uKsJktQ1MBN4Giqdllj5efhLnU0yPkEHS+McgiEEDgzxnJvxg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-2.0.4.tgz", + "integrity": "sha512-uQia1YSLTrVmy+f6XpAzy/MEFDvjMg/VOm9pdROxVKQA5SvLXDvXeGgxLwy9fH+sXHqtDWRnVOI1+UAcQ4pi/w==", "requires": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", diff --git a/package.json b/package.json index c41a3ed..9cfbbdc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@github/dependency-submission-toolkit": "^2.0.3", + "@github/dependency-submission-toolkit": "^2.0.4", "packageurl-js": "^1.2.1", "zod": "^3.22.4" },