Skip to content

Commit

Permalink
chore(deps-dev): Bump the dev-dependencies group with 5 updates (#11314)
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 7, 2023
1 parent 08615f8 commit 07777c1
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 65 deletions.
116 changes: 58 additions & 58 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"@types/node": "20.8.4",
"@types/semver": "7.5.4",
"@types/sinon": "17.0.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"cross-env": "7.0.3",
"esbuild": "0.19.5",
"eslint": "8.53.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/browsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@types/debug": "4.1.10",
"@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.29"
"@types/yargs": "17.0.30"
}
}
2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"ws": "8.14.2"
},
"devDependencies": {
"@types/debug": "4.1.10",
"@types/debug": "4.1.11",
"@types/node": "18.17.15",
"@types/ws": "8.5.8",
"mitt": "3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions tools/doctest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@types/doctrine": "0.0.8",
"@types/doctrine": "0.0.9",
"@types/source-map-support": "0.5.9",
"@types/yargs": "17.0.29"
"@types/yargs": "17.0.30"
}
}

0 comments on commit 07777c1

Please sign in to comment.