From 788013969d3ddb3a965e9578b7caf7ad9d27d858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:57:06 +0000 Subject: [PATCH] Bump @astrojs/node from 7.0.2 to 7.0.3 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 7.0.2 to 7.0.3. - [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@7.0.3/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 804b7c6..0e28c1b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint . --ext .js,.ts,.astro" }, "dependencies": { - "@astrojs/node": "^7.0.2", + "@astrojs/node": "^7.0.3", "@astrojs/react": "^3.0.8", "@directus/sdk": "^14.0.0", "@uidotdev/usehooks": "^2.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a20da75..484d04d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,13 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@astrojs/node': - specifier: ^7.0.2 - version: 7.0.2(astro@4.0.7) + specifier: ^7.0.3 + version: 7.0.3(astro@4.0.7) '@astrojs/react': specifier: ^3.0.8 version: 3.0.8(@types/react-dom@18.2.18)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)(vite@5.0.10) @@ -110,8 +114,8 @@ packages: - supports-color dev: false - /@astrojs/node@7.0.2(astro@4.0.7): - resolution: {integrity: sha512-g07KV9JBbUubfzLyu2ql+zu09dW3a7zVX1fDr6UriQdz6BvPh0Y0Qn+DqA5P8JwSKAw93mJDuChDW7JrI7CBJg==} + /@astrojs/node@7.0.3(astro@4.0.7): + resolution: {integrity: sha512-+fqwk73nOQ/ejodMSPdOW0U1FcVHL7+fNFnqRs6MXumdfxWfu5hDGnqGM/QuIf1icXILAF+QoQcpMxRGLn7PfA==} peerDependencies: astro: ^4.0.0 dependencies: @@ -9040,7 +9044,3 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} dev: false - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false