Skip to content

Commit 2cb3c7b

Browse files
Zerpetmergify[bot]
authored andcommitted
Bump selenium dependencies
Because some of them have critical CVEs. (cherry picked from commit 6fef209) (cherry picked from commit 9d8ae9d)
1 parent c506272 commit 2cb3c7b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

selenium/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM node:18 as base
1+
FROM node:18 AS base
22

33
WORKDIR /code
44

55
COPY package.json package.json
66

7-
FROM base as test
8-
RUN npm install
7+
FROM base AS test
8+
RUN npm install --verbose
99

1010
ENTRYPOINT [ "npm" ]
1111
CMD [ "" ]

selenium/bin/components/selenium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# selenium/standalone-chromium is multi-arch
44
# https://hub.docker.com/r/selenium/standalone-chromium/tags
5-
SELENIUM_DOCKER_IMAGE=${SELENIUM_DOCKER_IMAGE:-selenium/standalone-chromium:133.0}
5+
SELENIUM_DOCKER_IMAGE=${SELENIUM_DOCKER_IMAGE:-selenium/standalone-chromium:141.0}
66

77
start_selenium() {
88
begin "Starting selenium ..."

selenium/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"chromedriver": "^139.0",
16-
"ejs": "^3.1.8",
17-
"express": "^4.18.2",
18-
"geckodriver": "^3.0.2",
15+
"chromedriver": "^141.0",
16+
"ejs": "^3.1.10",
17+
"express": "^5.1.0",
18+
"geckodriver": "^6.0.2",
1919
"http-proxy": "^1.18.1",
20-
"mqtt": "^5.3.3",
20+
"mqtt": "^5.14.1",
2121
"path": "^0.12.7",
22-
"proxy": "^1.0.2",
23-
"rhea": "^3.0.3",
24-
"selenium-webdriver": "^4.26.0",
22+
"proxy": "^2.2.0",
23+
"rhea": "^3.0.4",
24+
"selenium-webdriver": "^4.37.0",
2525
"xmlhttprequest": "^1.8.0",
26-
"amqplib": "0.8.0"
26+
"amqplib": "0.10.9"
2727
},
2828
"devDependencies": {
29-
"chai": "^4.3.6",
30-
"mocha": "^10.4.0",
29+
"chai": "^6.2.0",
30+
"mocha": "^11.7.4",
3131
"request": "^2.88.2",
32-
"standard": "^17.0.0"
32+
"standard": "^17.1.2"
3333
}
3434
}

0 commit comments

Comments
 (0)