diff --git a/website/package-lock.json b/website/package-lock.json index 338e6ad21..2e562c300 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -18,7 +18,7 @@ "@tanstack/react-query": "^4.36.1", "@zodios/core": "^10.9.6", "@zodios/react": "^10.4.5", - "astro": "^3.6.2", + "astro": "^3.6.5", "axios": "^1.6.7", "change-case": "~5.3.0", "chart.js": "^4.4.2", @@ -5492,9 +5492,9 @@ } }, "node_modules/astro": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.2.tgz", - "integrity": "sha512-NV3kyYFs2PHoZIYRgGm67wiNR4TRd76pvC+By3ejr/bU0WlfJu+HWoY1crc0cQobwo3syCWhXVjcKJ2rzRoMsw==", + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.5.tgz", + "integrity": "sha512-fyVubQfb6+Bc2/XigXNeJ06HHwNFB9EnAQohJcrja6RB1PhIcZRusyIamywHWjoJ4a1T0HxMkzBLNW96DBqpNw==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1", diff --git a/website/package.json b/website/package.json index 0d4ef7ae5..bab08d3d8 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "@tanstack/react-query": "^4.36.1", "@zodios/core": "^10.9.6", "@zodios/react": "^10.4.5", - "astro": "^3.6.2", + "astro": "^3.6.5", "axios": "^1.6.7", "change-case": "~5.3.0", "chart.js": "^4.4.2",