Skip to content

Commit b193a40

Browse files
chore(deps): update dependency express to v4.18.3
1 parent 943186f commit b193a40

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "8.57.0",
2727
"eslint-config-prettier": "9.1.0",
2828
"eslint-plugin-jest": "27.9.0",
29-
"express": "4.18.2",
29+
"express": "4.18.3",
3030
"glob": "8.1.0",
3131
"jest": "29.7.0",
3232
"less-middleware": "2.2.1",

yarn.lock

+20-15
Original file line numberDiff line numberDiff line change
@@ -1410,21 +1410,21 @@ bindings@^1.5.0:
14101410
dependencies:
14111411
file-uri-to-path "1.0.0"
14121412

1413-
1414-
version "1.20.1"
1415-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
1416-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
1413+
1414+
version "1.20.2"
1415+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
1416+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
14171417
dependencies:
14181418
bytes "3.1.2"
1419-
content-type "~1.0.4"
1419+
content-type "~1.0.5"
14201420
debug "2.6.9"
14211421
depd "2.0.0"
14221422
destroy "1.2.0"
14231423
http-errors "2.0.0"
14241424
iconv-lite "0.4.24"
14251425
on-finished "2.4.1"
14261426
qs "6.11.0"
1427-
raw-body "2.5.1"
1427+
raw-body "2.5.2"
14281428
type-is "~1.6.18"
14291429
unpipe "1.0.0"
14301430

@@ -1728,6 +1728,11 @@ content-type@~1.0.4:
17281728
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
17291729
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
17301730

1731+
content-type@~1.0.5:
1732+
version "1.0.5"
1733+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
1734+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
1735+
17311736
convert-source-map@^1.6.0, convert-source-map@^1.7.0:
17321737
version "1.7.0"
17331738
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
@@ -2238,14 +2243,14 @@ expect@^29.7.0:
22382243
jest-message-util "^29.7.0"
22392244
jest-util "^29.7.0"
22402245

2241-
2242-
version "4.18.2"
2243-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
2244-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
2246+
2247+
version "4.18.3"
2248+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
2249+
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
22452250
dependencies:
22462251
accepts "~1.3.8"
22472252
array-flatten "1.1.1"
2248-
body-parser "1.20.1"
2253+
body-parser "1.20.2"
22492254
content-disposition "0.5.4"
22502255
content-type "~1.0.4"
22512256
cookie "0.5.0"
@@ -4330,10 +4335,10 @@ range-parser@~1.2.1:
43304335
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
43314336
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
43324337

4333-
4334-
version "2.5.1"
4335-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
4336-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
4338+
4339+
version "2.5.2"
4340+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
4341+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
43374342
dependencies:
43384343
bytes "3.1.2"
43394344
http-errors "2.0.0"

0 commit comments

Comments
 (0)