Skip to content

Commit 13d19b2

Browse files
Bump express from 4.18.2 to 4.19.2 in /products/devex-apollo (#602)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 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.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b43841 commit 13d19b2

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

products/devex-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"apollo-server": "^2.18.2",
1818
"apollo-server-express": "^2.18.2",
1919
"cors": "^2.8.5",
20-
"express": "^4.18.2",
20+
"express": "^4.19.2",
2121
"graphql": "^14.7.0",
2222
"graphql-compose": "^9.0.10",
2323
"graphql-compose-mongoose": "^9.7.0",

products/devex-apollo/yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -837,21 +837,21 @@ bn.js@^4.11.8, bn.js@^4.11.9:
837837
resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz"
838838
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
839839

840-
[email protected].1, body-parser@^1.18.3:
841-
version "1.20.1"
842-
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz"
843-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
840+
[email protected].2, body-parser@^1.18.3:
841+
version "1.20.2"
842+
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
843+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
844844
dependencies:
845845
bytes "3.1.2"
846-
content-type "~1.0.4"
846+
content-type "~1.0.5"
847847
debug "2.6.9"
848848
depd "2.0.0"
849849
destroy "1.2.0"
850850
http-errors "2.0.0"
851851
iconv-lite "0.4.24"
852852
on-finished "2.4.1"
853853
qs "6.11.0"
854-
raw-body "2.5.1"
854+
raw-body "2.5.2"
855855
type-is "~1.6.18"
856856
unpipe "1.0.0"
857857

@@ -1108,10 +1108,10 @@ [email protected]:
11081108
dependencies:
11091109
safe-buffer "5.2.1"
11101110

1111-
content-type@~1.0.4:
1112-
version "1.0.4"
1113-
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz"
1114-
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
1111+
content-type@~1.0.4, content-type@~1.0.5:
1112+
version "1.0.5"
1113+
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
1114+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
11151115

11161116
conventional-commit-types@^3.0.0:
11171117
version "3.0.0"
@@ -1123,10 +1123,10 @@ [email protected]:
11231123
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
11241124
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
11251125

1126-
cookie@0.5.0:
1127-
version "0.5.0"
1128-
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"
1129-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
1126+
cookie@0.6.0:
1127+
version "0.6.0"
1128+
resolved "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
1129+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
11301130

11311131
core-js-pure@^3.10.2:
11321132
version "3.35.1"
@@ -1472,17 +1472,17 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
14721472
dependencies:
14731473
homedir-polyfill "^1.0.1"
14741474

1475-
express@^4.0.0, express@^4.17.1, express@^4.18.2:
1476-
version "4.18.2"
1477-
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
1478-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
1475+
express@^4.0.0, express@^4.17.1, express@^4.19.2:
1476+
version "4.19.2"
1477+
resolved "https://registry.npmjs.org/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
1478+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
14791479
dependencies:
14801480
accepts "~1.3.8"
14811481
array-flatten "1.1.1"
1482-
body-parser "1.20.1"
1482+
body-parser "1.20.2"
14831483
content-disposition "0.5.4"
14841484
content-type "~1.0.4"
1485-
cookie "0.5.0"
1485+
cookie "0.6.0"
14861486
cookie-signature "1.0.6"
14871487
debug "2.6.9"
14881488
depd "2.0.0"
@@ -2578,10 +2578,10 @@ range-parser@~1.2.1:
25782578
resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
25792579
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
25802580

2581-
2582-
version "2.5.1"
2583-
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz"
2584-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
2581+
2582+
version "2.5.2"
2583+
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
2584+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
25852585
dependencies:
25862586
bytes "3.1.2"
25872587
http-errors "2.0.0"

0 commit comments

Comments
 (0)