Skip to content

Commit b1f94cc

Browse files
chore(deps-dev): bump puppeteer from 22.4.1 to 22.6.0 (#4270)
1 parent 23c31e0 commit b1f94cc

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.4.1
38+
RUN npm i puppeteer
3939
RUN google-chrome --version
4040

4141
# Install playwright browsers

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"jsdoc-typeof-plugin": "1.0.0",
151151
"json-server": "0.10.1",
152152
"playwright": "1.41.1",
153-
"puppeteer": "22.4.1",
153+
"puppeteer": "22.6.0",
154154
"qrcode-terminal": "0.12.0",
155155
"rosie": "2.1.1",
156156
"runok": "0.9.3",

0 commit comments

Comments
 (0)