diff --git a/bun.lockb b/bun.lockb index 97edcbf..5836224 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/go.mod b/go.mod index 55a0d2d..068ef9d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mheob/use-correct-pm -go 1.21 +go 1.23.4 require github.com/spf13/cobra v1.8.1 diff --git a/package.json b/package.json index b8a48aa..9cf1aad 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ "is-ci": "^3.0.1" }, "devDependencies": { - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", - "husky": "^9.0.11", - "lint-staged": "^15.2.2" + "@commitlint/cli": "^19.6.1", + "@commitlint/config-conventional": "^19.6.0", + "husky": "^9.1.7", + "lint-staged": "^15.3.0" }, "publishConfig": { "access": "public"