diff --git a/generators/app/templates/_package.json b/generators/app/templates/_package.json index 1e77df8..d6d1374 100644 --- a/generators/app/templates/_package.json +++ b/generators/app/templates/_package.json @@ -78,7 +78,7 @@ "stylelint-config-nitpick": "^9.0.0"<% if ( prettier ) { %>, "stylelint-config-prettier": "^9.0.3", "stylelint-prettier": "^2.0.0"<% } %><% } %><% if ( automatedTests && browserModule && !sassModule ) { %>, - "karma": "^5.2.3", + "karma": "^6.4.3", "karma-sourcemap-loader": "^0.3.7"<% if ( bundlingTool === 'webpack' ) { %>, "karma-webpack": "^5.0.0"<% } %><% if ( bundlingTool === 'rollup' ) { %>, "karma-rollup-preprocessor": "^7.0.0"<% } %><% if ( cloudBrowsers ) { %>, diff --git a/test/index.js b/test/index.js index 92fe73a..58baead 100644 --- a/test/index.js +++ b/test/index.js @@ -247,7 +247,7 @@ describe('Automated tests, browser module', function () { test: 'npm run test:automated' }, devDependencies: { - karma: '^5.2.3', + karma: '^6.4.3', 'karma-sourcemap-loader': '^0.3.7', 'karma-webpack': '^5.0.0', 'karma-browserstack-launcher': '^1.6.0',