Skip to content

Commit 1740ba2

Browse files
chore(deps-dev): bump puppeteer from 22.6.0 to 22.6.3 (#4289)
1 parent 0b986ec commit 1740ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN ln -s /codecept/bin/codecept.js /usr/local/bin/codeceptjs
3535
RUN mkdir /tests
3636
WORKDIR /tests
3737
# Install puppeteer so it's available in the container.
38-
RUN npm i puppeteer@22.6.0 && npx puppeteer browsers install chrome
38+
RUN npm i puppeteer@$(npm view puppeteer version) && npx puppeteer browsers install chrome
3939
RUN google-chrome --version
4040

4141
# Install playwright browsers

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"jsdoc-typeof-plugin": "1.0.0",
150150
"json-server": "0.10.1",
151151
"playwright": "1.42.1",
152-
"puppeteer": "22.6.0",
152+
"puppeteer": "22.6.3",
153153
"qrcode-terminal": "0.12.0",
154154
"rosie": "2.1.1",
155155
"runok": "0.9.3",

0 commit comments

Comments
 (0)