chore(deps-dev): Bump the dev-dependencies group across 1 directory with 12 updates (#12432)

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:
dependabot[bot] 2024-05-14 05:23:37 +02:00 committed by GitHub
parent 8f0a1adec6
commit 28c9602be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 811 additions and 329 deletions

1116
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -144,7 +144,7 @@
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
@ -154,7 +154,7 @@
"eslint-plugin-rulesdir": "0.2.2",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unused-imports": "3.2.0",
"execa": "8.0.1",
"execa": "9.0.2",
"expect": "29.7.0",
"gts": "5.3.0",
"hereby": "1.8.9",
@ -163,11 +163,11 @@
"npm-run-all2": "6.1.2",
"prettier": "3.2.5",
"semver": "7.6.2",
"sinon": "17.0.1",
"sinon": "17.0.2",
"source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1",
"tsd": "0.31.0",
"tsx": "4.9.1",
"tsx": "4.10.1",
"typescript": "5.3.3",
"wireit": "0.14.4"
},

View File

@ -128,7 +128,7 @@
"devDependencies": {
"@types/debug": "4.1.12",
"@types/node": "18.17.15",
"@types/chrome": "0.0.267",
"@types/chrome": "0.0.268",
"@types/ws": "8.5.10",
"mitt": "3.0.1",
"parsel-js": "1.1.2",

View File

@ -30,7 +30,7 @@
"pngjs": "7.0.0"
},
"devDependencies": {
"@types/diff": "5.2.0",
"@types/diff": "5.2.1",
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5"
}

View File

@ -24,10 +24,10 @@
}
},
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
"@microsoft/api-documenter": "7.24.2",
"@microsoft/api-extractor-model": "7.28.14",
"@microsoft/api-extractor": "7.43.4",
"@microsoft/api-documenter": "7.24.5",
"@microsoft/api-extractor-model": "7.28.16",
"@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "4.1.0"
"@rushstack/node-core-library": "4.2.1"
}
}

View File

@ -24,7 +24,7 @@
}
},
"devDependencies": {
"@swc/core": "1.4.17",
"@swc/core": "1.5.5",
"@types/doctrine": "0.0.9",
"@types/source-map-support": "0.5.10",
"@types/yargs": "17.0.32",

View File

@ -38,6 +38,6 @@
"c8": "9.1.0",
"glob": "10.3.15",
"yargs": "17.7.2",
"zod": "3.23.6"
"zod": "3.23.8"
}
}