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

chore(deps): update dependency karma-jasmine to v5 #1062

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"karma": "^6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "9.2.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3432,7 +3432,7 @@ __metadata:
karma: ^6.4.2
karma-chrome-launcher: 3.2.0
karma-coverage: ^2.2.1
karma-jasmine: ~4.0.0
karma-jasmine: ~5.1.0
karma-jasmine-html-reporter: ^2.0.0
karma-phantomjs-launcher: ^1.0.4
mocha: 9.2.2
Expand Down Expand Up @@ -14576,10 +14576,10 @@ __metadata:
languageName: node
linkType: hard

"jasmine-core@npm:^3.6.0":
version: 3.99.1
resolution: "jasmine-core@npm:3.99.1"
checksum: 4e4a89739d99e471b86c7ccc4c5c244a77cc6d1e17b2b0d87d81266b8415697354d8873f7e764790a10661744f73a753a6e9bcd9b3e48c66a0c9b8a092b071b7
"jasmine-core@npm:^4.1.0":
version: 4.6.1
resolution: "jasmine-core@npm:4.6.1"
checksum: 4ee017c0667a7615d816df6b265a554554c23457317172dd137edff5aa4203b1768529038558cd8f368abb2e7436fb4a970876512c4ed6fbf5d8ef3dcb53b9f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -15301,14 +15301,14 @@ __metadata:
languageName: node
linkType: hard

"karma-jasmine@npm:~4.0.0":
version: 4.0.2
resolution: "karma-jasmine@npm:4.0.2"
"karma-jasmine@npm:~5.1.0":
version: 5.1.0
resolution: "karma-jasmine@npm:5.1.0"
dependencies:
jasmine-core: ^3.6.0
jasmine-core: ^4.1.0
peerDependencies:
karma: "*"
checksum: bf884704af1fd19816d9f4e96b25e286ff1a57adcabe1f15e3d2b3e9c1da873c1c843b9eab4274c27e63a99f1c3dea864f1f5eca1a10dc065e6e9d5796c207b4
karma: ^6.0.0
checksum: ebefd1094e7c2b4c854027621d854908166c79cccaabb5a6ba0ace42cd785a9da0a9aad1aa41937956bd4848287eac04886eebfd7c851b927d2132d3563b7739
languageName: node
linkType: hard

Expand Down
Loading