Skip to content

Commit

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

---
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 Feb 29, 2024
1 parent 0dc2baa commit 8adc78a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 38 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.0",
"private": false,
"dependencies": {
"express": "4.18.2"
"express": "4.18.3"
}
}
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.0",
"private": true,
"dependencies": {
"express": "4.18.2"
"express": "4.18.3"
}
}
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.0",
"private": false,
"dependencies": {
"express": "4.18.2"
"express": "4.18.3"
}
}
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.0",
"private": false,
"dependencies": {
"express": "4.18.2"
"express": "4.18.3"
}
}
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.18.2",
"express": "4.18.3",
"morgan": "1.10.0",
"mqtt": "4.2.8",
"mqtt-connection": "4.1.0",
Expand Down
38 changes: 5 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2095,24 +2095,6 @@ bluebird@^3.0.6, bluebird@^3.2.2, bluebird@^3.4.0, bluebird@^3.5.1, bluebird@^3.
resolved "https://registry.nlark.com/bluebird/download/bluebird-3.7.2.tgz?cache=0&sync_timestamp=1618847007562&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbluebird%2Fdownload%2Fbluebird-3.7.2.tgz"
integrity sha1-nyKcFb4nJFT/qXOs4NvueaGww28=

[email protected]:
version "1.20.1"
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz"
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
dependencies:
bytes "3.1.2"
content-type "~1.0.4"
debug "2.6.9"
depd "2.0.0"
destroy "1.2.0"
http-errors "2.0.0"
iconv-lite "0.4.24"
on-finished "2.4.1"
qs "6.11.0"
raw-body "2.5.1"
type-is "~1.6.18"
unpipe "1.0.0"

[email protected]:
version "1.20.2"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
Expand Down Expand Up @@ -3795,14 +3777,14 @@ expand-range@^1.8.1:
dependencies:
fill-range "^2.1.0"

[email protected].2:
version "4.18.2"
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
[email protected].3:
version "4.18.3"
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.1"
body-parser "1.20.2"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.5.0"
Expand Down Expand Up @@ -7951,16 +7933,6 @@ range-parser@~1.2.1:
resolved "https://registry.npmmirror.com/range-parser/download/range-parser-1.2.1.tgz"
integrity sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=

[email protected]:
version "2.5.1"
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz"
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
dependencies:
bytes "3.1.2"
http-errors "2.0.0"
iconv-lite "0.4.24"
unpipe "1.0.0"

[email protected]:
version "2.5.2"
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
Expand Down

0 comments on commit 8adc78a

Please sign in to comment.