Skip to content

Commit

Permalink
Upgrade poolpeteer to fix contextPerRenderKey mde (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnesToulet authored Aug 26, 2024
1 parent 27928cf commit 9f76b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"morgan": "^1.9.0",
"multer": "^1.4.5-lts.1",
"on-finished": "^2.3.0",
"poolpeteer": "^0.23.0",
"poolpeteer": "^0.24.0",
"prom-client": "^14.1.0",
"puppeteer": "^22.8.2",
"puppeteer-cluster": "^0.24.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5533,12 +5533,12 @@ pngjs@^6.0.0:
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-6.0.0.tgz#ca9e5d2aa48db0228a52c419c3308e87720da821"
integrity sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==

poolpeteer@^0.23.0:
version "0.23.3"
resolved "https://registry.yarnpkg.com/poolpeteer/-/poolpeteer-0.23.3.tgz#8364d0ad0fb1a521e3b5a8c71f70e5f87d21cc89"
integrity sha512-WmZ8PVHkPS/g1iQirdid00vAo2c+BQLw1N13nhRwVq0bvZD8HajFx1Z/55lAc7d4Sav1O19dbyqM+YpkzHv32g==
poolpeteer@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/poolpeteer/-/poolpeteer-0.24.0.tgz#a0b7e60485df8d7b3e3ab71be3e206d91518f1e6"
integrity sha512-2H2DtQNkKHDFLSqREHuiHY8RKGhSPcPCNtUlriWNTMfnbku07BX9oqogg3ZWPs01FQwRFt1VsV6zxBo87KnJrA==
dependencies:
debug "^4.1.1"
debug "^4.3.4"

[email protected]:
version "7.1.1"
Expand Down

0 comments on commit 9f76b5c

Please sign in to comment.