chore(deps): update dependency @astrojs/node to v7.0.4 (#3)
Some checks are pending
Build, check & Test / run (push) Waiting to run
Build Docker Image / build_docker (push) Waiting to run
Lint / run (push) Waiting to run

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

<details>
<summary>withastro/astro (@&#8203;astrojs/node)</summary>

### [`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

-   [#&#8203;9533](https://github.com/withastro/astro/pull/9533) [`48f47b50a0f8bc0fa51760215def36640f79050d`](48f47b50a0) Thanks [@&#8203;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

-   [#&#8203;9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](1baf0b0d3c) Thanks [@&#8203;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

-   [#&#8203;9471](https://github.com/withastro/astro/pull/9471) [`6bf470cfb`](6bf470cfb8) Thanks [@&#8203;alexnguyennz](https://github.com/alexnguyennz)! - Fix typo in [@&#8203;astrojs/node](https://github.com/astrojs/node) README

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #3
Co-authored-by: Renovate Bot <renovate@dzeio.com>
Co-committed-by: Renovate Bot <renovate@dzeio.com>
This commit is contained in:
Renovate [BOT] 2024-06-25 13:07:48 +00:00 committed by Avior
parent 005f35aaa9
commit 3a33f87fa8

7
package-lock.json generated
View File

@ -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"