1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-15 19:15:43 +02:00

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>
This commit is contained in:
dependabot[bot] 2020-11-03 05:54:26 +00:00 committed by Sean Molenaar
parent 5652dea6f0
commit 361cfa55b7
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@ -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",

View File

@ -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"