1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Update dependencies (#19408)

* Update dependencies 2

* Lint fixes

* Update graphql packages

* Update changelog-entry.json

* Update @octokit/rest

* Update commander with help from @rachmari

@rachmari

* Upgrade helmet

* Upgrade js-yaml

* Update server.js

* Update cheerio

* Revert "Update cheerio"

This reverts commit 8aa17c39fbf564ee554037d89e7a473027d16984.
This commit is contained in:
Kevin Heis
2021-05-19 10:32:47 -07:00
committed by GitHub
parent dcd72d15f0
commit f6acb1f08a
29 changed files with 3447 additions and 4275 deletions

View File

@@ -40,7 +40,7 @@ async function main () {
if (path.endsWith('yml')) {
let data; let errors = []
try {
data = yaml.safeLoad(fileContents)
data = yaml.load(fileContents)
} catch {}
if (data && schema) {
({ errors } = revalidator.validate(data, schema))