Skip to content

Commit 31a3dff

Browse files
committed
build: update dependency jasmine-core to ~5.12.0
See associated pull request for more information.
1 parent 6dba326 commit 31a3dff

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

examples/environments/angular/project/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/environments/angular/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular/cli": "^20.2.0",
3232
"@angular/compiler-cli": "^20.2.0",
3333
"@types/jasmine": "~5.1.0",
34-
"jasmine-core": "~5.11.0",
34+
"jasmine-core": "~5.12.0",
3535
"karma": "~6.4.0",
3636
"karma-chrome-launcher": "~3.2.0",
3737
"karma-coverage": "~2.2.0",

pnpm-lock.yaml

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

report-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/express": "^4.17.17",
3838
"@types/google.visualization": "^0.0.74",
3939
"@types/jasmine": "~5.1.0",
40-
"jasmine-core": "~5.11.0",
40+
"jasmine-core": "~5.12.0",
4141
"karma": "~6.4.0",
4242
"karma-chrome-launcher": "~3.2.0",
4343
"karma-coverage": "~2.2.0",

0 commit comments

Comments
 (0)