diff --git a/package-lock.json b/package-lock.json index b7b24dc..e53168f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "spdx-to-dependency-graph-action", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spdx-to-dependency-graph-action", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { - "@actions/core": "1.10.0", + "@actions/core": "1.10.1", "@actions/github": "6.0.0", "@github/dependency-submission-toolkit": "2.0.4" }, @@ -20,9 +20,9 @@ } }, "node_modules/@actions/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", - "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", + "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "dependencies": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" @@ -698,22 +698,13 @@ "example" ], "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "1.10.1", "@actions/github": "^6.0.0", "@octokit/request-error": "^5.0.1", "@octokit/webhooks-types": "^7.3.1", "packageurl-js": "^1.2.1" } }, - "node_modules/@github/dependency-submission-toolkit/node_modules/@actions/core": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", - "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" - } - }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", diff --git a/package.json b/package.json index bfb40b7..567dba2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/advanced-security/spdx-dependency-submission-action#readme", "dependencies": { - "@actions/core": "1.10.0", + "@actions/core": "1.10.1", "@actions/github": "6.0.0", "@github/dependency-submission-toolkit": "2.0.4" },