From b0ad8a70ee14dfc586996892d153d6215dc96923 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 28 Feb 2026 12:12:44 +0000
Subject: [PATCH] chore: update npm packages to latest version (#584)
---
package.json | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package.json b/package.json
index 71100a6..3567081 100644
--- a/package.json
+++ b/package.json
@@ -28,14 +28,14 @@
},
"homepage": "https://github.com/lxndrblz/anatole#readme",
"devDependencies": {
- "@commitlint/cli": "^19.5.0",
- "@commitlint/config-conventional": "^19.5.0",
- "@netlify/plugin-lighthouse": "^6.0.3",
+ "@commitlint/cli": "^19.8.1",
+ "@commitlint/config-conventional": "^19.8.1",
+ "@netlify/plugin-lighthouse": "^6.0.4",
"@release-it/conventional-changelog": "^8.0.2",
- "husky": "^9.1.6",
- "prettier": "^3.3.3",
+ "husky": "^9.1.7",
+ "prettier": "^3.8.1",
"prettier-plugin-go-template": "^0.0.15",
- "release-it": "^17.6.0",
+ "release-it": "^17.11.0",
"shx": "^0.3.4"
}
}
--
Gitblit v1.10.0