From 5548b827818805a6e33b64dcc1df39edc1143bb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:42:04 +0000 Subject: [PATCH] fix(deps): update astro monorepo --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 6 +++--- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 336ba93..085b3cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,13 +9,13 @@ "version": "0.0.1", "hasInstallScript": true, "dependencies": { - "astro": "5.1.0", + "astro": "5.1.1", "canvas-confetti": "1.9.3" }, "devDependencies": { "@astrojs/check": "0.9.4", - "@astrojs/mdx": "4.0.2", - "@astrojs/tailwind": "5.1.3", + "@astrojs/mdx": "4.0.3", + "@astrojs/tailwind": "5.1.4", "@types/canvas-confetti": "1.9.0", "@typescript-eslint/eslint-plugin": "8.18.1", "@typescript-eslint/parser": "8.18.1", @@ -152,9 +152,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.2.tgz", - "integrity": "sha512-uBoXNSSAUqhf2dVtJWFbSapwNkcnCzbISW98EcybFXvNgYt9g8yPJ7+lYnf+sH5pv0c/JEW8HlBvPSi81AVRlw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.3.tgz", + "integrity": "sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g==", "dev": true, "license": "MIT", "dependencies": { @@ -192,9 +192,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.3.tgz", - "integrity": "sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz", + "integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==", "dev": true, "license": "MIT", "dependencies": { @@ -2904,9 +2904,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", @@ -2959,7 +2959,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", @@ -11116,12 +11116,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 a0588cb..c5fde30 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,13 @@ "gh-pages-preview": "cross-env GITHUB_PAGES=true GITHUB_PAGES_PREVIEW=true npm run preview" }, "dependencies": { - "astro": "5.1.0", + "astro": "5.1.1", "canvas-confetti": "1.9.3" }, "devDependencies": { "@astrojs/check": "0.9.4", - "@astrojs/mdx": "4.0.2", - "@astrojs/tailwind": "5.1.3", + "@astrojs/mdx": "4.0.3", + "@astrojs/tailwind": "5.1.4", "@types/canvas-confetti": "1.9.0", "@typescript-eslint/eslint-plugin": "8.18.1", "@typescript-eslint/parser": "8.18.1",