Merge pull request #57 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 #57.
This commit is contained in:
kevinpauer
2022-04-18 19:48:17 +02:00
committed by GitHub
2 changed files with 18 additions and 18 deletions

View File

@@ -35,7 +35,7 @@
"jasmine-core": "~4.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.2"
}