summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-03 05:54:26 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-11-03 18:00:20 +0100
commit361cfa55b7302b29e158647060085550b9a3dfe1 (patch)
tree783eac0692eb6d794fc3dc5108c88d828ef1aa3e
parent5652dea6f0cff4e68c47f58a0aa02643f7fb3bea (diff)
Bump karma-firefox-launcher from 2.0.0 to 2.1.0 in /js
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--js/package-lock.json6
-rw-r--r--js/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 7583dcb24..4deff3faf 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -3966,9 +3966,9 @@
}
},
"karma-firefox-launcher": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.0.0.tgz",
- "integrity": "sha512-BVq24Qwa//531LXRwvqu14ba04wcHNAX/m3lFF5v90w1rzUgck1FPBwQqlAIgKfkN5uHjT0PcxUqUNUctbQGVA==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.1.0.tgz",
+ "integrity": "sha512-dkiyqN2R6fCWt78rciOXJLFDWcQ7QEQi++HgebPJlw1y0ycDjGNDHuSrhdh48QG02fzZKK20WHFWVyBZ6CPngg==",
"dev": true,
"requires": {
"is-wsl": "^2.2.0",
diff --git a/js/package.json b/js/package.json
index c25515992..b7826ce94 100644
--- a/js/package.json
+++ b/js/package.json
@@ -46,7 +46,7 @@
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
- "karma-firefox-launcher": "^2.0.0",
+ "karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"minimatch": "^3.0.4",
"natives": "^1.1.6"