mirror of
https://github.com/codecov/codecov-action
synced 2026-05-16 10:06:28 +03:00
chore(deps): update outdated deps (#1059)
This commit is contained in:
Vendored
+3
-6
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Generated
+2917
-7810
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -30,16 +30,16 @@
|
||||
"openpgp": "5.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.5.0",
|
||||
"@types/jest": "^29.5.4",
|
||||
"@types/node": "^20.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
||||
"@typescript-eslint/parser": "^4.29.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||||
"@typescript-eslint/parser": "^6.4.1",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint": "^8.47.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^26.6.3",
|
||||
"jest": "^29.6.4",
|
||||
"jest-junit": "^16.0.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"typescript": "^4.9.5"
|
||||
"ts-jest": "^29.1.1",
|
||||
"typescript": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
|
||||
import * as core from '@actions/core';
|
||||
import * as github from '@actions/github';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user