Skip to content

Commit 50bd53b

Browse files
authored
Merge pull request #3989 from github/dependabot/npm_and_yarn/js-yaml-5.1.0
Bump js-yaml from 5.0.0 to 5.1.0
2 parents 17a28bc + 289efca commit 50bd53b

4 files changed

Lines changed: 56 additions & 25 deletions

File tree

lib/entry-points.js

Lines changed: 50 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"follow-redirects": "^1.16.0",
3737
"get-folder-size": "^5.0.0",
3838
"https-proxy-agent": "^7.0.6",
39-
"js-yaml": "^5.0.0",
39+
"js-yaml": "^5.1.0",
4040
"jsonschema": "1.5.0",
4141
"long": "^5.3.2",
4242
"node-forge": "^1.4.0",

src/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ extensions:
285285
// characters are escaped, and that the path is always rendered as a
286286
// quoted string on a single line.
287287
return (
288-
` - [${yaml.dump(filename, { quoteStyle: "single" }).trim()}, ` +
288+
` - [${yaml.dump(filename, { forceQuotes: true, quoteStyle: "single" }).trim()}, ` +
289289
`${range.startLine}, ${range.endLine}]\n`
290290
);
291291
})

0 commit comments

Comments
 (0)