Merge pull request #111 from WebEngineering2/dependabot/npm_and_yarn/frontend/karma-jasmine-5.0.0

Bump karma-jasmine from 4.0.1 to 5.0.0 in /frontend
This commit was merged in pull request #111.
This commit is contained in:
kevinpauer
2022-04-29 11:47:25 +02:00
committed by GitHub
2 changed files with 18 additions and 18 deletions

View File

@@ -45,7 +45,7 @@
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.2"
}