From 0d01f9a466253a76070e8f53130165627b16a38e Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Tue, 11 Apr 2023 00:32:59 +0330 Subject: [PATCH] chore: update deps and dev deps (#693) - Update the `listr2` dependency to it's new major version. - Update the `branch-diff` and `changelog-maker` dependencies to their latest versions to fix a vulnerability reported by Snyk. - Update the other dependencies and developer dependencies to their latest versions. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e1ae99f9..81671dd2 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ ], "license": "MIT", "dependencies": { - "branch-diff": "^2.1.0", + "branch-diff": "^2.1.1", "chalk": "^5.2.0", - "changelog-maker": "^3.2.1", + "changelog-maker": "^3.2.3", "cheerio": "^1.0.0-rc.12", "clipboardy": "^3.0.0", "core-validate-commit": "^4.0.0", @@ -45,19 +45,19 @@ "figures": "^5.0.0", "ghauth": "^5.0.1", "inquirer": "^9.1.5", - "listr2": "^5.0.8", + "listr2": "^6.0.4", "lodash": "^4.17.21", "log-symbols": "^5.1.0", "ora": "^6.3.0", "replace-in-file": "^6.3.5", - "undici": "^5.21.0", + "undici": "^5.21.2", "which": "^3.0.0", "yargs": "^17.7.1" }, "devDependencies": { - "@reporters/github": "^1.1.2", + "@reporters/github": "^1.1.3", "c8": "^7.13.0", - "eslint": "^8.37.0", + "eslint": "^8.38.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0",