aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-06-05 16:41:58 -0700
committerNick Merwin <[email protected]>2019-06-05 16:41:58 -0700
commit33119a71b19bb3a75633f0c4ceb2d018f678ea8c (patch)
treeda264703abc371836048bd3cef12a4769786fa45
parentf5549c72e28d12f24e961d9e59c5f5a41a7cdb16 (diff)
downloadnode-coveralls-33119a71b19bb3a75633f0c4ceb2d018f678ea8c.tar.xz
node-coveralls-33119a71b19bb3a75633f0c4ceb2d018f678ea8c.zip
Bump js-yaml from 3.11.0 to 3.13.1 (#225)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.11.0...3.13.1) Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 7194d79..5a4fa32 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2010,9 +2010,9 @@
}
},
"js-yaml": {
- "version": "3.11.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.11.0.tgz",
- "integrity": "sha512-saJstZWv7oNeOyBh3+Dx1qWzhW0+e6/8eDzo7p5rDFqxntSztloLtuKu+Ejhtq82jsilwOIZYsCz+lIjthg1Hw==",
+ "version": "3.13.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
+ "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
"requires": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"