From 4b2b6fab6f42c6630d5d5693781aa225b8e09aa1 Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Sun, 3 Sep 2023 21:58:48 +0330 Subject: [PATCH] chore: update dependencies (#721) - Update the `execa` dependency to its new major version. - Update the other dependencies and developer dependencies to their latest versions. Co-authored-by: Antoine du Hamel --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c6d5fc77..e5084b6e 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "license": "MIT", "dependencies": { "@node-core/caritat": "^1.2.0", - "branch-diff": "^2.1.3", + "branch-diff": "^2.1.4", "chalk": "^5.3.0", "changelog-maker": "^3.2.4", "cheerio": "^1.0.0-rc.12", "clipboardy": "^3.0.0", "core-validate-commit": "^4.0.0", "enquirer": "^2.4.1", - "execa": "^7.2.0", + "execa": "^8.0.1", "figures": "^5.0.0", "ghauth": "^5.0.1", "inquirer": "^9.2.10", @@ -61,8 +61,8 @@ "c8": "^8.0.1", "eslint": "^8.47.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-import": "^2.28.0", - "eslint-plugin-n": "^16.0.1", + "eslint-plugin-import": "^2.28.1", + "eslint-plugin-n": "^16.0.2", "eslint-plugin-promise": "^6.1.1", "sinon": "^15.2.0" }