diff --git a/package-lock.json b/package-lock.json index cae493b..5315e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@tanstack/table-core": "^8.20.5", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.1", - "astro": "^5.1.2", + "astro": "^5.1.5", "astro-compressor": "^1.0.0", "astro-icon": "^1.1.5", "clipboard": "^2.0.11", @@ -5843,10 +5843,9 @@ } }, "node_modules/astro": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.2.tgz", - "integrity": "sha512-+U5lXPEJZ6cQx0botGbPhzN6XGWRgDtXgy/RUkpTmUj18LW6pbzYo0O0k3hFWOazlI039bZ+4P2e/oSNlKzm0Q==", - "license": "MIT", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.5.tgz", + "integrity": "sha512-Q9TE4aNlczxVoPDoXR3UcjLezL+70z0KbTRXovE4ybpx0mgNL1jsmSWtF3UFXB5+GTf9JK7om5fbIaaMReKcUg==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", @@ -5916,6 +5915,10 @@ "npm": ">=9.6.5", "pnpm": ">=7.1.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/astrodotbuild" + }, "optionalDependencies": { "sharp": "^0.33.3" } diff --git a/package.json b/package.json index 133d5ef..fd91b10 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@tanstack/table-core": "^8.20.5", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.1", - "astro": "^5.1.2", + "astro": "^5.1.5", "astro-compressor": "^1.0.0", "astro-icon": "^1.1.5", "clipboard": "^2.0.11",