Skip to content

Commit

Permalink
chore(deps-dev): Bump the dev-dependencies group with 13 updates (#11318
Browse files Browse the repository at this point in the history
)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2023
1 parent 5b8c6cb commit f22a33b
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 67 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"@microsoft/api-extractor": "7.38.2",
"@pptr/testserver": "file:packages/testserver",
"@puppeteer/docgen": "file:tools/docgen",
"@types/mocha": "10.0.3",
"@types/mocha": "10.0.4",
"@types/node": "20.8.4",
"@types/semver": "7.5.4",
"@types/sinon": "17.0.0",
"@types/semver": "7.5.5",
"@types/sinon": "17.0.1",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"cross-env": "7.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/browsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
},
"devDependencies": {
"@types/debug": "4.1.11",
"@types/progress": "2.0.6",
"@types/tar-fs": "2.0.3",
"@types/unbzip2-stream": "1.4.2",
"@types/yargs": "17.0.30"
"@types/progress": "2.0.7",
"@types/tar-fs": "2.0.4",
"@types/unbzip2-stream": "1.4.3",
"@types/yargs": "17.0.31"
}
}
2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"devDependencies": {
"@types/debug": "4.1.11",
"@types/node": "18.17.15",
"@types/ws": "8.5.8",
"@types/ws": "8.5.9",
"mitt": "3.0.1",
"parsel-js": "1.1.2",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/testserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"ws": "8.14.2"
},
"devDependencies": {
"@types/mime": "3.0.3"
"@types/mime": "3.0.4"
}
}
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"puppeteer": "file:../packages/puppeteer"
},
"devDependencies": {
"@types/diff": "5.0.7",
"@types/pixelmatch": "5.2.5",
"@types/pngjs": "6.0.3"
"@types/diff": "5.0.8",
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.4"
}
}
4 changes: 2 additions & 2 deletions tools/doctest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/doctrine": "0.0.9",
"@types/source-map-support": "0.5.9",
"@types/yargs": "17.0.30"
"@types/source-map-support": "0.5.10",
"@types/yargs": "17.0.31"
}
}

0 comments on commit f22a33b

Please sign in to comment.