Skip to content

Commit

Permalink
🔖 v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stoe committed Apr 21, 2024
1 parent c20cc10 commit ba18c41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoe/action-reporting-cli",
"version": "3.4.2",
"version": "3.5.0",
"type": "module",
"description": "CLI to report on GitHub Actions",
"keywords": [
Expand All @@ -16,8 +16,8 @@
"license": "MIT",
"repository": "github:stoe/action-reporting-cli",
"engines": {
"node": ">=16",
"npm": ">=8"
"node": ">=20",
"npm": ">=10"
},
"bin": {
"action-reporting-cli": "./index.js"
Expand All @@ -41,15 +41,15 @@
"test": "eslint ."
},
"dependencies": {
"@octokit/core": "^6.0.1",
"@octokit/core": "^6.1.2",
"@octokit/plugin-paginate-rest": "^11.1.1",
"@octokit/plugin-throttling": "^9.0.3",
"@octokit/plugin-throttling": "^9.2.0",
"chalk": "^4.1.2, <6",
"csv": "^6.3.8",
"got": "^14.2.0",
"got": "^14.2.1",
"js-yaml": "^4.1.0",
"meow": "^13.2.0",
"normalize-url": "^8.0.0"
"normalize-url": "^8.0.1"
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
Expand Down

0 comments on commit ba18c41

Please sign in to comment.