From 31ba3177b4d9b0b2c300f4aa2e37357ea49b96b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:26:45 +0000 Subject: [PATCH] Bump @astrojs/node from 7.0.4 to 8.2.0 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 7.0.4 to 8.2.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@8.2.0/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f50c3db..d7ac890 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint . --ext .js,.ts,.astro" }, "dependencies": { - "@astrojs/node": "^7.0.4", + "@astrojs/node": "^8.2.0", "@astrojs/react": "^3.0.10", "@directus/sdk": "^14.0.0", "@uidotdev/usehooks": "^2.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55f762f..aef32da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@astrojs/node': - specifier: ^7.0.4 - version: 7.0.4(astro@4.3.5) + specifier: ^8.2.0 + version: 8.2.0(astro@4.3.5) '@astrojs/react': specifier: ^3.0.10 version: 3.0.10(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)(vite@5.0.12) @@ -114,10 +114,10 @@ packages: - supports-color dev: false - /@astrojs/node@7.0.4(astro@4.3.5): - resolution: {integrity: sha512-og36WkHZ+v32filXWx2Iu9iwj6v9QUQaBl5GcTHVGmw1lrGdztl0MtbqbY56az4ew/HkWq3GPSSQ70aZd0u86Q==} + /@astrojs/node@8.2.0(astro@4.3.5): + resolution: {integrity: sha512-keQIPvdx8hquG+KnWoJp7io/GoczBEJer9X8WzPHK2fnVRXYDKGzXWZw3Dbg0ZhXJreVV3xzniN7nr6e7hgDXg==} peerDependencies: - astro: ^4.0.0 + astro: ^4.2.0 dependencies: astro: 4.3.5(sass@1.70.0)(typescript@5.1.3) send: 0.18.0