From ba18c417578a5201e5644741a5bc6b010c861e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20St=C3=B6lzle?= Date: Sun, 21 Apr 2024 11:20:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v3.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 16 ++++++++-------- package.json | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bdbf50..b978786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,23 +1,23 @@ { "name": "@stoe/action-reporting-cli", - "version": "3.4.2", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stoe/action-reporting-cli", - "version": "3.4.2", + "version": "3.5.0", "license": "MIT", "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" }, "bin": { "action-reporting-cli": "index.js" @@ -31,8 +31,8 @@ "husky": "^9.0.11" }, "engines": { - "node": ">=16", - "npm": ">=8" + "node": ">=20", + "npm": ">=10" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index b117f81..f954383 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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" @@ -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",