From e3e7c82e6db9ee46cb1f4aa94376b79e5eaa161f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 10:47:05 +0000 Subject: [PATCH] build(deps-dev): bump coveralls from 3.0.4 to 3.0.6 Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/nickmerwin/node-coveralls/releases) - [Commits](https://github.com/nickmerwin/node-coveralls/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index de5c752..0875139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2260,13 +2260,13 @@ } }, "coveralls": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.4.tgz", - "integrity": "sha512-eyqUWA/7RT0JagiL0tThVhjbIjoiEUyWCjtUJoOPcWoeofP5WK/jb2OJYoBFrR6DvplR+AxOyuBqk4JHkk5ykA==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.6.tgz", + "integrity": "sha512-Pgh4v3gCI4T/9VijVrm8Ym5v0OgjvGLKj3zTUwkvsCiwqae/p6VLzpsFNjQS2i6ewV7ef+DjFJ5TSKxYt/mCrA==", "dev": true, "requires": { "growl": "~> 1.10.0", - "js-yaml": "^3.11.0", + "js-yaml": "^3.13.1", "lcov-parse": "^0.0.10", "log-driver": "^1.2.7", "minimist": "^1.2.0", diff --git a/package.json b/package.json index 9011d01..abaa0e7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/glob": "^7.1.1", "@types/jest": "^24.0.15", "@types/lodash": "^4.14.137", - "coveralls": "^3.0.4", + "coveralls": "^3.0.6", "get-root-path": "^2.0.2", "husky": "^2.4.1", "inversify": "^5.0.1",