1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-05-03 23:26:53 +07:00

build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates (#1374)

This commit is contained in:
Ludovic Fernandez
2026-04-20 16:24:19 +02:00
committed by GitHub
parent 46c9287ccb
commit c592b80ac9
4 changed files with 30506 additions and 23293 deletions

View File

@@ -39,14 +39,14 @@
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.4",
"tmp": "^0.2.5",
"which": "^6.0.0",
"which": "^6.0.1",
"yaml": "^2.8.3"
},
"devDependencies": {
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.3",
"@eslint/compat": "^2.0.5",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.2",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.32.1",
"@vercel/ncc": "^0.38.4",
"eslint": "^9.39.2",
@@ -54,8 +54,11 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"globals": "^17.5.0",
"prettier": "^3.8.2",
"typescript": "^5.9.3"
},
"overrides": {
"undici": "^6.24.0"
}
}