Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent bcffbb9 commit ca1f038
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/api-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"co-body": "^6.1.0",
"dotenv": "^16.4.5",
"env-var": "^7.4.1",
"express": "^4.18.3",
"express": "^4.19.2",
"fast-json-patch": "^3.1.1",
"fast-safe-stringify": "^2.1.1",
"javascript-state-machine": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"ajv": "^8.12.0",
"convict": "^6.2.4",
"express": "^4.18.3",
"express": "^4.19.2",
"openapi-backend": "^5.10.6",
"redis": "^4.6.13",
"swagger-ui-express": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mojaloop/logging-bc-public-types-lib": "^0.5.4",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"convict": "^6.2.4",
"express": "^4.18.3",
"express": "^4.19.2",
"openapi-backend": "^5.10.6",
"redis": "^4.6.13",
"swagger-ui-express": "^5.0.0",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ __metadata:
eslint-config-airbnb-base: ^15.0.0
eslint-plugin-import: ^2.29.1
eslint-plugin-jest: ^27.9.0
express: ^4.18.3
express: ^4.19.2
fast-json-patch: ^3.1.1
fast-safe-stringify: ^2.1.1
javascript-state-machine: ^3.1.0
Expand Down Expand Up @@ -2861,7 +2861,7 @@ __metadata:
convict: ^6.2.4
copyfiles: ^2.4.1
eslint: ^8.57.0
express: ^4.18.3
express: ^4.19.2
jest: ^29.7.0
nodemon: ^3.1.0
npm-check-updates: ^16.7.10
Expand Down Expand Up @@ -2898,7 +2898,7 @@ __metadata:
convict: ^6.2.4
copyfiles: ^2.4.1
eslint: ^8.57.0
express: ^4.18.3
express: ^4.19.2
jest: ^29.7.0
nodemon: ^3.1.0
npm-check-updates: ^16.7.10
Expand Down Expand Up @@ -6226,6 +6226,13 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
checksum: f56a7d32a07db5458e79c726b77e3c2eff655c36792f2b6c58d351fb5f61531e5b1ab7f46987150136e366c65213cbe31729e02a3eaed630c3bf7334635fb410
languageName: node
linkType: hard

"cookiejar@npm:^2.1.3, cookiejar@npm:^2.1.4":
version: 2.1.4
resolution: "cookiejar@npm:2.1.4"
Expand Down Expand Up @@ -7608,16 +7615,16 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.18.3":
version: 4.18.3
resolution: "express@npm:4.18.3"
"express@npm:^4.19.2":
version: 4.19.2
resolution: "express@npm:4.19.2"
dependencies:
accepts: ~1.3.8
array-flatten: 1.1.1
body-parser: 1.20.2
content-disposition: 0.5.4
content-type: ~1.0.4
cookie: 0.5.0
cookie: 0.6.0
cookie-signature: 1.0.6
debug: 2.6.9
depd: 2.0.0
Expand All @@ -7643,7 +7650,7 @@ __metadata:
type-is: ~1.6.18
utils-merge: 1.0.1
vary: ~1.1.2
checksum: 3d7fc8762a81dee0adf0b604f11627db2af082c5f2234e78a4aa8134f22c51f96c6282063f2f8b87f5dbc70679a3087caccb93b6107e324c6feb3a70960a5864
checksum: 212dbd6c2c222a96a61bc927639c95970a53b06257080bb9e2838adb3bffdb966856551fdad1ab5dd654a217c35db94f987d0aa88d48fb04d306340f5f34dca5
languageName: node
linkType: hard

Expand Down

0 comments on commit ca1f038

Please sign in to comment.