From 3a33f87fa8576770cbe841d62a5b6afcfef34211 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Jun 2024 13:07:48 +0000 Subject: [PATCH] chore(deps): update dependency @astrojs/node to v7.0.4 (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/node](https://docs.astro.build/en/guides/integrations-guide/node/) ([source](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node)) | dependencies | patch | [`7.0.1` -> `7.0.4`](https://renovatebot.com/diffs/npm/@astrojs%2fnode/7.0.1/7.0.4) | --- ### Release Notes
withastro/astro (@​astrojs/node) ### [`v7.0.4`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#704) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@7.0.3...@astrojs/node@7.0.4) ##### Patch Changes - [#​9533](https://github.com/withastro/astro/pull/9533) [`48f47b50a0f8bc0fa51760215def36640f79050d`](https://github.com/withastro/astro/commit/48f47b50a0f8bc0fa51760215def36640f79050d) Thanks [@​lilnasy](https://github.com/lilnasy)! - Fixes a bug where an error while serving response stopped the server. ### [`v7.0.3`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#703) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@7.0.2...@astrojs/node@7.0.3) ##### Patch Changes - [#​9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@​sarah11918](https://github.com/sarah11918)! - Updates README ### [`v7.0.2`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#702) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@7.0.1...@astrojs/node@7.0.2) ##### Patch Changes - [#​9471](https://github.com/withastro/astro/pull/9471) [`6bf470cfb`](https://github.com/withastro/astro/commit/6bf470cfb87e853c0a1f69bceb09246801bc8bdc) Thanks [@​alexnguyennz](https://github.com/alexnguyennz)! - Fix typo in [@​astrojs/node](https://github.com/astrojs/node) README
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.dzeio.com/avior/template-web-astro/pulls/3 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f36b64d..aa0d367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,9 +142,10 @@ } }, "node_modules/@astrojs/node": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.1.tgz", - "integrity": "sha512-jzO5q1t/cwDZQHcPG0CakjPY0SC44kbGgDDoh4UurvzZcCDYQKLz6zzJVqzUiOtDhfSwVrgHoiKo2tNbXASlRQ==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.4.tgz", + "integrity": "sha512-og36WkHZ+v32filXWx2Iu9iwj6v9QUQaBl5GcTHVGmw1lrGdztl0MtbqbY56az4ew/HkWq3GPSSQ70aZd0u86Q==", + "license": "MIT", "dependencies": { "send": "^0.18.0", "server-destroy": "^1.0.1"