summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-07 13:09:27 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-02-07 14:16:02 +0100
commite267003cc5a62fa97c3372bd9b85d2ef715dc1f7 (patch)
tree5385ecdd21cc46733712a1eb2b172625446a3226 /js/package.json
parent35f144ad4932ca0eb9a88f34f5f12cf85dffd29a (diff)
Bump karma-coverage from 2.1.0 to 2.1.1 in /js
Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.1.0 to 2.1.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.1.0...v2.1.1) --- updated-dependencies: - dependency-name: karma-coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index ca015af12..632cca287 100644
--- a/js/package.json
+++ b/js/package.json
@@ -45,7 +45,7 @@
"jshint": "^2.13.4",
"karma": "^6.3.15",
"karma-chrome-launcher": "^3.1.0",
- "karma-coverage": "^2.1.0",
+ "karma-coverage": "^2.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"minimatch": "^3.0.5",