Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency karma to ~6.4.0 #289

Open
wants to merge 9 commits into
base: 7.0.x
Choose a base branch
from
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ mockitoVersion=5.8.0
checkstyleVersion=10.13.0
gradleGitVersion=2.4.1
gradleLombokVersion=8.4
gradleNexusPublishingVersion=1.1.0
gradleNexusPublishingVersion=1.3.0

gradleDependencyCheckVersion=6.5.3
gradleErrorProneVersion=2.0.2

gradleNodeVersion=3.2.1
gradleNodeVersion=3.6.0

jakartaServletVersion=6.0.0
jakartaValidationVersion=3.0.2
Expand Down
60 changes: 30 additions & 30 deletions webapp/cas-mgmt-webapp-workspace/package-lock.json

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

8 changes: 4 additions & 4 deletions webapp/cas-mgmt-webapp-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ace-diff": "^3.0.3",
"lodash": "~4.17.21",
"mermaid": "^9.1.2",
"rxjs": "~7.5.5",
"rxjs": "~7.8.0",
"svg-pan-zoom": "^3.6.1",
"tslib": "^2.3.1",
"zone.js": "~0.11.5"
Expand All @@ -46,13 +46,13 @@
"@angular/cli": "~13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@angular/language-service": "~13.3.0",
"@types/jasmine": "~4.0.0",
"@types/jasmine": "~4.6.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^16.11.7",
"codelyzer": "^6.0.1",
"jasmine-core": "~4.0.1",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.17",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.1",
Expand Down