Go to file
RenovateBot 94f285541b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update dependency express to v4.19.1 (#189)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [express](http://expressjs.com/) ([source](https://github.com/expressjs/express)) | dependencies | minor | [`4.18.3` -> `4.19.1`](https://renovatebot.com/diffs/npm/express/4.18.3/4.19.1) |

---

### Release Notes

<details>
<summary>expressjs/express (express)</summary>

### [`v4.19.1`](https://github.com/expressjs/express/blob/HEAD/History.md#4191--2024-03-20)

[Compare Source](https://github.com/expressjs/express/compare/4.19.0...4.19.1)

\==========

-   Allow passing non-strings to res.location with new encoding handling checks

### [`v4.19.0`](https://github.com/expressjs/express/blob/HEAD/History.md#4190--2024-03-20)

[Compare Source](https://github.com/expressjs/express/compare/4.18.3...4.19.0)

\==========

-   Prevent open redirect allow list bypass due to encodeurl
-   deps: cookie@0.6.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->

Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/189
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-03-25 18:42:21 +00:00
.gitea Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
database Add safe mode (#85) 2023-11-12 20:53:50 +00:00
scripts Migrate to woodpecker (#150) 2024-01-26 21:02:17 +00:00
src Add logger to project (#183) 2024-03-15 17:33:12 +00:00
tests Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
.dev.env Add logger to project (#183) 2024-03-15 17:33:12 +00:00
.drone.yml Add ESLint and fix issues (#133) 2024-01-05 19:26:44 +00:00
.eslintrc.json Add ESLint and fix issues (#133) 2024-01-05 19:26:44 +00:00
.gitignore Add give command (#137) 2024-01-12 17:51:29 +00:00
.prod.env Add logger to project (#183) 2024-03-15 17:33:12 +00:00
.stage.env Add logger to project (#183) 2024-03-15 17:33:12 +00:00
.woodpecker.yml Migrate to woodpecker (#150) 2024-01-26 21:02:17 +00:00
docker-compose.prod.yml Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
docker-compose.stage.yml Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
docker-compose.yml Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
jest.config.json Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
jest.setup.js Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00
package-lock.json Update dependency express to v4.19.1 (#189) 2024-03-25 18:42:21 +00:00
package.json Add logger to project (#183) 2024-03-15 17:33:12 +00:00
README.md Initial commit 2023-08-19 14:09:24 +01:00
renovate.json Add to renovate config to add label on PRs (#128) 2023-12-29 21:03:15 +00:00
tsconfig.json Create initial bot framework (#7) 2023-08-19 16:56:22 +01:00

card-drop