From a3bc6eb3c7a805905c6779f543072ec75397a2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 22:20:48 +0000 Subject: [PATCH] Bump @github/dependency-submission-toolkit from 1.2.2 to 1.2.3 Bumps [@github/dependency-submission-toolkit](https://github.com/github/dependency-submission-toolkit) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/github/dependency-submission-toolkit/releases) - [Commits](https://github.com/github/dependency-submission-toolkit/compare/v1.2.2...v1.2.3) --- 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 ccdb6fa..0ae3334 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.2", + "@github/dependency-submission-toolkit": "^1.2.3", "fs": "^0.0.1-security" }, "devDependencies": { @@ -693,9 +693,9 @@ } }, "node_modules/@github/dependency-submission-toolkit": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.2.tgz", - "integrity": "sha512-ibRsqT0fTf8ydR8mrvvoSD5rZsxPkAKNNIVO8L5DE6lq2+qf090sSXv/yiRRJ4n4UuetneSA6os7+Y9H7gOeTw==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.3.tgz", + "integrity": "sha512-q83TVTZZUW8wv7JfDovLdxWdbsxT2+75fseHXR6geM85E9XUjS7iOFodVolKbVat9fJcEVfMtZJdMmeIoUqjqw==", "dependencies": { "@actions/core": "^1.6.0", "@actions/exec": "^1.1.1", @@ -5243,9 +5243,9 @@ } }, "@github/dependency-submission-toolkit": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.2.tgz", - "integrity": "sha512-ibRsqT0fTf8ydR8mrvvoSD5rZsxPkAKNNIVO8L5DE6lq2+qf090sSXv/yiRRJ4n4UuetneSA6os7+Y9H7gOeTw==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.3.tgz", + "integrity": "sha512-q83TVTZZUW8wv7JfDovLdxWdbsxT2+75fseHXR6geM85E9XUjS7iOFodVolKbVat9fJcEVfMtZJdMmeIoUqjqw==", "requires": { "@actions/core": "^1.6.0", "@actions/exec": "^1.1.1", diff --git a/package.json b/package.json index d0224e3..0c9a9de 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.2", + "@github/dependency-submission-toolkit": "^1.2.3", "fs": "^0.0.1-security" }, "devDependencies": {