diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-08 09:27:53 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-01-08 09:27:53 +0200 |
| commit | e301ebd3c0f1c4cb290fee1090b5003eceeed4fa (patch) | |
| tree | 7640928a9e5a2d6c784e179e7e4ebe257f9045db | |
| parent | 46f086ccc0cd62e416342e14c4384c31a4e5c701 (diff) | |
| download | bootstrap-e301ebd3c0f1c4cb290fee1090b5003eceeed4fa.tar.xz bootstrap-e301ebd3c0f1c4cb290fee1090b5003eceeed4fa.zip | |
Bump karma-firefox-launcher from 1.2.0 to 1.3.0 (#29980)
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.2.0 to 1.3.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/v1.2.0...v1.3.0)
Signed-off-by: dependabot-preview[bot] <[email protected]>
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index b54fa82b0..02558fa2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7209,9 +7209,9 @@ } }, "karma-firefox-launcher": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.2.0.tgz", - "integrity": "sha512-j9Zp8M8+VLq1nI/5xZGfzeaEPtGQ/vk3G+Y8vpmFWLvKLNZ2TDjD6cu2dUu7lDbu1HXNgatsAX4jgCZTkR9qhQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0.tgz", + "integrity": "sha512-Fi7xPhwrRgr+94BnHX0F5dCl1miIW4RHnzjIGxF8GaIEp7rNqX7LSi7ok63VXs3PS/5MQaQMhGxw+bvD+pibBQ==", "dev": true, "requires": { "is-wsl": "^2.1.0" diff --git a/package.json b/package.json index c374a73b5..f9dc1064f 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^2.1.1", "karma-detect-browsers": "^2.3.3", - "karma-firefox-launcher": "^1.2.0", + "karma-firefox-launcher": "^1.3.0", "karma-jasmine": "^3.0.1", "karma-jasmine-html-reporter": "^1.5.1", "karma-rollup-preprocessor": "^7.0.2", |
