Skip to content

Commit

Permalink
Bump express from 4.19.0 to 4.19.1
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.19.0 to 4.19.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.0...4.19.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and whtiehack committed Mar 23, 2024
1 parent 15b6bd7 commit 527101a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/simple-example/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.1",
"private": false,
"dependencies": {
"express": "4.19.0"
"express": "4.19.1"
}
}
2 changes: 1 addition & 1 deletion examples/ssl-connector/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.1",
"private": true,
"dependencies": {
"express": "4.19.0"
"express": "4.19.1"
}
}
2 changes: 1 addition & 1 deletion examples/websocket-chat-ts-run/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.1",
"private": false,
"dependencies": {
"express": "4.19.0"
"express": "4.19.1"
}
}
2 changes: 1 addition & 1 deletion examples/websocket-chat/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.7.1",
"private": false,
"dependencies": {
"express": "4.19.0"
"express": "4.19.1"
}
}
2 changes: 1 addition & 1 deletion tools/pinus-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"ejs": "3.1.9",
"express": "4.19.0",
"express": "4.19.1",
"morgan": "1.10.0",
"mqtt": "4.3.8",
"mqtt-connection": "4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3645,10 +3645,10 @@ exponential-backoff@^3.1.1:
resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==

[email protected].0:
version "4.19.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.0.tgz#c9f689a62522f3399132d49eacd9af177d8ccb9e"
integrity sha512-/ERliX0l7UuHEgAy7HU2FRsiz3ScIKNl/iwnoYzHTJC0Sqj3ctWDD3MQ9CbUEfjshvxXImWaeukD0Xo7a2lWLA==
[email protected].1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
Expand Down

0 comments on commit 527101a

Please sign in to comment.