From 5e438b7a166f570917a49e8342674117397e2d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:07:49 +0900 Subject: [PATCH] chore(deps-dev): bump karma-coverage from 2.2.0 to 2.2.1 (#148) Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/karma-runner/karma-coverage/releases) - [Changelog](https://github.com/karma-runner/karma-coverage/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-coverage/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: karma-coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5067f63..79150bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-unicorn": "^47.0.0", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0", - "karma-coverage": "^2.2.0", + "karma-coverage": "^2.2.1", "karma-firefox-launcher": "^2.1.2", "karma-mocha": "^2.0.1", "karma-node-resolve-preprocessor": "^0.3.0", @@ -3985,9 +3985,10 @@ } }, "node_modules/karma-coverage": { - "version": "2.2.0", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", + "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", "dev": true, - "license": "MIT", "dependencies": { "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-instrument": "^5.1.0", @@ -8787,7 +8788,9 @@ } }, "karma-coverage": { - "version": "2.2.0", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", + "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", "dev": true, "requires": { "istanbul-lib-coverage": "^3.2.0", diff --git a/package.json b/package.json index f3b282c..f3d2fe8 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-unicorn": "^47.0.0", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0", - "karma-coverage": "^2.2.0", + "karma-coverage": "^2.2.1", "karma-firefox-launcher": "^2.1.2", "karma-mocha": "^2.0.1", "karma-node-resolve-preprocessor": "^0.3.0",