Bump karma-rollup-preprocessor from 7.0.2 to 7.0.3 (#30056)

Bumps [karma-rollup-preprocessor](https://github.com/jlmakes/karma-rollup-preprocessor) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/jlmakes/karma-rollup-preprocessor/releases)
- [Changelog](https://github.com/jlmakes/karma-rollup-preprocessor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.2...7.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-21 13:20:03 +02:00 committed by XhmikosR
parent af78de3cdd
commit 322ced1565
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -7381,12 +7381,12 @@
"dev": true
},
"karma-rollup-preprocessor": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/karma-rollup-preprocessor/-/karma-rollup-preprocessor-7.0.2.tgz",
"integrity": "sha512-A+kr5FoiMr/S8dIPij/nuzB9PLhkrh3umFowjumAOKBDVQRhPYs3kKmQ82hP3+2MB6CICqeB4MmiIE4iTwUmDQ==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/karma-rollup-preprocessor/-/karma-rollup-preprocessor-7.0.3.tgz",
"integrity": "sha512-a+58BcQy7B8csCdLhsK6rPZ+zhB0zTeEG/tlOe8HkL66PuJ+hELaiheATD1ntR97tsFB1kQpDzfXOv//QjHuMg==",
"dev": true,
"requires": {
"chokidar": "^3.0.2",
"chokidar": "^3.3.1",
"debounce": "^1.2.0"
},
"dependencies": {

View File

@ -120,7 +120,7 @@
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.1.0",
"karma-jasmine-html-reporter": "^1.5.1",
"karma-rollup-preprocessor": "^7.0.2",
"karma-rollup-preprocessor": "^7.0.3",
"linkinator": "^1.8.2",
"lockfile-lint": "^3.0.5",
"node-sass": "^4.13.1",