Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency express to v4.18.2 (#1110)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [express](http://expressjs.com/) ([source](https://github.com/expressjs/express)) | [`4.18.1` -> `4.18.2`](https://renovatebot.com/diffs/npm/express/4.18.1/4.18.2) | [![age](https://badges.renovateapi.com/packages/npm/express/4.18.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/express/4.18.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/express/4.18.2/compatibility-slim/4.18.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/express/4.18.2/confidence-slim/4.18.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>expressjs/express</summary>

### [`v4.18.2`](https://github.com/expressjs/express/blob/HEAD/History.md#&#8203;4182--2022-10-08)

[Compare Source](https://github.com/expressjs/express/compare/4.18.1...4.18.2)

\===================

-   Fix regression routing a large stack in a single route
-   deps: body-parser@1.20.1
    -   deps: qs@6.11.0
    -   perf: remove unnecessary object clone
-   deps: qs@6.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/cloud-debug-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjIuMyIsInVwZGF0ZWRJblZlciI6IjM0LjkuMSJ9-->
  • Loading branch information
renovate-bot authored Nov 17, 2022
1 parent e5b7efd commit b50b8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/debug-agent": "^7.1.0",
"express": "4.18.1"
"express": "4.18.2"
},
"devDependencies": {
"execa": "^5.0.0",
Expand Down

0 comments on commit b50b8a0

Please sign in to comment.