mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps-dev): Bump the dev-dependencies group with 13 updates (#12462)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f2b9e886d8
commit
1697c5c148
702
package-lock.json
generated
702
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -142,9 +142,9 @@
|
||||
"@types/node": "20.8.4",
|
||||
"@types/semver": "7.5.8",
|
||||
"@types/sinon": "17.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "7.8.0",
|
||||
"@typescript-eslint/parser": "7.8.0",
|
||||
"esbuild": "0.21.2",
|
||||
"@typescript-eslint/eslint-plugin": "7.9.0",
|
||||
"@typescript-eslint/parser": "7.9.0",
|
||||
"esbuild": "0.21.3",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-import-resolver-typescript": "3.6.1",
|
||||
@ -154,20 +154,20 @@
|
||||
"eslint-plugin-rulesdir": "0.2.2",
|
||||
"eslint-plugin-tsdoc": "0.2.17",
|
||||
"eslint-plugin-unused-imports": "3.2.0",
|
||||
"execa": "9.0.2",
|
||||
"execa": "9.1.0",
|
||||
"expect": "29.7.0",
|
||||
"gts": "5.3.0",
|
||||
"hereby": "1.8.9",
|
||||
"license-checker": "25.0.1",
|
||||
"mocha": "10.4.0",
|
||||
"npm-run-all2": "6.1.2",
|
||||
"npm-run-all2": "6.2.0",
|
||||
"prettier": "3.2.5",
|
||||
"semver": "7.6.2",
|
||||
"sinon": "17.0.2",
|
||||
"sinon": "18.0.0",
|
||||
"source-map-support": "0.5.21",
|
||||
"spdx-satisfies": "5.0.1",
|
||||
"tsd": "0.31.0",
|
||||
"tsx": "4.10.1",
|
||||
"tsx": "4.10.5",
|
||||
"typescript": "5.3.3",
|
||||
"wireit": "0.14.4"
|
||||
},
|
||||
|
@ -24,10 +24,10 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "7.43.4",
|
||||
"@microsoft/api-documenter": "7.24.5",
|
||||
"@microsoft/api-extractor-model": "7.28.16",
|
||||
"@microsoft/api-extractor": "7.43.7",
|
||||
"@microsoft/api-documenter": "7.24.8",
|
||||
"@microsoft/api-extractor-model": "7.28.17",
|
||||
"@microsoft/tsdoc": "0.14.2",
|
||||
"@rushstack/node-core-library": "4.2.1"
|
||||
"@rushstack/node-core-library": "4.3.0"
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/core": "1.5.5",
|
||||
"@swc/core": "1.5.7",
|
||||
"@types/doctrine": "0.0.9",
|
||||
"@types/source-map-support": "0.5.10",
|
||||
"@types/yargs": "17.0.32",
|
||||
|
@ -33,6 +33,6 @@
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@prettier/sync": "0.5.2",
|
||||
"@typescript-eslint/utils": "7.8.0"
|
||||
"@typescript-eslint/utils": "7.9.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user