From 6f6da9516510cfece3855cd3d26012c89b033570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 6 Apr 2025 12:06:04 +0200 Subject: [PATCH] chore: update dependencies --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index dd31b86a..3994e3d9 100644 --- a/package.json +++ b/package.json @@ -34,40 +34,40 @@ ], "license": "MIT", "dependencies": { - "@inquirer/prompts": "^7.2.3", + "@inquirer/prompts": "^7.4.1", "@listr2/prompt-adapter-enquirer": "^2.0.12", "@node-core/caritat": "^1.6.0", "@pkgjs/nv": "^0.2.2", "branch-diff": "^3.1.1", "chalk": "^5.4.1", - "changelog-maker": "^4.3.2", + "changelog-maker": "^4.4.1", "cheerio": "^1.0.0", "clipboardy": "^4.0.0", "core-validate-commit": "^4.1.0", "figures": "^6.1.0", - "ghauth": "^6.0.10", + "ghauth": "^6.0.12", "git-secure-tag": "^2.3.1", "js-yaml": "^4.1.0", "listr2": "^8.2.5", "lodash": "^4.17.21", "log-symbols": "^7.0.0", - "ora": "^8.1.1", + "ora": "^8.2.0", "replace-in-file": "^8.3.0", - "semver": "^7.6.3", - "undici": "^7.3.0", + "semver": "^7.7.1", + "undici": "^7.7.0", "which": "^5.0.0", "yargs": "^17.7.2" }, "devDependencies": { - "@eslint/js": "^9.19.0", + "@eslint/js": "^9.24.0", "@reporters/github": "^1.7.2", "c8": "^10.1.3", - "eslint": "^9.19.0", + "eslint": "^9.24.0", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-n": "^17.15.1", + "eslint-plugin-n": "^17.17.0", "eslint-plugin-promise": "^7.2.1", - "globals": "^15.14.0", - "neostandard": "^0.12.0", - "sinon": "^19.0.2" + "globals": "^16.0.0", + "neostandard": "^0.12.1", + "sinon": "^20.0.0" } }