Skip to content

Commit 23db845

Browse files
committed
chore: update chromedriver
1 parent 8292bf1 commit 23db845

File tree

7 files changed

+47
-14
lines changed

7 files changed

+47
-14
lines changed

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
},
5555
"devDependencies": {
5656
"@ui5/webcomponents-tools": "2.7.4",
57-
"chromedriver": "^131.0.0"
57+
"chromedriver": "^135.0.0"
5858
}
5959
}

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@openui5/sap.ui.core": "1.120.17",
6060
"@ui5/webcomponents-tools": "2.7.4",
61-
"chromedriver": "^131.0.0",
61+
"chromedriver": "^135.0.0",
6262
"clean-css": "^5.2.2",
6363
"copy-and-watch": "^0.1.5",
6464
"cross-env": "^7.0.3",

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
},
5353
"devDependencies": {
5454
"@ui5/webcomponents-tools": "2.7.4",
55-
"chromedriver": "^131.0.0"
55+
"chromedriver": "^135.0.0"
5656
}
5757
}

packages/fiori/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@ui5/webcomponents-tools": "2.7.4",
64-
"chromedriver": "^131.0.0",
64+
"chromedriver": "^135.0.0",
6565
"lit": "^2.0.0"
6666
}
6767
}

packages/localization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@openui5/sap.ui.core": "1.120.17",
3636
"@ui5/webcomponents-tools": "2.7.4",
3737
"babel-plugin-amd-to-esm": "^2.0.3",
38-
"chromedriver": "^131.0.0",
38+
"chromedriver": "^135.0.0",
3939
"estree-walk": "^2.2.0",
4040
"mkdirp": "^1.0.4",
4141
"resolve": "^1.20.0"

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@ui5/webcomponents-tools": "2.7.4",
65-
"chromedriver": "^131.0.0",
65+
"chromedriver": "^135.0.0",
6666
"jsdom": "^26.0.0",
6767
"lit": "^2.0.0",
6868
"vitest": "^3.0.2"

yarn.lock

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,7 @@
21542154
"@docusaurus/theme-search-algolia" "3.1.1"
21552155
"@docusaurus/types" "3.1.1"
21562156

2157-
"@docusaurus/[email protected]", "react-loadable@npm:@docusaurus/[email protected]":
2157+
"@docusaurus/[email protected]":
21582158
version "5.5.2"
21592159
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
21602160
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -7017,10 +7017,10 @@ chrome-trace-event@^1.0.2:
70177017
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
70187018
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
70197019

7020-
chromedriver@^131.0.0:
7021-
version "131.0.0"
7022-
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-131.0.0.tgz#08bbc6d9fcd1c42abfe70ac7e3412fba96f44723"
7023-
integrity sha512-ukYmdCox2eRsjpCYUB4AOLV1fSfWQ1ZPfcUc0PIUWZKoyjyXKEl8i4DJ14bcNzNbEvaVx2Z2pnx/nLK2CM+ruQ==
7020+
chromedriver@^135.0.0:
7021+
version "135.0.4"
7022+
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-135.0.4.tgz#d70a0e51863e9b5a140358f811214a79d8b20d5c"
7023+
integrity sha512-x0DESUcvCfKydljOCTQUve6f0+78Vq71FHcAMmdzBoWzAnyzB+2Fd2PouGRoJJkqk/vgfNzCiuwFosT0hnIjEg==
70247024
dependencies:
70257025
"@testim/chrome-version" "^1.1.4"
70267026
axios "^1.7.4"
@@ -16665,6 +16665,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
1666516665
dependencies:
1666616666
"@babel/runtime" "^7.10.3"
1666716667

16668+
"react-loadable@npm:@docusaurus/[email protected]":
16669+
version "5.5.2"
16670+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
16671+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
16672+
dependencies:
16673+
"@types/react" "*"
16674+
prop-types "^15.6.2"
16675+
1666816676
react-router-config@^5.1.1:
1666916677
version "5.1.1"
1667016678
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
@@ -18244,7 +18252,16 @@ stream-combiner@~0.0.4:
1824418252
dependencies:
1824518253
duplexer "~0.1.1"
1824618254

18247-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
18255+
"string-width-cjs@npm:string-width@^4.2.0":
18256+
version "4.2.3"
18257+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
18258+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
18259+
dependencies:
18260+
emoji-regex "^8.0.0"
18261+
is-fullwidth-code-point "^3.0.0"
18262+
strip-ansi "^6.0.1"
18263+
18264+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1824818265
version "4.2.3"
1824918266
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1825018267
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -18370,7 +18387,7 @@ stringify-object@^3.3.0:
1837018387
is-obj "^1.0.1"
1837118388
is-regexp "^1.0.0"
1837218389

18373-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18390+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1837418391
version "6.0.1"
1837518392
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1837618393
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -18391,6 +18408,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1839118408
dependencies:
1839218409
ansi-regex "^4.1.0"
1839318410

18411+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18412+
version "6.0.1"
18413+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
18414+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
18415+
dependencies:
18416+
ansi-regex "^5.0.1"
18417+
1839418418
strip-ansi@^7.0.1:
1839518419
version "7.1.0"
1839618420
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -20262,7 +20286,7 @@ [email protected]:
2026220286
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
2026320287
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
2026420288

20265-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
20289+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2026620290
version "7.0.0"
2026720291
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2026820292
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -20289,6 +20313,15 @@ wrap-ansi@^6.2.0:
2028920313
string-width "^4.1.0"
2029020314
strip-ansi "^6.0.0"
2029120315

20316+
wrap-ansi@^7.0.0:
20317+
version "7.0.0"
20318+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
20319+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
20320+
dependencies:
20321+
ansi-styles "^4.0.0"
20322+
string-width "^4.1.0"
20323+
strip-ansi "^6.0.0"
20324+
2029220325
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2029320326
version "8.1.0"
2029420327
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)