diff --git a/package-lock.json b/package-lock.json index 540abf55..a00187b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,12 @@ "@astrojs/starlight": "^0.39.2", "@lavamoat/preinstall-always-fail": "^3.0.0", "@tailwindcss/vite": "^4.3.0", - "astro": "^6.3.3", + "astro": "^6.3.7", "astro-mermaid": "^2.0.1", "astro-opengraph-images": "^1.16.1", "sharp": "^0.34.5", "starlight-auto-sidebar": "^0.4.0", - "starlight-image-zoom": "^0.14.1", + "starlight-image-zoom": "^0.14.2", "starlight-llms-txt": "^0.10.0", "starlight-theme-nova": "^0.11.10", "tailwindcss": "^4.2.0", @@ -25,7 +25,7 @@ }, "devDependencies": { "@lavamoat/allow-scripts": "^5.0.2", - "@types/react": "^19.2.14", + "@types/react": "^19.2.15", "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.8.0", @@ -3559,9 +3559,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", + "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", "dev": true, "license": "MIT", "dependencies": { @@ -3924,9 +3924,9 @@ } }, "node_modules/astro": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.3.tgz", - "integrity": "sha512-wvLIZQYbBZt6U8gyflBW4SLBypaqdwLZUH93rT3oT53cmQ0bTGubvMAGjqBRoheOYzYcTJZtW6czztzbu4kQ5g==", + "version": "6.3.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.7.tgz", + "integrity": "sha512-zIeDRrI0qNgN1lcCjNqt6/IVCVej7VwSa326cO8uP9BOk1cg4QuffhLnOn2gCgWQr32/wxpSRFfXiLKHglu1Tw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", @@ -10716,9 +10716,9 @@ } }, "node_modules/starlight-image-zoom": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/starlight-image-zoom/-/starlight-image-zoom-0.14.1.tgz", - "integrity": "sha512-HFY+/779bq65tiEgiQVk8XIH6HPP34PTxWDmdlIo9pwidLyJUUrSH030/1Iu/r+KjAD7W/jpPWjC8Nkn7+uPhw==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/starlight-image-zoom/-/starlight-image-zoom-0.14.2.tgz", + "integrity": "sha512-YBvE724gFMiVjObGtXmfIDi3zAxVBsvGukeRXOiWLNnESFOBZFfO9DpC/reHohrCxFrO+5ot0XR8EimbE0LpsA==", "license": "MIT", "dependencies": { "mdast-util-mdx-jsx": "^3.2.0", diff --git a/package.json b/package.json index 8b5b3bd4..7ed0ca3b 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "@astrojs/starlight": "^0.39.2", "@lavamoat/preinstall-always-fail": "^3.0.0", "@tailwindcss/vite": "^4.3.0", - "astro": "^6.3.3", + "astro": "^6.3.7", "astro-mermaid": "^2.0.1", "astro-opengraph-images": "^1.16.1", "sharp": "^0.34.5", "starlight-auto-sidebar": "^0.4.0", - "starlight-image-zoom": "^0.14.1", + "starlight-image-zoom": "^0.14.2", "starlight-llms-txt": "^0.10.0", "starlight-theme-nova": "^0.11.10", "tailwindcss": "^4.2.0", @@ -29,7 +29,7 @@ }, "devDependencies": { "@lavamoat/allow-scripts": "^5.0.2", - "@types/react": "^19.2.14", + "@types/react": "^19.2.15", "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.8.0",