From ddcaa7d2567cc5b013cba3eb41a8438fef849bc5 Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Tue, 22 Aug 2023 22:01:52 +0330 Subject: [PATCH] chore: update dependencies - Update the `execa` dependency to its new major version. - Update the other dependencies and developer dependencies to their latest versions. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2b27bc90..0bcacb5b 100644 --- a/package.json +++ b/package.json @@ -34,14 +34,14 @@ ], "license": "MIT", "dependencies": { - "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", @@ -59,8 +59,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" }