From f1b1770e96a9a7cf716d28822167f91bd300106f Mon Sep 17 00:00:00 2001 From: David Worms Date: Wed, 12 Jun 2024 23:07:24 +0200 Subject: [PATCH] chore: latest dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cd67bbc..73a2581 100644 --- a/package.json +++ b/package.json @@ -25,15 +25,15 @@ "contributors": [], "dependencies": { "mixme": "^1.1.0", - "ssh2": "~1.14.0" + "ssh2": "~1.15.0" }, "devDependencies": { - "@commitlint/cli": "^18.4.2", - "@commitlint/config-conventional": "^18.4.2", - "@commitlint/cz-commitlint": "^18.4.2", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", + "@commitlint/cz-commitlint": "^19.2.0", "coffeescript": "^2.7.0", - "husky": "^8.0.3", - "mocha": "~10.2.0", + "husky": "^9.0.11", + "mocha": "~10.4.0", "should": "~13.2.3", "standard-version": "^9.5.0" },