From 5d94909d1ddab5296bdc390e1976e7211803bb05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:55:36 +0000 Subject: [PATCH] Bump astro from 3.3.4 to 3.4.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.3.4 to 3.4.0. - [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@3.4.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 ++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bd48713..42e15267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nanostores/query": "^0.2.4", "@nanostores/react": "^0.7.1", "@rainbow-me/rainbowkit": "^1.1.3", - "astro": "3.3.4", + "astro": "3.4.0", "astro-expressive-code": "^0.26.2", "astro-redirect-from": "^1.0.4", "date-fns": "^2.30.0", @@ -4678,9 +4678,9 @@ } }, "node_modules/astro": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.3.4.tgz", - "integrity": "sha512-1yy1p8/QpACpToK2bYFxbbPug7+HeUW+IGvkIss2KQDv4pwDk19UbfQrS8aMHtW3nvR7PpBYL/H/Dprcqxy40A==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.4.0.tgz", + "integrity": "sha512-nTOFxrPOnmACl8noTPkRJkaEOMx4wZy4QCLB2aDL3Lm+AiEaVcgH7YQ4GpCl72zSNXp/A7hGdUgcXbC4XYHOCQ==", "dependencies": { "@astrojs/compiler": "^2.1.0", "@astrojs/internal-helpers": "0.2.1", @@ -4719,6 +4719,7 @@ "mime": "^3.0.0", "ora": "^7.0.1", "p-limit": "^4.0.0", + "p-queue": "^7.4.1", "path-to-regexp": "^6.2.1", "preferred-pm": "^3.1.2", "probe-image-size": "^7.2.3", @@ -13244,6 +13245,37 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-queue": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz", + "integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==", + "dependencies": { + "eventemitter3": "^5.0.1", + "p-timeout": "^5.0.2" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-queue/node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + }, + "node_modules/p-timeout": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", + "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", diff --git a/package.json b/package.json index 9d511ee9..5ba7b23e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nanostores/query": "^0.2.4", "@nanostores/react": "^0.7.1", "@rainbow-me/rainbowkit": "^1.1.3", - "astro": "3.3.4", + "astro": "3.4.0", "astro-expressive-code": "^0.26.2", "astro-redirect-from": "^1.0.4", "date-fns": "^2.30.0",