From 486d67482acbabfe64b45f0a17edfbeaf3581ef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:48:35 -0600 Subject: [PATCH] Update astro monorepo (#377) * Update astro monorepo * Proper update. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Toucan --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddca30dbb..8c4facc1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "atproducts.xyz", "version": "2.20.2", "dependencies": { - "@astrojs/react": "^4.1.1", - "astro": "^5.1.0", + "@astrojs/react": "^4.1.2", + "astro": "^5.1.1", "react": "^19.0.0", "react-dom": "^19.0.0" } @@ -79,14 +79,14 @@ } }, "node_modules/@astrojs/react": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.1.tgz", - "integrity": "sha512-hT66DWYGquAgXm0miy+mjxEp9zOiqhKUWzLaJbXv+PDlObggmj8uiAkc+JWOs6lQdC4tldY3vIAr50ex0W9NKA==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.2.tgz", + "integrity": "sha512-Slw8Bho50w1+rYnSnDl5PDAUikSOEItx5DEJU5OgmarTirBr1audIb2DgC8faAGcGkq5WhuUVsSiq/TmSORlwA==", "license": "MIT", "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.0.1" + "vite": "^6.0.5" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" @@ -2246,9 +2246,9 @@ } }, "node_modules/astro": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.0.tgz", - "integrity": "sha512-g/cqwGK84Ozp5jyW45c3+2KQ4BeJtigbfwO8EA3lr7AC+XjE6/5dMvX4/bBaWf3gJVghd0L6cdqwlWikq+/Rrw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.1.tgz", + "integrity": "sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -2301,7 +2301,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.14.0", "vfile": "^6.0.3", - "vite": "^6.0.1", + "vite": "^6.0.5", "vitefu": "^1.0.4", "which-pm": "^3.0.0", "xxhash-wasm": "^1.1.0", @@ -2330,9 +2330,9 @@ "license": "ISC" }, "node_modules/astro/node_modules/unstorage": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.14.0.tgz", - "integrity": "sha512-FjkD8JSdZyktjzPUR9KbR1Pc2tD9b+rEMMNMyvrlpBwQCftL9WgU7iAvb95QDBi5wDL75SQyTovQASBPzt3a9g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.14.1.tgz", + "integrity": "sha512-0MBKpoVhNLL/Ixvue9lIsrHkwwWW9/f3TRftsYu1R7nZJJyHSdgPMBDjny2op07nirnS3OX6H3u+YDFGld+1Bg==", "license": "MIT", "dependencies": { "anymatch": "^3.1.3", @@ -6102,12 +6102,12 @@ } }, "node_modules/vite": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.2.tgz", - "integrity": "sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.5.tgz", + "integrity": "sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==", "license": "MIT", "dependencies": { - "esbuild": "^0.24.0", + "esbuild": "0.24.0", "postcss": "^8.4.49", "rollup": "^4.23.0" }, diff --git a/package.json b/package.json index 3f3ec6b63..bdf490da4 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.1.1", - "astro": "^5.1.0", + "@astrojs/react": "^4.1.2", + "astro": "^5.1.1", "react": "^19.0.0", "react-dom": "^19.0.0" }