chore(deps-dev): Bump the dev-dependencies group with 9 updates (#11974)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
This commit is contained in:
dependabot[bot] 2024-02-22 17:00:26 +01:00 committed by GitHub
parent 3448a4097b
commit 04392d8f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 905 additions and 597 deletions

1481
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -142,9 +142,9 @@
"@types/node": "20.8.4", "@types/node": "20.8.4",
"@types/semver": "7.5.7", "@types/semver": "7.5.7",
"@types/sinon": "17.0.3", "@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "7.0.1", "@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.1", "@typescript-eslint/parser": "7.0.2",
"esbuild": "0.20.0", "esbuild": "0.20.1",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1", "eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
@ -166,7 +166,7 @@
"sinon": "17.0.1", "sinon": "17.0.1",
"source-map-support": "0.5.21", "source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1", "spdx-satisfies": "5.0.1",
"tsd": "0.30.4", "tsd": "0.30.5",
"tsx": "4.7.1", "tsx": "4.7.1",
"typescript": "5.3.3", "typescript": "5.3.3",
"wireit": "0.14.4" "wireit": "0.14.4"

View File

@ -24,10 +24,10 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@microsoft/api-extractor": "7.40.2", "@microsoft/api-extractor": "7.40.6",
"@microsoft/api-documenter": "7.23.24", "@microsoft/api-documenter": "7.23.30",
"@microsoft/api-extractor-model": "7.28.10", "@microsoft/api-extractor-model": "7.28.13",
"@microsoft/tsdoc": "0.14.2", "@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "3.66.1" "@rushstack/node-core-library": "4.0.2"
} }
} }

View File

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

View File

@ -32,6 +32,7 @@
"author": "The Chromium Authors", "author": "The Chromium Authors",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@prettier/sync": "0.5.1" "@prettier/sync": "0.5.1",
"@typescript-eslint/utils": "7.0.2"
} }
} }