Skip to content

Commit

Permalink
Merge pull request #2723 from alphagov/fix-jasmine-specs-on-apple-sil…
Browse files Browse the repository at this point in the history
…icon

Fix Jasmine specs in govuk-docker on Apple silicon
  • Loading branch information
floehopper authored Feb 16, 2024
2 parents f55de77 + 3e35ced commit 1633903
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"stylelint-config-gds": "^1.1.1"
},
"resolutions": {
"selenium-webdriver": "4.17.0",
"stylelint/strip-ansi": "6.0.1",
"stylelint/string-width": "4.2.3"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2305,14 +2305,14 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

selenium-webdriver@^4.12.0:
version "4.12.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.12.0.tgz#a8dc8ecf129a2414c2ace6e429aba84722a950a5"
integrity sha512-zvPzmTsky6WfO6+BGMj2mCJsw7qKnfQONur2b+pGn8jeTiC+WAUOthZOnaK+HkX5wiU6L4uoMF+JIcOVstp25A==
selenium-webdriver@4.17.0, selenium-webdriver@^4.12.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.17.0.tgz#f6c93a9df3e0543df7dc2329d81968af42845a7f"
integrity sha512-e2E+2XBlGepzwgFbyQfSwo9Cbj6G5fFfs9MzAS00nC99EewmcS2rwn2MwtgfP7I5p1e7DYv4HQJXtWedsu6DvA==
dependencies:
jszip "^3.10.1"
tmp "^0.2.1"
ws ">=8.13.0"
ws ">=8.14.2"

"semver@2 || 3 || 4 || 5":
version "5.7.2"
Expand Down Expand Up @@ -2905,10 +2905,10 @@ [email protected]:
dependencies:
mkdirp "^0.5.1"

ws@>=8.13.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
ws@>=8.14.2:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==

xdg-basedir@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 1633903

Please sign in to comment.