From 342b9a9fd163bc9207a9ba70fa37fb0bebe6a12e Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 29 Aug 2024 16:00:38 +0100 Subject: [PATCH] test: fix regression (#11873) * test: fix regression * lock file --- packages/astro/test/fixtures/actions/astro.config.mjs | 4 ++++ pnpm-lock.yaml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/packages/astro/test/fixtures/actions/astro.config.mjs b/packages/astro/test/fixtures/actions/astro.config.mjs index 2f849f7f15..94cca25b30 100644 --- a/packages/astro/test/fixtures/actions/astro.config.mjs +++ b/packages/astro/test/fixtures/actions/astro.config.mjs @@ -3,4 +3,8 @@ import { defineConfig } from 'astro/config'; // https://astro.build/config export default defineConfig({ output: 'server', + // we stub actions coming from another domain for testing purposes + security: { + checkOrigin: false + } }); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b8fca2d6d..10cc1d6b6b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -627,6 +627,9 @@ importers: fast-glob: specifier: ^3.3.2 version: 3.3.2 + fastq: + specifier: ^1.17.1 + version: 1.17.1 flattie: specifier: ^1.1.1 version: 1.1.1