diff --git a/bun.lockb b/bun.lockb index 02b0487..60fc954 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/internal/go.mod b/internal/go.mod index 5b35dd2..8ea6fa0 100644 --- a/internal/go.mod +++ b/internal/go.mod @@ -1,6 +1,6 @@ module github.com/yeskunall/www/internal -go 1.22.3 +go 1.22.4 require ( github.com/Khan/genqlient v0.7.0 diff --git a/package.json b/package.json index 79a6b9c..886279d 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "codegen": "graphql-codegen" }, "dependencies": { - "@astrojs/vercel": "7.6.0", - "@urql/core": "5.0.3", - "astro": "4.8.6", + "@astrojs/vercel": "7.7.2", + "@urql/core": "5.0.4", + "astro": "4.11.1", "date-fns": "3.6.0" }, "eslintIgnore": [ @@ -32,10 +32,10 @@ ], "devDependencies": { "@astrojs/check": "0.7.0", - "@astrojs/markdown-remark": "5.1.0", - "@astrojs/mdx": "3.0.0", - "@astrojs/rss": "4.0.6", - "@astrojs/sitemap": "3.1.4", + "@astrojs/markdown-remark": "5.1.1", + "@astrojs/mdx": "3.1.2", + "@astrojs/rss": "4.0.7", + "@astrojs/sitemap": "3.1.6", "@astrojs/tailwind": "5.1.0", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/introspection": "4.0.3", @@ -49,23 +49,23 @@ "@types/hast": "3.0.4", "@types/markdown-it": "14.1.1", "@types/sanitize-html": "2.11.0", - "@typescript-eslint/eslint-plugin": "7.10.0", - "@typescript-eslint/parser": "7.10.0", + "@typescript-eslint/eslint-plugin": "7.14.1", + "@typescript-eslint/parser": "7.14.1", "astro-eslint-parser": "1.0.2", "astro-icon": "1.1.0", "autoprefixer": "10.4.19", "class-variance-authority": "0.7.0", "clsx": "2.1.1", - "cspell": "8.8.3", - "cssnano": "7.0.1", - "cssnano-preset-advanced": "7.0.1", + "cspell": "8.9.1", + "cssnano": "7.0.3", + "cssnano-preset-advanced": "7.0.3", "eslint": "8.57.0", "eslint-import-resolver-typescript": "3.6.1", - "eslint-plugin-astro": "1.2.0", + "eslint-plugin-astro": "1.2.2", "eslint-plugin-deprecation": "3.0.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jsx-a11y": "6.8.0", - "eslint-plugin-perfectionist": "2.10.0", + "eslint-plugin-jsx-a11y": "6.9.0", + "eslint-plugin-perfectionist": "2.11.0", "eslint-plugin-typescript-sort-keys": "3.2.0", "markdown-it": "14.1.0", "mdast-util-to-string": "4.0.0", @@ -73,9 +73,9 @@ "micromark-extension-gfm": "3.0.0", "postcss": "8.4.38", "postcss-import": "16.1.0", - "prettier": "3.2.5", - "prettier-plugin-astro": "0.13.0", - "prettier-plugin-tailwindcss": "0.5.14", + "prettier": "3.3.2", + "prettier-plugin-astro": "0.14.0", + "prettier-plugin-tailwindcss": "0.6.5", "prettier-plugin-toml": "2.0.1", "pretty-ms": "9.0.0", "reading-time": "1.5.0", @@ -88,11 +88,11 @@ "sanitize-html": "2.13.0", "schema-dts": "1.1.2", "tailwind-merge": "2.3.0", - "tailwindcss": "3.4.3", - "typescript": "5.4.5", + "tailwindcss": "3.4.4", + "typescript": "5.5.2", "unist-util-visit": "5.0.0" }, "engines": { - "node": "^20.3.0" + "node": "^20.15.0" } }