@octokit/rest                 ^19.0.13  →  ^20.0.1
 @types/node                    ^20.4.0  →  ^20.4.1
 eslint-plugin-prettier  ^5.0.0-alpha.1  →   ^5.0.0
 https-proxy-agent               ^7.0.0  →   ^7.0.1
 semver                          ^7.5.3  →   ^7.5.4
 @octokit/rest                    ^19.0.13  →  ^20.0.1
 @types/jest                       ^29.5.2  →  ^29.5.3
 @types/node                       ^20.4.0  →  ^20.4.1
 @typescript-eslint/parser         ^5.61.0  →   ^6.0.0
 eslint-plugin-prettier     ^5.0.0-alpha.1  →   ^5.0.0
 ```
This commit is contained in:
Mike Penz
2023-07-14 08:40:49 +00:00
committed by GitHub
parent c88fa7297d
commit 66fa4e959f
4 changed files with 1029 additions and 554 deletions
+6 -5
View File
@@ -35,18 +35,19 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/rest": "^19.0.13",
"@octokit/rest": "^20.0.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"github-pr-collector": "file:pr-collector"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.4.0",
"@typescript-eslint/parser": "^5.61.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.1",
"@typescript-eslint/parser": "^6.0.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.44.0",
"eslint-plugin-github": "^4.8.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^5.0.0-alpha.1",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.1",
"jest-circus": "^29.6.1",
"js-yaml": "^4.1.0",