diff --git a/.husky/commit-msg b/.husky/commit-msg index c160a77..14d720e 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx --no -- commitlint --edit ${1} +bun x --no -- commitlint --edit ${1} diff --git a/bun.lockb b/bun.lockb index 919f7a4..dff9f91 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 94eb9db..70a05a1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/sitemap": "^3.2.1", "@cronitorio/cronitor-rum": "^0.4.1", "arg": "^5.0.2", - "astro": "^5.1.2", + "astro": "5.1.7", "astro-google-fonts-optimizer": "^0.2.2", "astro-robots-txt": "^1.0.0", "astro-webmanifest": "^1.0.0", @@ -34,7 +34,7 @@ "dayjs": "^1.11.13", "dotenv": "^16.4.7", "pino-pretty": "^13.0.0", - "sass": "^1.83.1" + "sass": "^1.83.4" }, "packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276" }