From b4455cacdb6af32f1075b890248796a8b9f0635c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:59:55 +0100 Subject: [PATCH] Bump @astrojs/node from 7.0.0 to 7.0.1 (#128) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Reski --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 31dee11..f2bc2c6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint . --ext .js,.ts,.astro" }, "dependencies": { - "@astrojs/node": "^7.0.0", + "@astrojs/node": "^7.0.1", "@astrojs/react": "^3.0.7", "@directus/sdk": "^13.0.2", "@types/react": "^18.2.45", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b28a9e0..b9bf537 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@astrojs/node': - specifier: ^7.0.0 - version: 7.0.0(astro@4.0.3) + specifier: ^7.0.1 + version: 7.0.1(astro@4.0.3) '@astrojs/react': specifier: ^3.0.7 version: 3.0.7(@types/react-dom@18.2.18)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)(vite@5.0.6) @@ -112,10 +112,10 @@ packages: - supports-color dev: false - /@astrojs/node@7.0.0(astro@4.0.3): - resolution: {integrity: sha512-G2NXEbinFqysOCa3mL8PqsyU4yot3I1lmF1WNPJaLGyW0LvG6pbz4iTa4Pk07O2oU+lE9J6JMC5GeNjaWQ0UFA==} + /@astrojs/node@7.0.1(astro@4.0.3): + resolution: {integrity: sha512-jzO5q1t/cwDZQHcPG0CakjPY0SC44kbGgDDoh4UurvzZcCDYQKLz6zzJVqzUiOtDhfSwVrgHoiKo2tNbXASlRQ==} peerDependencies: - astro: ^4.0.0-beta.0 + astro: ^4.0.0 dependencies: astro: 4.0.3(sass@1.69.5)(typescript@5.1.3) send: 0.18.0