diff --git a/docs/package-lock.json b/docs/package-lock.json index 1626e1d..8ad6531 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,9 +8,8 @@ "name": "data-path-docs", "version": "0.0.1", "dependencies": { - "@astrojs/sitemap": "^3.0.0", "@astrojs/starlight": "^0.39.2", - "astro": "^6.0.0", + "astro": "^6.3.3", "sharp": "^0.34.0" } }, @@ -1979,9 +1978,9 @@ } }, "node_modules/astro": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.2.tgz", - "integrity": "sha512-Wvl/420m99OjKRH9Q+Vk7JBed8H39n66R61FG2ty0yZjQXBplIIXvJWYXUouMn2U4znfjpYe1HLOA2Rpet6uog==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.3.tgz", + "integrity": "sha512-wvLIZQYbBZt6U8gyflBW4SLBypaqdwLZUH93rT3oT53cmQ0bTGubvMAGjqBRoheOYzYcTJZtW6czztzbu4kQ5g==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/docs/package.json b/docs/package.json index 58dcf19..dcfae5e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.39.2", - "astro": "^6.0.0", + "astro": "^6.3.3", "sharp": "^0.34.0" } }