Updating YAML deps.
This commit is contained in:
-8
@@ -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.');
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Generated
+7
-7
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user