Bump puppeteer from 16.0.0 to 16.1.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 16.0.0 to 16.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v16.0.0...v16.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-08 09:02:03 +00:00 committed by GitHub
parent 081ac20f2b
commit 6a93d3c5e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "CC0-1.0", "license": "CC0-1.0",
"dependencies": { "dependencies": {
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"puppeteer": "^16.0.0" "puppeteer": "^16.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.10", "@babel/core": "^7.18.10",
@ -6052,9 +6052,9 @@
} }
}, },
"node_modules/puppeteer": { "node_modules/puppeteer": {
"version": "16.0.0", "version": "16.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.0.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.1.0.tgz",
"integrity": "sha512-FgSe21IHNHkqv1SiJiob4ANsxVujcINa4p3MaDEMyoZsocbgSgwYE0c9lnF8eoinw4id3vx4DOXwhFdOOwVlDg==", "integrity": "sha512-lhykJLbH2bbBaP3NfYI2Vj0T4ctrdfVdEVf8glZITPnLfqrJ0nfUzAYuIz5YcA79k5lmFKANIhEXex+jQChU3g==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
@ -11983,9 +11983,9 @@
"dev": true "dev": true
}, },
"puppeteer": { "puppeteer": {
"version": "16.0.0", "version": "16.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.0.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-16.1.0.tgz",
"integrity": "sha512-FgSe21IHNHkqv1SiJiob4ANsxVujcINa4p3MaDEMyoZsocbgSgwYE0c9lnF8eoinw4id3vx4DOXwhFdOOwVlDg==", "integrity": "sha512-lhykJLbH2bbBaP3NfYI2Vj0T4ctrdfVdEVf8glZITPnLfqrJ0nfUzAYuIz5YcA79k5lmFKANIhEXex+jQChU3g==",
"requires": { "requires": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.4", "debug": "4.3.4",

View file

@ -6,7 +6,7 @@
"license": "CC0-1.0", "license": "CC0-1.0",
"dependencies": { "dependencies": {
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"puppeteer": "^16.0.0" "puppeteer": "^16.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.10", "@babel/core": "^7.18.10",