Dependency upgrades
``` @octokit/rest ^20.1.1 → ^21.0.1 @types/node ^20.14.6 → ^20.14.12 @typescript-eslint/eslint-plugin ^7.13.1 → ^7.17.0 @typescript-eslint/parser ^7.13.1 → ^7.17.0 eslint-plugin-prettier ^5.1.3 → ^5.2.1 https-proxy-agent ^7.0.4 → ^7.0.5 prettier 3.3.2 → 3.3.3 semver ^7.6.2 → ^7.6.3 ts-jest ^29.1.5 → ^29.2.3 typescript ^5.4.5 → ^5.5.4 ```
This commit is contained in:
+3663
-2692
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
Generated
+1164
-442
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -39,29 +39,29 @@
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@octokit/rest": "^20.1.1",
|
||||
"@octokit/rest": "^21.0.1",
|
||||
"gitea-js": "^1.22.0",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"https-proxy-agent": "^7.0.5",
|
||||
"moment": "^2.30.1",
|
||||
"semver": "^7.6.2"
|
||||
"semver": "^7.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^20.14.6",
|
||||
"@types/node": "^20.14.12",
|
||||
"@types/semver": "^7.5.8",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
||||
"@typescript-eslint/parser": "^7.13.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
||||
"@typescript-eslint/parser": "^7.17.0",
|
||||
"@vercel/ncc": "^0.38.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-github": "^5.0.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest-circus": "^29.7.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "3.3.2",
|
||||
"ts-jest": "^29.1.5",
|
||||
"typescript": "^5.4.5"
|
||||
"prettier": "3.3.3",
|
||||
"ts-jest": "^29.2.3",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user