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

Bump jasmine-browser-runner from 2.3.0 to 2.4.0 #2563

Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"extends": "stylelint-config-gds/scss"
},
"devDependencies": {
"jasmine-browser-runner": "^2.3.0",
"jasmine-browser-runner": "^2.4.0",
"jasmine-core": "^5.1.2",
"postcss": "^8.4.37",
"standardx": "^7.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1805,19 +1805,19 @@ __metadata:
languageName: node
linkType: hard

"jasmine-browser-runner@npm:^2.3.0":
version: 2.3.0
resolution: "jasmine-browser-runner@npm:2.3.0"
dependencies:
ejs: "npm:^3.1.6"
express: "npm:^4.16.4"
glob: "npm:^10.0.0"
selenium-webdriver: "npm:^4.12.0"
"jasmine-browser-runner@npm:^2.4.0":
version: 2.4.0
resolution: "jasmine-browser-runner@npm:2.4.0"
dependencies:
ejs: ^3.1.6
express: ^4.16.4
glob: ^10.0.0
selenium-webdriver: ^4.12.0
peerDependencies:
jasmine-core: ^5.0.0
bin:
jasmine-browser-runner: bin/jasmine-browser-runner
checksum: d09e93f24e364e1b121160875c8b6b374ec9d142e418e0bd511913abdfbad3cd300bd019f51ae479baf66bcbc2eb74536307259a5917b7a616fd73b8b0f6127d
checksum: 148ecbc186bb77dcd9cf0543e1ad702bc1c5bd31bac7baf94c1393a8452368da6e2c95a34aeeb8d81b24272f61fc1a7ce3fcfcb2925b996e0972fc2042d72009
languageName: node
linkType: hard

Expand Down Expand Up @@ -3159,7 +3159,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "specialist-publisher@workspace:."
dependencies:
jasmine-browser-runner: ^2.3.0
jasmine-browser-runner: ^2.4.0
jasmine-core: ^5.1.2
postcss: ^8.4.37
standardx: ^7.0.0
Expand Down
Loading