From 8883d1d1d0f4065e4de4c58d4f3ac7f0f9cc115e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 13:42:18 +0000 Subject: [PATCH] Bump the npm group with 1 update Bumps the npm group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 4.2.3 to 4.2.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.2.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16b3679..2a986b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.2.3", + "astro": "^4.2.6", "tailwindcss": "^3.4.1" }, "devDependencies": { @@ -1681,9 +1681,9 @@ "dev": true }, "node_modules/astro": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.3.tgz", - "integrity": "sha512-6bfSogmcwMdaTRAxuhJ7aISGin/T3ovI/69JWPRYOHBkPZxA/EfsNQOI2TiRHFJSF9XtoMnFlgvT+iYapkhOwg==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.6.tgz", + "integrity": "sha512-k5i8pEI2r45JTkoE0I4JyhOH/dZFpjUA4AONbRd9Gr1LtnGOhKHDftiYOrRLUGx91q7BzoW3DOk+h4yZM4yC3g==", "dependencies": { "@astrojs/compiler": "^2.5.0", "@astrojs/internal-helpers": "0.2.1", @@ -1705,6 +1705,7 @@ "clsx": "^2.0.0", "common-ancestor-path": "^1.0.1", "cookie": "^0.6.0", + "cssesc": "^3.0.0", "debug": "^4.3.4", "deterministic-object-hash": "^2.0.1", "devalue": "^4.3.2", @@ -1743,7 +1744,7 @@ "tsconfck": "^3.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.0.10", + "vite": "^5.0.12", "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", diff --git a/package.json b/package.json index 8b6a8ac..927e9d1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.2.3", + "astro": "^4.2.6", "tailwindcss": "^3.4.1" }, "devDependencies": {