Skip to content

Commit 2094abd

Browse files
chore(deps): update dependency express to version 4.18.3 🌟 (#1517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bb69bf commit 2094abd

File tree

2 files changed

+14
-24
lines changed

2 files changed

+14
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-config-react-app": "^7.0.1",
104104
"eslint-plugin-cypress": "2.15.1",
105105
"eslint-plugin-prettier": "^5.0.0",
106-
"express": "4.18.2",
106+
"express": "4.18.3",
107107
"express-graphql": "0.12.0",
108108
"express-jwt": "6.1.2",
109109
"express-paginate": "1.0.2",

yarn.lock

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6385,21 +6385,21 @@ [email protected], bluebird@^3.7.2:
63856385
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
63866386
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
63876387

6388-
6389-
version "1.20.1"
6390-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
6391-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
6388+
6389+
version "1.20.2"
6390+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
6391+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
63926392
dependencies:
63936393
bytes "3.1.2"
6394-
content-type "~1.0.4"
6394+
content-type "~1.0.5"
63956395
debug "2.6.9"
63966396
depd "2.0.0"
63976397
destroy "1.2.0"
63986398
http-errors "2.0.0"
63996399
iconv-lite "0.4.24"
64006400
on-finished "2.4.1"
64016401
qs "6.11.0"
6402-
raw-body "2.5.1"
6402+
raw-body "2.5.2"
64036403
type-is "~1.6.18"
64046404
unpipe "1.0.0"
64056405

@@ -7037,7 +7037,7 @@ [email protected], content-disposition@^0.5.4:
70377037
dependencies:
70387038
safe-buffer "5.2.1"
70397039

7040-
content-type@^1.0.4, content-type@~1.0.4:
7040+
content-type@^1.0.4, content-type@~1.0.4, content-type@~1.0.5:
70417041
version "1.0.5"
70427042
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
70437043
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -8279,14 +8279,14 @@ [email protected]:
82798279
lodash "^4.17.21"
82808280
validator "^13.9.0"
82818281

8282-
8283-
version "4.18.2"
8284-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
8285-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
8282+
8283+
version "4.18.3"
8284+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
8285+
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
82868286
dependencies:
82878287
accepts "~1.3.8"
82888288
array-flatten "1.1.1"
8289-
body-parser "1.20.1"
8289+
body-parser "1.20.2"
82908290
content-disposition "0.5.4"
82918291
content-type "~1.0.4"
82928292
cookie "0.5.0"
@@ -12149,17 +12149,7 @@ range-parser@~1.2.1:
1214912149
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
1215012150
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
1215112151

12152-
12153-
version "2.5.1"
12154-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
12155-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
12156-
dependencies:
12157-
bytes "3.1.2"
12158-
http-errors "2.0.0"
12159-
iconv-lite "0.4.24"
12160-
unpipe "1.0.0"
12161-
12162-
raw-body@^2.4.1:
12152+
[email protected], raw-body@^2.4.1:
1216312153
version "2.5.2"
1216412154
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
1216512155
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==

0 commit comments

Comments
 (0)