diff --git a/package-lock.json b/package-lock.json index b7a3b4c..97a3d1d 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.8", + "@github/dependency-submission-toolkit": "^1.2.10", "cross-fetch": "^3.1.5", "dotenv": "^16.0.3", "fs": "^0.0.1-security", @@ -721,14 +721,15 @@ } }, "node_modules/@github/dependency-submission-toolkit": { - "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==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.10.tgz", + "integrity": "sha512-J8vpbTpaM+SAQaDHJ5t0lgkIFlFKZhjVLz/ZmED7rg6rwuV6GCZ6gagF7VOM83jiomoIzmA9wj3izFEfIvtXcg==", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.0", "@octokit/rest": "^18.12.0", + "@octokit/webhooks-types": "^6.10.0", "openapi-typescript": "^5.2.0", "packageurl-js": "0.0.6" } @@ -1299,6 +1300,11 @@ "@octokit/openapi-types": "^12.11.0" } }, + "node_modules/@octokit/webhooks-types": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", + "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==" + }, "node_modules/@sinclair/typebox": { "version": "0.25.21", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.21.tgz", @@ -5415,14 +5421,15 @@ "dev": true }, "@github/dependency-submission-toolkit": { - "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==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/@github/dependency-submission-toolkit/-/dependency-submission-toolkit-1.2.10.tgz", + "integrity": "sha512-J8vpbTpaM+SAQaDHJ5t0lgkIFlFKZhjVLz/ZmED7rg6rwuV6GCZ6gagF7VOM83jiomoIzmA9wj3izFEfIvtXcg==", "requires": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.0", "@octokit/rest": "^18.12.0", + "@octokit/webhooks-types": "^6.10.0", "openapi-typescript": "^5.2.0", "packageurl-js": "0.0.6" } @@ -5883,6 +5890,11 @@ "@octokit/openapi-types": "^12.11.0" } }, + "@octokit/webhooks-types": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", + "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==" + }, "@sinclair/typebox": { "version": "0.25.21", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.21.tgz", diff --git a/package.json b/package.json index 22c2f12..5dd1772 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.8", + "@github/dependency-submission-toolkit": "^1.2.10", "cross-fetch": "^3.1.5", "dotenv": "^16.0.3", "fs": "^0.0.1-security",