diff --git a/package-lock.json b/package-lock.json index 97fe59f..e2babf0 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 f3013c1..609e98d 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",