From ca67ad6eab617e4f004618124fb932332dfe9723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:22:24 +0000 Subject: [PATCH] chore(deps): update non-major --- package-lock.json | 29 +++++++++++++++++------------ package.json | 4 ++-- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa8e81fe..422b56fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "dependencies": { "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", - "@astrojs/starlight": "0.26.2", - "astro": "4.15.2", + "@astrojs/starlight": "0.26.3", + "astro": "4.15.3", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.12.0", @@ -191,9 +191,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.26.2.tgz", - "integrity": "sha512-368jO5hfhvNd6XvOnVHTntrRWBkRGmpnmtQMXdDhMdXR1XgNuEyEdtcDGXHLlUaY7ZwHItNrjSf5J1iKsdP2Zg==", + "version": "0.26.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.26.3.tgz", + "integrity": "sha512-U3rSNwr5cNvJVSPuSncduZ3ioKwNoMAZxYw/riuOfcJeT8DaJua3Uq+Z57vmhI1VxF19BZ1REQ0moUL6nhR8KQ==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", @@ -2267,9 +2267,9 @@ } }, "node_modules/astro": { - "version": "4.15.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.2.tgz", - "integrity": "sha512-UlkQ/cWRLabOm6eVe6oRwjVAKd47N3+d1ktKpEZ5lqQKwq5uYrXQUu3n0ftsm6SJ+01x2LlPmjRe9OfKAbGpXA==", + "version": "4.15.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.3.tgz", + "integrity": "sha512-zwO8H+vnNYbrdKz0Pkh2a4B/JK06JUvI18w+FxL3B5u4jqPB/SU+LH9XVUUWdNQsyJ/DBHKAf0LDK0RmwxXQEw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -2331,7 +2331,7 @@ "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", "vite": "^5.4.2", - "vitefu": "^0.2.5", + "vitefu": "^1.0.2", "which-pm": "^3.0.0", "xxhash-wasm": "^1.0.2", "yargs-parser": "^21.1.1", @@ -6970,9 +6970,14 @@ } }, "node_modules/vitefu": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz", - "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.2.tgz", + "integrity": "sha512-0/iAvbXyM3RiPPJ4lyD4w6Mjgtf4ejTK6TPvTNG3H32PLwuT0N/ZjJLiXug7ETE/LWtTeHw9WRv7uX/tIKYyKg==", + "license": "MIT", + "workspaces": [ + "tests/deps/*", + "tests/projects/*" + ], "peerDependencies": { "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" }, diff --git a/package.json b/package.json index f474c3b9..0a216f71 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "dependencies": { "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", - "@astrojs/starlight": "0.26.2", - "astro": "4.15.2", + "@astrojs/starlight": "0.26.3", + "astro": "4.15.3", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.12.0",