Skip to content

Commit 938d5d2

Browse files
committed
Upgrade selenium
1 parent beaa4df commit 938d5d2

File tree

3 files changed

+26
-15
lines changed

3 files changed

+26
-15
lines changed

packages/auth-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"rollup": "2.79.1",
6666
"rollup-plugin-replace": "2.2.0",
6767
"rollup-plugin-typescript2": "0.31.2",
68-
"selenium-webdriver": "4.8.0",
68+
"selenium-webdriver": "4.23.0",
6969
"typescript": "4.7.4"
7070
},
7171
"repository": {

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"rollup": "2.79.1",
144144
"rollup-plugin-sourcemaps": "0.6.3",
145145
"rollup-plugin-typescript2": "0.31.2",
146-
"selenium-webdriver": "4.8.0",
146+
"selenium-webdriver": "4.23.0",
147147
"totp-generator": "0.0.14",
148148
"typescript": "4.7.4"
149149
},

yarn.lock

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,11 @@
13641364
"@babel/helper-validator-identifier" "^7.22.20"
13651365
to-fast-properties "^2.0.0"
13661366

1367+
"@bazel/runfiles@^5.8.1":
1368+
version "5.8.1"
1369+
resolved "https://registry.npmjs.org/@bazel/runfiles/-/runfiles-5.8.1.tgz#737d5b3dc9739767054820265cfe432a80564c82"
1370+
integrity sha512-NDdfpdQ6rZlylgv++iMn5FkObC/QlBQvipinGLSOguTYpRywmieOyJ29XHvUilspwTFSILWpoE9CqMGkHXug1g==
1371+
13671372
"@changesets/apply-release-plan@^6.1.4":
13681373
version "6.1.4"
13691374
resolved "https://registry.npmjs.org/@changesets/apply-release-plan/-/apply-release-plan-6.1.4.tgz"
@@ -11231,7 +11236,7 @@ jssha@^3.1.2:
1123111236
resolved "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz"
1123211237
integrity sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w==
1123311238

11234-
jszip@^3.1.3, jszip@^3.10.0, jszip@^3.6.0:
11239+
jszip@^3.1.3, jszip@^3.10.1, jszip@^3.6.0:
1123511240
version "3.10.1"
1123611241
resolved "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2"
1123711242
integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
@@ -15517,14 +15522,15 @@ [email protected], selenium-webdriver@^3.0.1:
1551715522
tmp "0.0.30"
1551815523
xml2js "^0.4.17"
1551915524

15520-
selenium-webdriver@4.8.0:
15521-
version "4.8.0"
15522-
resolved "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.8.0.tgz"
15523-
integrity sha512-s/HL8WNwy1ggHR244+tAhjhyKMJnZLt1HKJ6Gn7nQgVjB/ybDF+46Uui0qI2J7AjPNJzlUmTncdC/jg/kKkn0A==
15525+
selenium-webdriver@4.23.0:
15526+
version "4.23.0"
15527+
resolved "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.23.0.tgz#6d9d219a560dffff1fbbc0f2c8a115d81d279a21"
15528+
integrity sha512-DdvtInpnMt95Td8VApvmAw7oSydBD9twIRXqoMyRoGMvL1dAnMFxdrwnW6L0d/pF/uoNTjbVUarwGZ9wIGNStA==
1552415529
dependencies:
15525-
jszip "^3.10.0"
15526-
tmp "^0.2.1"
15527-
ws ">=8.11.0"
15530+
"@bazel/runfiles" "^5.8.1"
15531+
jszip "^3.10.1"
15532+
tmp "^0.2.3"
15533+
ws "^8.17.1"
1552815534

1552915535
selenium-webdriver@^4.0.0-alpha.7:
1553015536
version "4.0.0-rc-1"
@@ -16853,6 +16859,11 @@ tmp@^0.0.33:
1685316859
dependencies:
1685416860
os-tmpdir "~1.0.2"
1685516861

16862+
tmp@^0.2.3:
16863+
version "0.2.3"
16864+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
16865+
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
16866+
1685616867
1685716868
version "1.0.5"
1685816869
resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz"
@@ -18282,16 +18293,16 @@ ws@>=7.4.6:
1828218293
resolved "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz"
1828318294
integrity sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==
1828418295

18285-
ws@>=8.11.0:
18286-
version "8.12.0"
18287-
resolved "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz"
18288-
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
18289-
1829018296
ws@^7.2.3:
1829118297
version "7.5.5"
1829218298
resolved "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz"
1829318299
integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==
1829418300

18301+
ws@^8.17.1:
18302+
version "8.18.0"
18303+
resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
18304+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
18305+
1829518306
ws@~8.2.3:
1829618307
version "8.2.3"
1829718308
resolved "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz"

0 commit comments

Comments
 (0)