Skip to content

Commit 1a8e4d8

Browse files
dependabot[bot]JakeHillion
authored andcommitted
build(deps): bump express from 4.18.2 to 4.19.2 in /website
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: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11588ef commit 1a8e4d8

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

website/yarn.lock

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@
15671567
"@docusaurus/theme-search-algolia" "2.2.0"
15681568
"@docusaurus/types" "2.2.0"
15691569

1570-
"@docusaurus/[email protected]", "react-loadable@npm:@docusaurus/[email protected]":
1570+
"@docusaurus/[email protected]":
15711571
version "5.5.2"
15721572
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
15731573
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -2877,21 +2877,21 @@ binary-extensions@^2.0.0:
28772877
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
28782878
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
28792879

2880-
2881-
version "1.20.1"
2882-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
2883-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
2880+
2881+
version "1.20.2"
2882+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
2883+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
28842884
dependencies:
28852885
bytes "3.1.2"
2886-
content-type "~1.0.4"
2886+
content-type "~1.0.5"
28872887
debug "2.6.9"
28882888
depd "2.0.0"
28892889
destroy "1.2.0"
28902890
http-errors "2.0.0"
28912891
iconv-lite "0.4.24"
28922892
on-finished "2.4.1"
28932893
qs "6.11.0"
2894-
raw-body "2.5.1"
2894+
raw-body "2.5.2"
28952895
type-is "~1.6.18"
28962896
unpipe "1.0.0"
28972897

@@ -3333,7 +3333,7 @@ [email protected]:
33333333
dependencies:
33343334
safe-buffer "5.2.1"
33353335

3336-
content-type@~1.0.4:
3336+
content-type@~1.0.4, content-type@~1.0.5:
33373337
version "1.0.5"
33383338
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
33393339
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -3348,10 +3348,10 @@ [email protected]:
33483348
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
33493349
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
33503350

3351-
cookie@0.5.0:
3352-
version "0.5.0"
3353-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
3354-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
3351+
cookie@0.6.0:
3352+
version "0.6.0"
3353+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
3354+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
33553355

33563356
copy-text-to-clipboard@^3.0.1:
33573357
version "3.1.0"
@@ -4325,16 +4325,16 @@ execa@^5.0.0:
43254325
strip-final-newline "^2.0.0"
43264326

43274327
express@^4.17.3:
4328-
version "4.18.2"
4329-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
4330-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
4328+
version "4.19.2"
4329+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
4330+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
43314331
dependencies:
43324332
accepts "~1.3.8"
43334333
array-flatten "1.1.1"
4334-
body-parser "1.20.1"
4334+
body-parser "1.20.2"
43354335
content-disposition "0.5.4"
43364336
content-type "~1.0.4"
4337-
cookie "0.5.0"
4337+
cookie "0.6.0"
43384338
cookie-signature "1.0.6"
43394339
debug "2.6.9"
43404340
depd "2.0.0"
@@ -7088,10 +7088,10 @@ range-parser@^1.2.1, range-parser@~1.2.1:
70887088
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
70897089
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
70907090

7091-
7092-
version "2.5.1"
7093-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
7094-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
7091+
7092+
version "2.5.2"
7093+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
7094+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
70957095
dependencies:
70967096
bytes "3.1.2"
70977097
http-errors "2.0.0"
@@ -7205,6 +7205,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
72057205
dependencies:
72067206
"@babel/runtime" "^7.10.3"
72077207

7208+
"react-loadable@npm:@docusaurus/[email protected]":
7209+
version "5.5.2"
7210+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
7211+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
7212+
dependencies:
7213+
"@types/react" "*"
7214+
prop-types "^15.6.2"
7215+
72087216
react-router-config@^5.1.1:
72097217
version "5.1.1"
72107218
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"

0 commit comments

Comments
 (0)