Skip to content

Commit 0c967ea

Browse files
Bump puppeteer from 10.0.0 to 10.1.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@v10.0.0...v10.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d043163 commit 0c967ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel-jest": "^27.0.6",
3030
"jest": "^27.0.6",
3131
"objects-to-csv": "^1.3.6",
32-
"puppeteer": "^10.0.0",
32+
"puppeteer": "^10.1.0",
3333
"typescript": "^4.3.4"
3434
}
3535
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3625,10 +3625,10 @@ puppeteer-core@^2.1.1:
36253625
rimraf "^2.6.1"
36263626
ws "^6.1.0"
36273627

3628-
puppeteer@^10.0.0:
3629-
version "10.0.0"
3630-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-10.0.0.tgz#1b597c956103e2d989ca17f41ba4693b20a3640c"
3631-
integrity sha512-AxHvCb9IWmmP3gMW+epxdj92Gglii+6Z4sb+W+zc2hTTu10HF0yg6hGXot5O74uYkVqG3lfDRLfnRpi6WOwi5A==
3628+
puppeteer@^10.1.0:
3629+
version "10.1.0"
3630+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-10.1.0.tgz#6ee1d7e30401a967f4403bd42ace9e51e399504f"
3631+
integrity sha512-bsyDHbFBvbofZ63xqF7hMhuKBX1h4WsqFIAoh1GuHr/Y9cewh+EFNAOdqWSkQRHLiBU/MY6M+8PUnXXjAPtuSg==
36323632
dependencies:
36333633
debug "4.3.1"
36343634
devtools-protocol "0.0.883894"

0 commit comments

Comments
 (0)