diff --git a/bun.lockb b/bun.lockb index c22dd91..12fed46 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/go.mod b/go.mod index 55a0d2d..9698c36 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mheob/use-correct-pm -go 1.21 +go 1.23.5 require github.com/spf13/cobra v1.8.1 diff --git a/package.json b/package.json index 9bdee92..1962ee1 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ "is-ci": "^4.1.0" }, "devDependencies": { - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", - "husky": "^9.0.11", - "lint-staged": "^15.2.2" + "@commitlint/cli": "^19.7.1", + "@commitlint/config-conventional": "^19.7.1", + "husky": "^9.1.7", + "lint-staged": "^15.4.3" }, "publishConfig": { "access": "public"