Updating YAML deps.

This commit is contained in:
Federico Builes
2022-05-26 14:49:02 -07:00
parent 0e2b63f1f4
commit d09b96a7b1
4 changed files with 9 additions and 17 deletions
Generated Vendored
-8
View File
@@ -108,7 +108,6 @@ const github = __importStar(__nccwpck_require__(5438));
const ansi_styles_1 = __importDefault(__nccwpck_require__(6844));
const request_error_1 = __nccwpck_require__(537);
const schemas_1 = __nccwpck_require__(8774);
const fs = __importStar(__nccwpck_require__(7147));
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {
@@ -134,13 +133,6 @@ function run() {
failed = true;
}
}
// TODO check for file not existing
// TODO check for file with both extensions
var severity;
var allowlist, blocklist;
var data = fs.readFile("./.github/dep-review.yml", "utf-8", (err, data) => {
core.info(data);
});
if (failed) {
throw new Error('Dependency review detected vulnerable packages.');
}
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -7
View File
@@ -16,7 +16,7 @@
"ansi-styles": "^6.1.0",
"got": "^12.0.4",
"nodemon": "^2.0.16",
"yaml": "^2.0.1",
"yaml": "^2.1.0",
"zod": "^3.15.1"
},
"devDependencies": {
@@ -7473,9 +7473,9 @@
"dev": true
},
"node_modules/yaml": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.1.tgz",
"integrity": "sha512-1NpAYQ3wjzIlMs0mgdBmYzLkFgWBIWrzYVDYfrixhoFNNgJ444/jT2kUT2sicRbJES3oQYRZugjB6Ro8SjKeFg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.0.tgz",
"integrity": "sha512-OuAINfTsoJrY5H7CBWnKZhX6nZciXBydrMtTHr1dC4nP40X5jyTIVlogZHxSlVZM8zSgXRfgZGsaHF4+pV+JRw==",
"engines": {
"node": ">= 14"
}
@@ -13131,9 +13131,9 @@
"dev": true
},
"yaml": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.1.tgz",
"integrity": "sha512-1NpAYQ3wjzIlMs0mgdBmYzLkFgWBIWrzYVDYfrixhoFNNgJ444/jT2kUT2sicRbJES3oQYRZugjB6Ro8SjKeFg=="
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.0.tgz",
"integrity": "sha512-OuAINfTsoJrY5H7CBWnKZhX6nZciXBydrMtTHr1dC4nP40X5jyTIVlogZHxSlVZM8zSgXRfgZGsaHF4+pV+JRw=="
},
"yargs": {
"version": "16.2.0",
+1 -1
View File
@@ -32,7 +32,7 @@
"ansi-styles": "^6.1.0",
"got": "^12.0.4",
"nodemon": "^2.0.16",
"yaml": "^2.0.1",
"yaml": "^2.1.0",
"zod": "^3.15.1"
},
"devDependencies": {