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

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-31 11:51:37 +02:00 committed by GitHub
parent c4fdd102e9
commit 726e528a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 464 additions and 377 deletions

817
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.8", "@types/semver": "7.5.8",
"@types/sinon": "17.0.3", "@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "7.9.0", "@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.9.0", "@typescript-eslint/parser": "7.11.0",
"esbuild": "0.21.3", "esbuild": "0.21.4",
"eslint": "8.57.0", "eslint": "8.57.0",
"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",
@ -152,7 +152,7 @@
"eslint-plugin-mocha": "10.4.3", "eslint-plugin-mocha": "10.4.3",
"eslint-plugin-prettier": "5.1.3", "eslint-plugin-prettier": "5.1.3",
"eslint-plugin-rulesdir": "0.2.2", "eslint-plugin-rulesdir": "0.2.2",
"eslint-plugin-tsdoc": "0.2.17", "eslint-plugin-tsdoc": "0.3.0",
"eslint-plugin-unused-imports": "3.2.0", "eslint-plugin-unused-imports": "3.2.0",
"execa": "9.1.0", "execa": "9.1.0",
"expect": "29.7.0", "expect": "29.7.0",
@ -167,7 +167,7 @@
"source-map-support": "0.5.21", "source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1", "spdx-satisfies": "5.0.1",
"tsd": "0.31.0", "tsd": "0.31.0",
"tsx": "4.10.5", "tsx": "4.11.0",
"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.43.7", "@microsoft/api-extractor": "7.46.2",
"@microsoft/api-documenter": "7.24.8", "@microsoft/api-documenter": "7.25.2",
"@microsoft/api-extractor-model": "7.28.17", "@microsoft/api-extractor-model": "7.29.2",
"@microsoft/tsdoc": "0.14.2", "@microsoft/tsdoc": "0.15.0",
"@rushstack/node-core-library": "4.3.0" "@rushstack/node-core-library": "5.4.1"
} }
} }

View File

@ -24,7 +24,7 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@swc/core": "1.5.7", "@swc/core": "1.5.24",
"@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

@ -33,6 +33,6 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@prettier/sync": "0.5.2", "@prettier/sync": "0.5.2",
"@typescript-eslint/utils": "7.9.0" "@typescript-eslint/utils": "7.11.0"
} }
} }