Skip to content

Commit

Permalink
Update dependency js-yaml to v3.14.0
Browse files Browse the repository at this point in the history
##### [\`v3.14.0\`](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md#3140---2020-05-22)

##### Changed

-   Support `safe/loadAll(input, options)` variant of call.
-   CI: drop outdated nodejs versions.
-   Dev deps bump.

##### Fixed

-   Quote `=` in plain scalars [#519](nodeca/js-yaml#519).
-   Check the node type for `!<?>` tag in case user manually specifies it.
-   Verify that there are no null-bytes in input.
-   Fix wrong quote position when writing condensed flow, [#526](nodeca/js-yaml#526).
  • Loading branch information
renovate-bot committed Jun 17, 2020
1 parent 460964f commit d5077fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"dropzone": "5.0.0",
"js-yaml": "3.13.1"
"js-yaml": "3.14.0"
}
}

0 comments on commit d5077fb

Please sign in to comment.