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: Bump jasmine from 5.3.1 to 5.4.0 in /server #5042

Merged
merged 1 commit into from
Oct 13, 2024
Merged
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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@wireapp/tslint-config": "1.4.1",
"cross-env": "7.0.3",
"generate-changelog": "1.8.0",
"jasmine": "5.3.1",
"jasmine": "5.4.0",
"jszip": "3.10.1",
"nodemon": "3.1.7",
"opn": "6.0.0",
Expand Down
20 changes: 10 additions & 10 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4248,22 +4248,22 @@ __metadata:
languageName: node
linkType: hard

"jasmine-core@npm:~5.3.0":
version: 5.3.0
resolution: "jasmine-core@npm:5.3.0"
checksum: 5dbb8c026b683d01872b793902b684ff9f8f097c94062666e13f466fa5a7b4a409670973868e5b9f5bbd47bf2e69bfbe037cc4c31f7cea0b78d45eb2a0b997fd
"jasmine-core@npm:~5.4.0":
version: 5.4.0
resolution: "jasmine-core@npm:5.4.0"
checksum: 513bcae7b3659e46ea43f9187dd8a6b2a99db79af630e82e7918870b945ec1ba8aa4c53280be88ef2a516abe15181d53f19ede8b490196d4d81313359034840a
languageName: node
linkType: hard

"jasmine@npm:5.3.1":
version: 5.3.1
resolution: "jasmine@npm:5.3.1"
"jasmine@npm:5.4.0":
version: 5.4.0
resolution: "jasmine@npm:5.4.0"
dependencies:
glob: ^10.2.2
jasmine-core: ~5.3.0
jasmine-core: ~5.4.0
bin:
jasmine: bin/jasmine.js
checksum: 9a867ade1fce3b975a6232b576131f699a70aa0ddc8a0904449982317346becabcae40aa8fed80b4a955f871f065a09e2891ee12e704a6548417232940e2e57a
checksum: d4a05e888b41c22b812b46fa06245dfa8a21529e402469a0954b48dd58a1d064f55123a047f8f040b20a49bc949509594e4d3af080e3d332318745f95323ebc2
languageName: node
linkType: hard

Expand Down Expand Up @@ -6495,7 +6495,7 @@ __metadata:
helmet: 4.6.0
helmet-csp: 3.4.0
http-proxy-middleware: 3.0.2
jasmine: 5.3.1
jasmine: 5.4.0
jszip: 3.10.1
logdown: 3.3.1
moment: 2.30.1
Expand Down
Loading