Skip to content

Commit 0cf46c7

Browse files
committed
⬆️ Upgrade dependencies
1 parent 7b89cae commit 0cf46c7

3 files changed

Lines changed: 25 additions & 26 deletions

File tree

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@octokit/core": "^7.0.2",
54-
"@octokit/plugin-paginate-rest": "^13.1.0",
54+
"@octokit/plugin-paginate-rest": "^13.1.1",
5555
"@octokit/plugin-throttling": "^11.0.1",
5656
"chalk": "^4.1.2, <6",
5757
"csv": "^6.3.11",
@@ -64,15 +64,15 @@
6464
},
6565
"devDependencies": {
6666
"@github/prettier-config": "^0.0.6",
67-
"eslint": "^9.29.0",
67+
"eslint": "^9.30.0",
6868
"eslint-config-prettier": "^10.1.5",
6969
"eslint-plugin-markdown": "^5.1.0",
70-
"eslint-plugin-prettier": "^5.5.0",
70+
"eslint-plugin-prettier": "^5.5.1",
7171
"globals": "^16.2.0",
7272
"husky": "^9.1.7",
73-
"jest": "^30.0.2",
73+
"jest": "^30.0.3",
7474
"lint-staged": "^16.1.2",
75-
"prettier": "^3.5.3",
75+
"prettier": "^3.6.2",
7676
"sinon": "^21.0.0"
7777
},
7878
"husky": {

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ $ npx action-reporting-cli [--options]
4646
You'll need a GitHub Personal Access Token (PAT) with these permissions:
4747

4848
- For GitHub.com, GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Data Residency:
49-
5049
- `repo` scope to access private repositories
5150
- `workflow` scope to read GitHub Actions data
5251
- `admin:org` scope when using `--owner` with organizations

0 commit comments

Comments
 (0)