Add YAML to dependencies

This commit is contained in:
Alex Rodionov 2023-01-04 16:50:05 -08:00
parent c2309d72bd
commit eac8baa3a8
6 changed files with 16676 additions and 22 deletions

11
package-lock.json generated
View file

@ -13,7 +13,8 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.3.0",
"@vercel/ncc": "^0.36.0"
"@vercel/ncc": "^0.36.0",
"yaml": "^2.2.1"
}
},
"node_modules/@actions/cache": {
@ -736,6 +737,14 @@
"engines": {
"node": ">=4.0"
}
},
"node_modules/yaml": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
"integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
"engines": {
"node": ">= 14"
}
}
}
}