From f210081de77206066f6dd9db6820e8f4e5afd825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:11:41 +0000 Subject: [PATCH] Update requirements for astro and @astrojs/netlify in /dapp Updates the requirements on [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/netlify](https://github.com/withastro/adapters/tree/HEAD/packages/netlify) to permit the latest version. Updates `astro` from 4.16.17 to 5.0.5 - [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@5.0.5/packages/astro) Updates `@astrojs/netlify` to 6.0.0 - [Release notes](https://github.com/withastro/adapters/releases) - [Changelog](https://github.com/withastro/adapters/blob/main/packages/netlify/CHANGELOG.md) - [Commits](https://github.com/withastro/adapters/commits/@astrojs/netlify@6.0.0/packages/netlify) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@astrojs/netlify" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dapp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dapp/package.json b/dapp/package.json index 67b7a07..63219a1 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/netlify": "^5.5.4", + "@astrojs/netlify": "^6.0.0", "@astrojs/react": "^4.0.0", "@astrojs/tailwind": "5.1.3", "@creit.tech/sorobandomains-sdk": "^0.1.4", @@ -11,7 +11,7 @@ "@stellar/stellar-sdk": "^13.0.0", "@stellar/stellar-xdr-json": "^22.0.0-rc.1.1", "@web3-storage/w3up-client": "^16.5.2", - "astro": "4.16.17", + "astro": "5.0.5", "astro-seo": "^0.8.4", "crypto-js": "^4.2.0", "github-markdown-css": "^5.8.1",