From 5831b8e9e50a39f5cfd481743447b4f965f36961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:56:21 +0000 Subject: [PATCH] chore(deps-dev): bump astro from 4.16.13 to 4.16.14 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.13 to 4.16.14. - [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.16.14/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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e8d1d76a..c548a425b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,6 @@ "@fontsource/poppins": "^5.1.0", "@fontsource/source-sans-pro": "^5.1.0", "@nanostores/preact": "^0.5.2", - "@rollup/rollup-linux-x64-gnu": "^4.27.3", "@scalar/api-reference": "^1.25.38", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", @@ -67,7 +66,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", - "astro": "^4.16.13", + "astro": "^4.16.14", "astro-auto-import": "^0.4.4", "astro-eslint-parser": "^1.1.0", "astro-expressive-code": "^0.37.0", @@ -5937,9 +5936,9 @@ } }, "node_modules/astro": { - "version": "4.16.13", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz", - "integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==", + "version": "4.16.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", + "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 5d9009976..0ac702543 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", - "astro": "^4.16.13", + "astro": "^4.16.14", "astro-auto-import": "^0.4.4", "astro-eslint-parser": "^1.1.0", "astro-expressive-code": "^0.37.0",