mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 07:00:25 -04:00
Merge pull request #8972 from scratchfoundation/renovate/selenium-webdriver-4.x
chore(deps): update dependency selenium-webdriver to v4.27.0
This commit is contained in:
commit
b9195926ee
2 changed files with 15 additions and 5 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue