Skip to content

Commit

Permalink
build(deps): bump puppeteer from 11.0.0 to 12.0.1 (#1035)
Browse files Browse the repository at this point in the history
* build(deps): bump puppeteer from 11.0.0 to 12.0.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 11.0.0 to 12.0.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v11.0.0...v12.0.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Node.js 15.x is no longer supported

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Brencz <[email protected]>
  • Loading branch information
dependabot[bot] and macbre authored Dec 7, 2021
1 parent 28be1af commit cfe191c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 15.x, 16.x, 17.x]
node-version: [14.x, 16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:lts-alpine3.14

# Installs latest Chromium package.
# https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium
ENV CHROMIUM_VERSION 93.0.4577.82-r2
ENV CHROMIUM_VERSION 96.0.4664.45-r0

RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/main" >> /etc/apk/repositories \
&& apk upgrade -U -a \
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"decamelize": "^5.0.0",
"fast-stats": "0.0.6",
"js-yaml": "^4.0.0",
"puppeteer": "^11.0.0"
"puppeteer": "^12.0.1"
},
"devDependencies": {
"@jest/globals": "^27.4.0",
Expand Down

0 comments on commit cfe191c

Please sign in to comment.