From a1eb4be8d7cf1d899c949fe659587897e45cba55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:51:54 +0000 Subject: [PATCH] Bump astro from 4.16.17 to 4.16.18 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.17 to 4.16.18. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@4.16.18/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.18/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- sites/main-site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a43784a5f8..0182f4e913 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4870,9 +4870,9 @@ } }, "node_modules/astro": { - "version": "4.16.17", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz", - "integrity": "sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -14082,7 +14082,7 @@ "@iconify/utils": "^2.1.25", "@nanostores/persistent": "^0.10.1", "@octokit/types": "^13.5.0", - "astro": "^4.16.17", + "astro": "^4.16.18", "astro-icon": "^1.1.0", "astro-remark-description": "^1.1.2", "bootstrap": "^5.3.3", diff --git a/sites/main-site/package.json b/sites/main-site/package.json index 3d4daad7ee..c74a8be9d1 100644 --- a/sites/main-site/package.json +++ b/sites/main-site/package.json @@ -41,7 +41,7 @@ "@iconify/utils": "^2.1.25", "@nanostores/persistent": "^0.10.1", "@octokit/types": "^13.5.0", - "astro": "^4.16.17", + "astro": "^4.16.18", "astro-icon": "^1.1.0", "astro-remark-description": "^1.1.2", "bootstrap": "^5.3.3",