Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent c5e4309 commit 7d0c625
Show file tree
Hide file tree
Showing 3 changed files with 590 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ref: migration
token: ${{ secrets.GH_TOKEN }}
- name: Install yq
uses: mikefarah/yq@v4.41.1
uses: mikefarah/yq@v4.40.5
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sentry/tracing": "7.92.0",
"axios": "0.27.2",
"lodash": "4.17.21",
"puppeteer": "14.4.1"
"puppeteer": "22.1.0"
},
"devDependencies": {
"@types/lodash": "4.14.202",
Expand Down
Loading

0 comments on commit 7d0c625

Please sign in to comment.