diff --git a/site/package-lock.json b/site/package-lock.json index aeb97d4..e708c46 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -7,11 +7,11 @@ "": { "name": "macosdb.com", "dependencies": { - "@astrojs/cloudflare": "^13.5.2", + "@astrojs/cloudflare": "^13.5.3", "@astrojs/compiler-rs": "^0.2.1", "@astrojs/sitemap": "^3.7.2", "@fontsource/inter": "^5.2.8", - "astro": "^6.3.5", + "astro": "^6.3.6", "astro-pagefind": "^2.0.0", "satori": "^0.26.0", "satori-html": "^0.3.2", @@ -23,13 +23,13 @@ "wrangler": "^4.93.1" }, "engines": { - "node": ">=24.0.0" + "node": ">=26.0.0" } }, "node_modules/@astrojs/cloudflare": { - "version": "13.5.2", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-13.5.2.tgz", - "integrity": "sha512-crtYJtsQCE5LvGRCEiuWK3w64h4Er+Yw5XW8mVEFtgbzAGuLs7a38SjJniZTP9gw2awaJ1rRQOjceJU8jcR6hQ==", + "version": "13.5.3", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-13.5.3.tgz", + "integrity": "sha512-LChk0gvXeGlmagsWMa6Ym1H48ckBv2j3rMfYsS+zS9m6bg1TjvOb3F8r6uzsWxRvli61LE7+a1sTffG70U1NMg==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.9.1", @@ -183,9 +183,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -202,9 +199,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -221,9 +215,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -240,9 +231,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2342,9 +2330,9 @@ } }, "node_modules/astro": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.5.tgz", - "integrity": "sha512-gU+4KedkbTuVgz7YoVAN+9Ftnq0GaYwejxK2NbqDzB0M9dWd0f3kXZBuaM9hzbchRFoRAJfJjFtdX9LK6Ir7ZA==", + "version": "6.3.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.6.tgz", + "integrity": "sha512-lM30gGI/iASK9Z1WQVnBBYzxVwDv8slkXbJOF7FNJdZQeBrFETpsQvYoLRupM/adt2ObP5hkYAWEeCjofoqlRw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/site/package.json b/site/package.json index 2c3072e..0730213 100644 --- a/site/package.json +++ b/site/package.json @@ -14,11 +14,11 @@ "format:check": "prettier --check ." }, "dependencies": { - "@astrojs/cloudflare": "^13.5.2", + "@astrojs/cloudflare": "^13.5.3", "@astrojs/compiler-rs": "^0.2.1", "@astrojs/sitemap": "^3.7.2", "@fontsource/inter": "^5.2.8", - "astro": "^6.3.5", + "astro": "^6.3.6", "astro-pagefind": "^2.0.0", "satori": "^0.26.0", "satori-html": "^0.3.2",