Skip to content

Commit

Permalink
Bump karma from 6.1.0 to 6.1.1 (#6645)
Browse files Browse the repository at this point in the history
Bumps [karma](https://github.com/karma-runner/karma) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2021
1 parent 8d39079 commit 1ae1cf4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"jest-fetch-mock": "^3.0.3",
"jest-matcher-deep-close-to": "^2.0.1",
"jest-silent-reporter": "^0.4.0",
"karma": "^6.1.0",
"karma": "^6.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-cuj-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "./src/index.js",
"dependencies": {
"karma": "^6.1.0",
"karma": "^6.1.1",
"markdown-table": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/karma-failed-tests-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"main": "./src/index.js",
"dependencies": {
"karma": "^6.1.0"
"karma": "^6.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/karma-puppeteer-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"main": "./src/index.js",
"dependencies": {
"karma": "^6.1.0"
"karma": "^6.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/karma-puppeteer-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "./src/index.js",
"dependencies": {
"karma": "^6.1.0",
"karma": "^6.1.1",
"puppeteer": "^5.3.1"
}
}

0 comments on commit 1ae1cf4

Please sign in to comment.