From 0d61598b72443567603a4697f43c101a9612a2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 01:09:55 +0000 Subject: [PATCH] Bump astro from 2.3.0 to 2.3.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.3.0 to 2.3.2. - [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/@astrojs/rss@2.3.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c4bdb0..4a7331e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2159,9 +2159,9 @@ } }, "node_modules/astro": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.3.0.tgz", - "integrity": "sha512-1t8U6vDHQLT0gw0IXZLtJKDIShCcJwOuh0K1JyPgFwu1famb/ggyvsqp9nxBZIbNV8BcAWDHrJA+Z7hh1oEiWA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.3.2.tgz", + "integrity": "sha512-8nv7KG3LpKRh1/2fpOkfXvhvzgYKPYrwztnvjdASaUCT1E9j8Vdsagc11b8M+IbLkR8HwDAn/qDV4KvB3AW9nQ==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.3.1", @@ -2213,7 +2213,7 @@ "typescript": "*", "unist-util-visit": "^4.1.0", "vfile": "^5.3.2", - "vite": "^4.2.1", + "vite": "^4.3.1", "vitefu": "^0.2.4", "yargs-parser": "^21.0.1", "zod": "^3.20.6"