Merge pull request #8972 from scratchfoundation/renovate/selenium-webdriver-4.x
Some checks are pending
CI/CD / build-and-test-and-maybe-deploy (push) Waiting to run
Transifex Push / transifex-push (push) Waiting to run

chore(deps): update dependency selenium-webdriver to v4.27.0
This commit is contained in:
renovate[bot] 2024-11-28 19:53:40 +00:00 committed by GitHub
commit b9195926ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View file

@ -113,7 +113,7 @@
"sass-loader": "10.5.2",
"scratch-gui": "5.0.2",
"scratch-l10n": "5.0.9",
"selenium-webdriver": "4.26.0",
"selenium-webdriver": "4.27.0",
"slick-carousel": "1.8.1",
"stream-browserify": "3.0.0",
"style-loader": "4.0.0",
@ -22842,10 +22842,20 @@
"license": "MIT"
},
"node_modules/selenium-webdriver": {
"version": "4.26.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.26.0.tgz",
"integrity": "sha512-nA7jMRIPV17mJmAiTDBWN96Sy0Uxrz5CCLb7bLVV6PpL417SyBMPc2Zo/uoREc2EOHlzHwHwAlFtgmSngSY4WQ==",
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.27.0.tgz",
"integrity": "sha512-LkTJrNz5socxpPnWPODQ2bQ65eYx9JK+DQMYNihpTjMCqHwgWGYQnQTCAAche2W3ZP87alA+1zYPvgS8tHNzMQ==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/SeleniumHQ"
},
{
"type": "opencollective",
"url": "https://opencollective.com/selenium"
}
],
"license": "Apache-2.0",
"dependencies": {
"@bazel/runfiles": "^6.3.1",

View file

@ -148,7 +148,7 @@
"sass-loader": "10.5.2",
"scratch-gui": "5.0.2",
"scratch-l10n": "5.0.9",
"selenium-webdriver": "4.26.0",
"selenium-webdriver": "4.27.0",
"slick-carousel": "1.8.1",
"stream-browserify": "3.0.0",
"style-loader": "4.0.0",